Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Recent releases and milestone build

Hi Andreas,

I would really appreciate if you created a branch and PR in the RDF4J repo with the release notes for 5.1.0 so we can all collaborate on them. 

Thanks for testing things already! I understand that you can’t use our snapshot builds, but I just wanted to be sure that you’re aware that we publish them to a public maven repo, so you can just add the repo and update your dependencies and it’ll pull the snapshot build automatically. 

As for the dependency on eclipse-collection, we didn’t change anything in the pom files so it’s not a new dependency, but it might be worthwhile to double check that it’s not just a test dependency. 

Håvard

On 11 Nov 2024, at 17:31, Andreas Schwarte via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:


Hi,

quick first results from our validaton found an edge-case bug in the FedX bind left join code (identified by our unit test). I will provide a quick fix with unit test right away tomorrow.

As a note: we are listing dependencies individually (i.e. without automatic transitive dependency management). We had to add "eclipse-collections" to our classpath (due to the added use of "IntHashSet" in FedX). Not sure if this is considered as an issue for 5.1 though

Additionally, we would like to have a preparation change part of 5.1: https://github.com/eclipse-rdf4j/rdf4j/pull/5198/ (one more iteration required though)

More validation ongoing.

Best regards,
 Andreas

Am Mo., 11. Nov. 2024 um 07:27 Uhr schrieb Andreas Schwarte <aschwarte10@xxxxxxxxx>:
Hi Havard,

thanks a lot for pushing the 5.1. release.

For us the milestone is really helpful to validate the recent changes (especially in federation) beforehand. We wil do so right away in our develop branch and if we encounter issues, we'll share with the project.

Just a quick heads up: we areplanning to add one more preparation to the FedX code for 5.1: we are aiming to introduce some fairness measure into the federation scheduler and from the timeline would work on this asynchronously (likely targeting RDF4J 5.2). For this we would like to have some factory in FedX for influencing the scheduler behavior. I will write this up as ticket and and make a small preparational change by tomorrow.

As a second question: do you want any help with the release notes?

Thanks,
 Andreas

Am So., 10. Nov. 2024 um 21:17 Uhr schrieb Håvard Ottestad via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx>:
Hi everyone!

Recently we’ve released 4.3.15 with various backported bug fixes. 

We’ve also released 5.0.3 today (news item and release notes will hopefully be published tomorrow) and we’ve also pushed the first milestone build of 5.1.0. 

I’m planning to release 5.1.0 within the next week or so, so please let me know if there are any issues with the milestone build. 

We have two PRs that will hopefully make it into the final 5.1.0 release:


Håvard
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top