On 19/10/2023 22:21, Bruno Kinoshita wrote:
Great progress Andy!
I saw that you created several issues for Jena5.
Sorry - because it's a branch, github hasn't closed them when the PR was
merged.
https://github.com/apache/jena/issues?q=is%3Aissue+is%3Aopen+label%3AJena5
should make things clearer
There's always a lot of things that would be nice but that then delays
the release.
I'm going through my notes and I'll raise issues.
+ There is one "must" change: normalization of language tags.
https://github.com/apache/jena/issues/2039
because that impacts on-disc data.
+ The SBOM SPDX files don't look very good - too many NOASSERTION.
https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-arq/5.0.0-SNAPSHOT/jena-arq-5.0.0-20231018.142515-1.spdx.json
but maybe that is just how it is. I'm not sure what "good practice" in
ASF is or what "good practice" is generally (e.g. SBOMs for every
artifact is best or are they just clutter?).
Many projects produce CycloneDX files but not SPDX.
> Are there any easy ones that you need help with?
2048 maybe
Should we do a general update of dependencies in FusekiUI?
Andy
Cheers
Bruno
On Wed, 18 Oct 2023 at 17:15, Andy Seaborne <a...@apache.org> wrote:
On 12/10/2023 10:05, Andy Seaborne wrote:
On 06/10/2023 11:47, Andy Seaborne wrote:
There's a large PR for a new branch "jena5"
https://github.com/apache/jena/pull/2029
of what I've managed to do so far.
It's not finished.
Andy
I'd like to bring the PR in as a branch and setup Jenkins to produce
snapshot artifacts.
Branch setup, code merged to branch "jena5"
There will be forced pushes due to rebasing to "main".
This will end when Jena 4.10.0 is released which makes a nice, clear
point at which to create a jena4 and make main jena5 development.
There are one or two items that need to go into 4.10.0 ebfore that can
be released.
Jenkins is deploying 5.0.0-SNAPSHOT to the Apache snapshots repository.
https://repository.apache.org/content/repositories/snapshots/
Andy