[x] +1 Approve the release Microsoft Windows [Version 10.0.19045.4529] + Eclipse Adoptium\jdk-21.0.3.9-hotspot
[INFO] Reactor Summary for Apache Jena 5.1.0: [INFO] [INFO] Apache Jena ........................................ SUCCESS [ 25.815 s] [INFO] Apache Jena - IRI .................................. SUCCESS [ 7.456 s] [INFO] Apache Jena - Base ................................. SUCCESS [ 9.626 s] [INFO] Apache Jena - Core ................................. SUCCESS [01:03 min] [INFO] Apache Jena - ARQ .................................. SUCCESS [01:04 min] [INFO] Apache Jena - ONTAPI ............................... SUCCESS [ 24.335 s] [INFO] Apache Jena - SHACL ................................ SUCCESS [ 10.771 s] [INFO] Apache Jena - ShEx ................................. SUCCESS [ 10.672 s] [INFO] Apache Jena - RDF Patch ............................ SUCCESS [ 4.400 s] [INFO] Apache Jena - RDF Connection ....................... SUCCESS [ 6.725 s] [INFO] Apache Jena - DBOE Database Operation Environment .. SUCCESS [ 0.209 s] [INFO] Apache Jena - DBOE Base ............................ SUCCESS [ 6.464 s] [INFO] Apache Jena - DBOE Transactions .................... SUCCESS [ 5.469 s] [INFO] Apache Jena - DBOE Indexes ......................... SUCCESS [ 3.063 s] [INFO] Apache Jena - DBOE Index test suite ................ SUCCESS [ 0.885 s] [INFO] Apache Jena - DBOE Transactional Datastructures .... SUCCESS [ 31.546 s] [INFO] Apache Jena - DBOE Storage ......................... SUCCESS [ 4.855 s] [INFO] Apache Jena - TDB1 (Native Triple Store) ........... SUCCESS [ 21.913 s] [INFO] Apache Jena - TDB2 (Native Triple Store) ........... SUCCESS [ 14.953 s] [INFO] Apache Jena - Libraries POM ........................ SUCCESS [ 0.589 s] [INFO] Apache Jena - Command line tools ................... SUCCESS [ 13.320 s] [INFO] Apache Jena - SPARQL Text Search ................... SUCCESS [ 14.471 s] [INFO] Apache Jena - Fuseki - A SPARQL 1.1 Server ......... SUCCESS [ 0.078 s] [INFO] Apache Jena - Fuseki Core Engine ................... SUCCESS [ 12.622 s] [INFO] Apache Jena - Fuseki UI ............................ SUCCESS [ 29.544 s] [INFO] Apache Jena - Fuseki Data Access Control ........... SUCCESS [ 8.541 s] [INFO] Apache Jena - Fuseki Server Main ................... SUCCESS [ 37.715 s] [INFO] Apache Jena - Fuseki Server Jar .................... SUCCESS [ 3.523 s] [INFO] Apache Jena - Fuseki Webapp ........................ SUCCESS [ 11.306 s] [INFO] Apache Jena - Fuseki WAR File ...................... SUCCESS [ 3.410 s] [INFO] Apache Jena - Fuseki Server Standalone Jar ......... SUCCESS [ 4.537 s] [INFO] Apache Jena - Fuseki Docker Tools .................. SUCCESS [ 0.315 s] [INFO] Apache Jena - Fuseki Binary Distribution ........... SUCCESS [ 6.036 s] [INFO] Apache Jena - GeoSPARQL Engine ..................... SUCCESS [ 12.617 s] [INFO] Apache Jena - Fuseki with GeoSPARQL Engine ......... SUCCESS [ 11.034 s] [INFO] Apache Jena - Integration Testing .................. SUCCESS [ 10.160 s] [INFO] Apache Jena - Benchmark Suite ...................... SUCCESS [ 0.059 s] [INFO] Apache Jena - Benchmarks Shaded Jena 4.8.0 ......... SUCCESS [ 3.732 s] [INFO] Apache Jena - Benchmarks JMH ....................... SUCCESS [ 3.180 s] [INFO] Apache Jena - Distribution ......................... SUCCESS [ 6.410 s] [INFO] Apache Jena - Security Permissions ................. SUCCESS [ 17.780 s] [INFO] Apache Jena - Extras ............................... SUCCESS [ 0.060 s] [INFO] Apache Jena - Extras - Query Builder ............... SUCCESS [ 10.373 s] [INFO] Apache Jena - CommonsRDF for Jena .................. SUCCESS [ 2.661 s] [INFO] Apache Jena - Extras - Service Enhancer ............ SUCCESS [ 6.154 s] [INFO] Apache Jena - Code Examples ........................ SUCCESS [ 3.083 s] [INFO] Apache Jena - BOM .................................. SUCCESS [ 0.056 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:10 min [INFO] Finished at: 2024-07-17T14:05:55+02:00 [INFO] ------------------------------------------------------------------------ Am Fr., 12. Juli 2024 um 12:55 Uhr schrieb Andy Seaborne <a...@apache.org>: > Hi, > > Here is a vote on the first release candidate for Apache Jena version > 5.1.0. > > ==== Release Vote > > This vote will be open until at least > > Tuesday 16th July, 2024 at 08:00 UTC > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > > Everyone, not just committers, is invited to test and vote. > Please download and test the proposed release. See the checklist below. > > Staging repository: > https://repository.apache.org/content/repositories/orgapachejena-1065 > > Proposed dist/ area: > https://dist.apache.org/repos/dist/dev/jena/ > > Keys: > https://svn.apache.org/repos/asf/jena/dist/KEYS > > Git commit (browser URL): > https://github.com/apache/jena/commit/8cf1104383 > > Git Commit Hash: > 8cf11043838e312ab6ee82737de664e62d155cd1 > > Git Commit Tag: > jena-5.1.0 > > If you expect to check the release but the time limit does not work > for you, please email within the schedule above. > > ==== In this release > > Issues in this release: > > https://s.apache.org/jena-5.1.0-issues > > The major item for this release is the a new artifact jena-ontapi > > It has API support for working with OWL2 as well as other ontologies. It > is the long-term replacement for org.apache.jena.ontology. > > https://github.com/apache/jena/issues/2160 > > This is a contribution from @sszuev > > == Also > > @karolina-telicent > Prefixes Service > New endpoint for Fuseki to give read and read-write access to the > prefixes of a dataset enabling lookup and modification over HTTP. > https://github.com/apache/jena/issues/2543 > > Micrometer - Prometheus upgrade > See > https://github.com/micrometer-metrics/micrometer/wiki/1.13-Migration-Guide > https://github.com/apache/jena/pull/2480 > > Value space of rdf:XMLLiteral changed to be RDF 1.1/1.2 value semantics. > Issue https://github.com/apache/jena/issues/2430 > The value space in RDF 1.0 was different. > > @TelicentPaul - Paul Gallagher > Migrating Base 64 operations from Apache Commons Codec to Util package. > https://github.com/apache/jena/pull/2409 > > Balduin Landolt @BalduinLandolt > javadoc fix for Literal.getString. > https://github.com/apache/jena/pull/2251 > > ØyvindG @OyvindLGjesdal - > https://github.com/apache/jena/pull/2121 > text index fix for > https://github.com/apache/jena/issues/2094 > > @wang3820 Tong Wang > Fix tests due to assumptions on hashmap order > https://github.com/apache/jena/pull/2098 > > @thomasjtaylor Thomas J. Taylor > Fix for NodeValueFloat > https://github.com/apache/jena/pull/2374 > > @Aklakan Claus Stadler > "Incorrect JoinClassifier results with unbound values." > https://github.com/apache/jena/issues/2412 > > @Aklakan Claus Stadler > "QueryExec: abort before exec is ignored." > https://github.com/apache/jena/issues/2394 > > @osi peter royal > Track rule engine instances > https://github.com/apache/jena/issues/2382 > https://github.com/apache/jena/pull/2432 > > Normalization/Canonicalization of values > Including RDFParserBuilder.canonicalValues > This has been reworked to provide a consistent framework > and also guarantee the same behavior between parsing > and TDB2 handling of values. > https://github.com/apache/jena/issues/2557 > > ------------------- > > Checking: > > + are the GPG signatures fine? > + are the checksums correct? > + is there a source archive? > + can the source archive be built? > (NB This requires a "mvn install" first time) > + is there a correct LICENSE and NOTICE file in each artifact > (both source and binary artifacts)? > + does the NOTICE file contain all necessary attributions? > + have any licenses of dependencies changed due to upgrades? > if so have LICENSE and NOTICE been upgraded appropriately? > + does the tag/commit in the SCM contain reproducible sources? >