Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] [EXT] : RDF4J 5.2 and 6
  • From: Jerven Tjalling Bolleman <Jerven.Bolleman@sib.swiss>
  • Date: Mon, 16 Jun 2025 21:00:34 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sib.swiss; dmarc=pass action=none header.from=sib.swiss; dkim=pass header.d=sib.swiss; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nplkuyk22rkaIj9JDtVZ1dtKGTwM/3B9LhJe0qxE+2c=; b=cpCRBmrlzFeSRSCJ0xmpkUE0RjvtGov+nBydTrpUM7EDKNhC868sNORYUySLdZHr1mH2RIuJOw0GJUgkp96YVXf3L594I+mT6/jHjVtwF4UKp0xg9QoVtDjmh1+yXPxhZ1+feKrj4A6jlO/GcS8g2g9YeF5fHT5xZZcGXUyijn8Bz7HZM9hxcokXPzHmAzA5vWGaEMjJC4KCYRn5DPxZXyhZkV35hEy+BF2tS76JWh2bfCO/swrmOqBB9xEF0YO6IE0ZDRapVwIp7QqQcb8byUKtYLsw4gAB4/ZtH+vVxH9zwRf5BQE/up9osY/kJFIE0aZHQKyl/aAvB11g9chNmg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=pfAMjKtVC7DiSxdMmKQWfmF+KPGqjH6I+iiZswMKxwiLmbv9m9evNpkKTka6FH9UumhVUgYnMgFg1n4t6Zjm3v0Aw9uoZU10l+dkG/qX2wewyfFmGG4Jm19yw7c52G2og5VQ4G0CO3iCJ6DsnTiZiE9Q+kmiNIN0gphx64BkrU1V9trTJkxIIazB9DFHTP2lS2V7H86NcFKTREQ3WuA1LVZP/MwK0+2zdsafsFSjcK1CDnfa5K1U8kXr/RihyrerL1hITwD6k5OYklsh0wC34AyExbQBBaMU4MKpYEyT807cJGnIwiTSLZvt2vjaz+/n6xKCdOIcspvLw4WgHAPNmg==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev/>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHb3s6Gkrme5WnEIE6BG5bhp2d4eLQGNcGAgAAHzwE=
  • Thread-topic: [rdf4j-dev] [EXT] : RDF4J 5.2 and 6

Hi Andreas,

Have you thought about migrating to java httpclient instead of https://docs.oracle.com/en/java/javase/17/docs/api/java.net.http/java/net/http/HttpClient.html.

Regarding FedX, yes please reach out!
My rough idea is that with the introduction of QueryEvaluationSteps etc. there is a better separation between logical and physical query executions. 
Some parts of FedX evaluation could be moved into this logic.

The VoID stuff is easier and is basically something that only affects some endpoints. Just parse the service description to see if there are statistics published that could be useful for FedX.

Regards,
Jerven

SIB logo
Jerven Tjalling Bolleman
Principal Software Engineer
SIB | Swiss Institute of Bioinformatics
1, rue Michel Servet - CH 1211 Geneva 4 - Switzerland
t +41 22 379 58 85
Jerven.Bolleman@sib.swiss - www.sib.swiss


From: rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> on behalf of Andreas Schwarte via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx>
Sent: 16 June 2025 22:03
To: rdf4j-dev@xxxxxxxxxxx <rdf4j-dev@xxxxxxxxxxx>
Cc: Andreas Schwarte <aschwarte10@xxxxxxxxx>
Subject: Re: [rdf4j-dev] [EXT] : RDF4J 5.2 and 6
 
Hi all,

also from my side: great initiative, I would also like to join.

Some additional maintenance I'd see suitable for a major release:

- migrate to Apache Http Client 5
- same as wishes from others: cleanup dependencies for Lucene Sail
(incl. making it independent of spatial4j)


@Jerven: I would be interested in hearing your plans for FedX. Will
reach out to you directly and maybe we can catch up?

Best regards,
  Andreas

Am 16.06.2025 um 16:54 schrieb Jerven Tjalling Bolleman via rdf4j-dev:
> Hi All,
>
> I would love to join the workshop.
>
> Quick dump of things I would like from v6.
> * Java 21
> * RDF 1.2 work
>
> Things I would like to work on.
> * Prepare for batched volcano style iteration
> ** Move again where bindingsets are created (will open a discussion
> about this)
> * Work on taking into account sort information in the GroupIterator
> * FedX seeding statistics by parsing VoID information <- I need to
> finish this before september.
> * Move away from serializer framework
> * Make FedX a little bit more like other "sails"
>
> I will very likely be at semantics 2025, and also near Gent on the
> 11-12th of September.
>
> Regards,
> Jerven
>
>
>
>
>
> On 6/16/25 16:42, Bart Hanssens (BOSA) via rdf4j-dev wrote:
>> Hi,
>>
>> excellent idea, the ES dependencies are really getting in the way of
>> the Lucene/Solr upgrades ...
>> Would be interested to joining the workshop, even if I'm not very
>> active anymore.
>>
>> Best regards
>>
>> Bart
>> ------------------------------------------------------------------------
>> *From:* rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> on behalf of Håvard
>> Ottestad via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx>
>> *Sent:* Saturday, June 14, 2025 17:38
>> *To:* rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
>> *Cc:* Håvard Ottestad <hmottestad@xxxxxxxxx>
>> *Subject:* [EXT] : [rdf4j-dev] RDF4J 5.2 and 6
>> Opgelet ! Externe e-mail. Wees voorzichtig bij openen van bijlagen of
>> links.
>> Prudence ! E-mail externe. Soyez prudent lorsque vous ouvrez des
>> pièces jointes ou des liens.
>>
>>
>> Hi Everyone!
>>
>> It has been a while since our last feature release and there are some
>> small and big improvements that are on the horizon for RDF4J 5.2. So
>> I feel that it's time to start considering a new release. To start
>> off I will work to get as many open PRs merged and then create a
>> public milestone build.
>>
>> It might also be a good idea to start talking about RDF4J 6. From my
>> side I want to move away from our big Elasticsearch dependencies so
>> that we can upgrade Lucene and Jetty, move to Jakarta, and upgrade to
>> the latest Spring and Spring-Boot versions.
>>
>> We've previously had semi-annual workshops where all committers are
>> welcome to join and discuss the next big release of RDF4J. I was
>> thinking that September or October would be a good time for a new
>> workshop using Google Meet.
>>
>> Please let me know if you are interested in joining and if September
>> or October would work for you!
>>
>> Cheers,
>> Håvard M. Ottestad (project co-lead)
>>
>>
>> PS: Some of you might have seen the error messages we are getting
>> from Jenkins lately. This is due to a migration of the sonatype repo,
>> we probably just need to update our configs to point to the new server.
>> _______________________________________________
>> rdf4j-dev mailing list
>> rdf4j-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://
>> eur03.safelinks.protection.outlook.com/?
>> url=""
>> dev&data=""
>> <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
>
> _______________________________________________
> 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