File tree Expand file tree Collapse file tree
core/model-api/src/main/java/org/eclipse/rdf4j/model/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments