Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] release planning for 4.2.4 and 4.3.0
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Tue, 11 Apr 2023 19:58:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=siIhpx52Yc/dicoMvf5miD3I3L/NiayupLLA6HGUAjg=; b=EHj1HrSZj71bgLA3a31ow/YT6779BXtCJkQYWCtNuS17wQFHKrVdlIikocnSBxejfg50gWiWFXLvdw1V6XL+XC8lr0ZNpgdL5+eO/9Lx+4iKhN0k8A+Ojp6w9RLOkoP6d01LxEcorW0wSoyxoDU3Y1VAkLY8QEhSUMpCApGgLrUQObPspKrhx1TT2cHgBRtKdGmEtG2ngJ49EvKTSPxJSk6W8wm42ibDQxU6A+dmo5Syh03aD5o5h0OcJu0Zll4DZxoqvtIl03VUiQ9BCPhN/BKebg/+k1wBolIgL4hRLmob2HvD3G7dLcQhMu2hEHedwZiSA9wlO8ZGRfyQT+o2RA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nsm6AXM96E5nb74Cla+FkeOBJ4zti/13yC7f1nlNUgNaPhffLoqBDFu0tlJ+OskVcjE1V7YQIkDsDQu2bX4zGDT3S0ooZjJR8f2LRDcy2cMWf09T9oIyM94cxMdMn/0k2Sd9GyZ4ls9GrDFVRmMC8wKq4XL7KBK8n6PkXbKwDHYF898cUcmBTrpRzBInoAa95u1TMHgSjR3tYbPewl3KI2qsaNKqgN4U5P7/k8C0zwogqkmIWXoGwGjJ8/qybyUphbTYF+5i2yKUvE4m2SgMyKhkn1nvqeeO2ZkDBybYfXA4kCJNgwM0AqYxGaV5vjvtVIb8kpTkYCbez53NKzXM8A==
  • 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>
  • Thread-index: AQHZa0rfDYAUuWpRRE6ZqUIRWHQ6Qa8l21aAgACs02A=
  • Thread-topic: [rdf4j-dev] release planning for 4.2.4 and 4.3.0

Hi,

 

I’m hoping to get the (somewhat) newer versions of ES / Solr / Lucene approved for 4.3.0

(still a few small CQs that need IPR-approval from Eclipse…

I’ll have to send a few gentle reminders since the tickets have been entered quite some weeks ago)

 

Though not a blocker IMHO…

 

Best regards

 

Bart

 

From: rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> On Behalf Of Andreas Schwarte
Sent: dinsdag 11 april 2023 11:36
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Subject: Re: [rdf4j-dev] release planning for 4.2.4 and 4.3.0

 

Hi Jeen,

 

thanks for the initiative.

 

I'd like to comment from our perspective on 4.3.0: 

 

we are currently using the 4.3.0 M1 build (which for us allowed to do the Jakarta EE migration by getting rid of JAXB in the core modules). For our final product release we would like to ship a proper RDF4J release, i.e. 4.3.0. From the timeline it would be really great to have the 4.3.0 out within the next 4 weeks, which should be in line with what you are stating.

 

One further remark: the current 4.3 snapshot contains the changes to the repository configuration schema / vocabulary. We can offer to test this in the wild (specifically w.r.t backwards compatibility) when there is another M2 milestone. Do you think it makes sense to have another M2 build for this?

 

Regarding 4.2.4: no strong opinion. If there are fixes, better to roll them out earlier than later :)

 

Best regards,

 Andreas

 

Am Mo., 10. Apr. 2023 um 03:16 Uhr schrieb Jeen Broekstra <jeen@xxxxxxxxxxxx>:

hey folks,

 

I was considering doing a 4.2.4 patch release next week as there's several bug fixes available (see https://github.com/orgs/eclipse/projects/36/views/4 ). There's also a couple of open bug reports, some of which are in progress, but they seem to have stalled a bit (partly due to myself not having a lot of spare time these days).

 

I'd also like to propose that we start thinking about a release for 4.3.0. Ideally I'd like us to get to a 4.3 final release quite soon, so that afterwards we can merge the 5.0 branch into develop, and give its development more priority.

 

There's still a lot of open issues planned against 4.3 but I want to do some culling in that, move them back to 5.0 or unplanned until we can get around to them. There's some things I'd _definitely_ like to see included though. For me, the main themes of 4.3.0 are:

  • prep of our project to migrate fully to Jakarta EE (all the work Erik GB has been doing)
  • migration to tag-based config vocabulary
  • various SHACL features and improvements

 

Thoughts? Questions? Protests?

 

Jeen

_______________________________________________
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