Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Re: Branches and Preparing for Jakarta REST 5.0
  • From: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>
  • Date: Wed, 1 Oct 2025 18:48:10 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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=OtDYeUKN6NY7SQGOBHC/1pwSVQoWOkeoSqfPdfxQayA=; b=aRQ7/Kjc37qspShrf9vJQzHqCFiceahYdAGOr+ZSrGYBEBrnSNHwGBz9jQo6L+Sr8FO1eM5RCVYd5upU+5IfH/jV+J1Rh9oqTXbxWPAeAUrUMzCKKiVvY/psihJXpGE40VkUhl/37OtxHkDsKLcLZNjOl1Mc4Kp9IdzloNrJamN+1dr6v4d4+4+eR+wgt490/pxkFw4udKQPtvYCJHAj4eZIz0AP2KfFoyMeiwYFOPY6Wu1Vip5gI4OVR1shFkFtwvo/ETuRy5h/l5C8pbTxW0oNrBenaPpJyZjzhLWS+U5azu1hIAJ6jfTQWD1ScrMQQXR71+mBirGGTzkZ2LTj3A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=r5FG5TvG6Rjx3vT0qZe42Cuo71nOErNupDbH6FIwivCk2y37rgXV9mg89VPjJUpJC5FdS7R9ZwGEoTbahToF3Th0nA53lvF7GWXBR2CYDsJC3019vxkwil9RdH2cqxRBOO141cCuDyAdmZHI7W6W1/hULsiAvckfaurgXJ/nXgCveiWJnNit4r91MoQhMvwg4YedEOKE2+J7kCvI/Iaysmc+r6v3jbpBBrE5lLqr+DU7qsNKSr2IbU1IHCk75SWH9ukZ05AkIj5fIkFYbF0o+LPdwSey1v33qnpcAiwFNKtF2Sngdr7eYvoSNPsHnZSvg3O27MFJUm7/kYt/fiFjDg==
  • 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>
  • Thread-index: AQHcMvYdmmAx5TzUnkes6SZd9ZriLrStoeUA
  • Thread-topic: [External] : Re: [rest-dev] Branches and Preparing for Jakarta REST 5.0

Hi,

 We definitely need to clean up our branches, and perhaps just use main going forward. It seems like the correct approach is to over the commits in release-5.0 and just cherry pick the ones that make sense for main —there’s likely just a few that do. So I guess this similar to what James has in mind.

— Santiago

On Oct 1, 2025, at 1:08 PM, Markus KARG via rest-dev <rest-dev@xxxxxxxxxxx> wrote:

Welcome in the Jungle! This is exactly what I wanted to clarify many months back when I reached out to you, and the result was that nobody responded. :-(

Seems we need to dive into each single commit to find out what is what. :-(

-Markus


Am 30.09.2025 um 23:00 schrieb James Perkins via rest-dev:
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

_______________________________________________
rest-dev mailing list
rest-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org
_______________________________________________
rest-dev mailing list
rest-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://accounts.eclipse.org__;!!ACWV5N9M2RV99hQ!KiOynryMeow-VvRYG1t8d3-x37ZhzbTcvnPrvq55JYxX8RKTbKiJP8wHZnAxwWMCIadgWnD4t3dO4aj1tZ8Lh6ZIQRc2$


Back to the top