Skip to content

Commit 1f60ff0

Browse files
authored
GH-5365 update pom.xml and also fix typo in AbstractIRI (#5527)
2 parents 154f563 + 6e301eb commit 1f60ff0

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

.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: [11, 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: [11, 25]
1515

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

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: true
5252
matrix:
53-
jdk: [ 11, 24 ]
53+
jdk: [ 11, 25 ]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Set up JDK

core/model-api/src/main/java/org/eclipse/rdf4j/model/base/AbstractIRI.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public int hashCode() {
5858
cachedHashCode = cached;
5959
}
6060
}
61-
cached = stringValue().hashCode();
62-
cachedHashCode = cached;
6361
}
6462
return cached;
6563
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
<dependency>
657657
<groupId>no.hasmac</groupId>
658658
<artifactId>hasmac-json-ld</artifactId>
659-
<version>0.10.1</version>
659+
<version>0.10.2</version>
660660
</dependency>
661661
<!-- kerby is used by solr-->
662662
<dependency>

0 commit comments

Comments
 (0)