Skip to content

Commit 5989a0f

Browse files
authored
GH-5641 move to java 21 (#5642)
2 parents f767fe9 + bc56d4c commit 5989a0f

158 files changed

Lines changed: 154 additions & 2863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build11.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: succed job 'build (11)'
2+
3+
on: pull_request
4+
5+
jobs:
6+
build:
7+
strategy:
8+
fail-fast: true
9+
matrix:
10+
jdk: [ 11 ]
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Always Succeed
14+
run: true

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: 11
21+
java-version: 21
2222
distribution: 'temurin'
2323
cache: maven
2424

.github/workflows/develop-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [ 21, 25 ]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [ 21, 25 ]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/pr-verify.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 11
24+
java-version: 21
2525
distribution: 'temurin'
2626
cache: maven
2727
- name: Check formatting
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up JDK
4242
uses: actions/setup-java@v4
4343
with:
44-
java-version: 11
44+
java-version: 21
4545
distribution: 'temurin'
4646
cache: maven
4747
- name: Compile (mvn clean install)
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: true
5656
matrix:
57-
jdk: [ 11, 25 ]
57+
jdk: [ 21, 25 ]
5858
steps:
5959
- uses: actions/checkout@v4
6060
- name: Register JVM thread dump on cancel
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up JDK
8787
uses: actions/setup-java@v4
8888
with:
89-
java-version: 11
89+
java-version: 21
9090
distribution: 'temurin'
9191
cache: maven
9292
- name: Build
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up JDK
110110
uses: actions/setup-java@v4
111111
with:
112-
java-version: 11
112+
java-version: 21
113113
distribution: 'temurin'
114114
cache: maven
115115
- name: Build
@@ -132,7 +132,7 @@ jobs:
132132
- name: Set up JDK
133133
uses: actions/setup-java@v4
134134
with:
135-
java-version: 11
135+
java-version: 21
136136
distribution: 'temurin'
137137
cache: maven
138138
- name: Run install
@@ -151,7 +151,7 @@ jobs:
151151
- name: Set up JDK
152152
uses: actions/setup-java@v4
153153
with:
154-
java-version: 11
154+
java-version: 21
155155
distribution: 'temurin'
156156
cache: maven
157157
- name: Install dependencies

assembly-descriptors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.rdf4j</groupId>
66
<artifactId>rdf4j</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>rdf4j-assembly-descriptors</artifactId>
1010
<name>RDF4J: Assembly Descriptors</name>

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.rdf4j</groupId>
66
<artifactId>rdf4j</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>rdf4j-assembly</artifactId>
1010
<packaging>pom</packaging>

bom/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.rdf4j</groupId>
66
<artifactId>rdf4j</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>rdf4j-bom</artifactId>
1010
<packaging>pom</packaging>
@@ -233,11 +233,6 @@
233233
<artifactId>rdf4j-sail-elasticsearch</artifactId>
234234
<version>${project.version}</version>
235235
</dependency>
236-
<dependency>
237-
<groupId>org.eclipse.rdf4j</groupId>
238-
<artifactId>rdf4j-sail-solr</artifactId>
239-
<version>${project.version}</version>
240-
</dependency>
241236
<dependency>
242237
<groupId>org.eclipse.rdf4j</groupId>
243238
<artifactId>rdf4j-sail-inferencer</artifactId>

compliance/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.rdf4j</groupId>
66
<artifactId>rdf4j-compliance</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>rdf4j-elasticsearch-compliance</artifactId>
1010
<name>RDF4J: Elasticsearch Sail Tests</name>

compliance/geosparql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.rdf4j</groupId>
66
<artifactId>rdf4j-compliance</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>rdf4j-geosparql-compliance</artifactId>
1010
<name>RDF4J: GeoSPARQL compliance tests</name>

0 commit comments

Comments
 (0)