Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] Branches and Preparing for Jakarta REST 5.0
  • From: James Perkins <jperkins@xxxxxxx>
  • Date: Fri, 10 Oct 2025 19:53:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ibm.com; dmarc=pass action=none header.from=ibm.com; dkim=pass header.d=ibm.com; 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=3I8jgtZD3uRTQC844XQdVHWyOQtS+UlkjcHTVehqwMo=; b=ZypEof6aZwS6nl6X5A17f5Zq7hwEsRQ2hkBXyf0X29Lafc71JN6JCdKF6bZEy6csthA5p+41XXlznal4dfyzLzWVYxbXBonPgzwLwx2NNhku5rUZX4L73RhDXsas3yvmWF8ei5hBd1PJdPwYGlPC3+xJq/ucgFDhz5cN2h7mbExdy6SyqZZtgSZujGAEn+/Ld6+jGG6v0ssZp52CpQFhGFL+CTTC0ka2lDPWXSYTluoqDeL/hxORiPY4/HfHnKp1MpBX53JFbrMxx7PZrtkxui5vngKtkwD1ymvq2Mr1HyKTeRPysF/Z6K7SPLK/f+O6rBHB4hUp+WyoflZCb0LHXQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=QyttTY8eNpTcPhPmBQn5Bot2A7kIrwFf2kIqCUH4XRUX0PSbrruMdZLEK3K5Pqe0HoqY9dMgYBrbmeux8uLUTA4ldlx4m3lxx9pw9eW4FEEYGhNGTjL9X9MkJaJoKy9iAjMP+8P+Ne5YZDWAswXcV3W1a1VhpxZB/IWT+ZsqWMGqTwIRNWJiR9bW62v0C8eJQO1PIgl7YDHcWmk4WqjGnaGFSD0YA7iXFUwCujsjPpRKU/GzlztITlLBKdnQq8urfrBVSKTDqLprc5DSf1az3bFRYYE4nHD0l0f2rX5SF8kkunzRv9G3HEH4X0NGEfeXoRoU+mxzy2ammrJL80JrWw==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcMkwclLdMzzmBHk2ZTfAUahxesLS72bDz
  • Thread-topic: Branches and Preparing for Jakarta REST 5.0

I've submitted a PR to update main. We were really only missing Markus' commit to remove the security manager. We were also missing https://github.com/jakartaee/rest/pull/1210, but I'm not certain we're ready for that.

If this looks okay, once it's merged I think we should delete the release-5.0 branch as it adds confusion IMO. If we're concerned about history, we can always create a tag.

The next steps would be starting to prepare for an M1 release. We've submitted for a version 5.0 which means we need to bump the version to 5.0.0-SNAPSHOT. We also need to upgrade the parent for the latest Maven Central config changes. There are some other steps too, but those are the bare minimum starting points.


James R. Perkins
Software Developer 

IBM

From: James Perkins <jperkins@xxxxxxx>
Sent: Tuesday, September 30, 2025 2:00 PM
To: rest-dev@xxxxxxxxxxx <rest-dev@xxxxxxxxxxx>
Subject: Branches and Preparing for Jakarta REST 5.0
 
Hello All,
We're aiming to have an M1 for Jakarta EE 12 by 2025-10-15 which is just a couple weeks away, see [1]. 

Looking at the branches I'm a bit confused on what branch we should be working on. There is a release-5.0 branch which is quite different from main. Both contain changes the other one does not and I don't know which one we should be using. There was a PR raised [2] to address some of the requirements for an M1 release However, some of things have already been done in the release-5.0 branch, for example removing the security manager [3].

I think the first thing we need to do is determine which branch we should use and stick with that branch. My personal preference would be main and merge what we need from release-5.0 into main, then delete the release-5.0 branch.

After that, we can start moving forward with any other changes that are needed. 



James R. Perkins
Software Developer 

IBM

Back to the top