Excellent - thanks.
On 03/05/2026 16:00, Marco Neumann wrote:
+1
Got a few third party warnings with the jvm24 as expected, but the
build was a success.
Ubuntu 25.10
openjdk version "24.0.1" 2025-04-15
OpenJDK Runtime Environment (build 24.0.1+9-30)
OpenJDK 64-Bit Server VM (build 24.0.1+9-30, mixed mode, sharing)
On Sun, May 3, 2026 at 2:00 PM Andy Seaborne <[email protected]> wrote:
Hi,
Here is a vote on the first release candidate for
Apache Jena version 6.1.0
==== Release Vote
This vote will be open until at least
Thursday, 7th May 2026 at 09: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-1072
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/564d2042d5
Git Commit Hash:
564d2042d5b134753f8a142e3087db859d19de90
Git Commit Tag:
jena-6.1.0
If you expect to check the release but the time limit does not work
for you, please email to let us know within the schedule above.
==== In this release
Issues in this release:
https://s.apache.org/jena-6.1.0-issues
==== 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?
==== Current draft [ANN]
The Apache Jena development community is pleased to
announce the release of Apache Jena 6.1.0
All issues for this release:
https://s.apache.org/jena-6.1.0-issues
== Jena 6.1.0
The RDF and SPARQL Working Group is in the final stages of completing
it's work. This includes the various test suites.
The working group is seeking feedback from all RDF users.
This version of Jena has support for RDF 1.2 syntax input and output.
RDF/XML support has recently been added to complete the RDF 1.2 formats
and the SPARQL 1.2 query, update and result set formats.
All RDF 1.1 usage of Jena remains unaffected.
== Contributions to Jena 6.1.0:
Contributors:
@lance-sp
https://github.com/apache/jena/issue/3877
Fix for transaction abort in TDB2
@Aklakan
https://github.com/apache/jena/pull/3807
Allow URIs as values of ja:cxtName
@pjfanning
https://github.com/apache/jena/pull/3808
Improvements to BUILD.md
== Obtaining Apache Jena 6.0.0
* Via repo1.maven.org
The main jars and their dependencies can used with:
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>6.0.0</version>
</dependency>
Full details of all maven artifacts are described at:
http://jena.apache.org/download/maven.html
* As binary downloads
Apache Jena libraries are available as a binary distribution of
libraries. For details of a global mirror copy of Jena binaries please see:
https://jena.apache.org/download/
* Source code for the release
The signed source code of this release is available at:
https://downloads.apache.org/jena/source/
and the signed source code for all Apache Jena releases is
available at: https://archive.apache.org/dist/jena/
== Contributing
If you would like to help out, a good place to look is the list of
unresolved github issues:
https://github.com/apache/jena/issues
or review pull requests at
https://github.com/apache/jena/pulls
or drop into the dev@ list.
We use github pull requests and other ways for accepting code:
https://github.com/apache/jena/blob/master/CONTRIBUTING.md
--
---
Marco Neumann