Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rest-dev] Branches and Preparing for Jakarta REST 5.0
  • From: James Perkins <jperkins@xxxxxxx>
  • Date: Tue, 30 Sep 2025 21:00:37 +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=36vGupM+kXJ4rOW11NvqIsYSTYf1ryy9qDDQapJtpvI=; b=XGXRBoqn1Zxv12ZxmOSyCyDLAzU2AGyJC3jfaznCbK4t5B7bUg/7oD8MlUysmI2kLJAYfld8ouSx2KOK9Tfz028J3787f7NB6twgVWmP94yaIREh3F3TTfu+t8Jts+AyhN1Qa+ADUVuX6IrgQxVv7GLBY4WISWL6ueFAjF6aX/EeHT8GqIbxDJNfHeIGJuBnN4lq8+hebUHTgr3jYrQI0CEYDDuswdJ6+5jn8UfTKtnF92MrKka9fMheRky9skqYTgzqp1BQqKyJGy2PV+nYsFvV1k3zXawW6LNUrUSn/PHq0vxaPTE22onpw2qr2c6e7+nK0CbLoULA4LQaVfY1FA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=kRnh49hBHRig4buACn9sbC7d6Zz0q50jkcbBKBd9s3Lm2Qj9ddpWeyIuOh8QuhqJlcjocLVnYJuvfkl+IzBcK2WSGegsQvXJFgCP6Uuusgi7OoW33aY0rVvM3DFZ594H9DMVI9BYKXeBzVSpw1ClhDdemW1kAma20qiVgY6y5Br+PzWZj/evNbOAVJzn/MGy143Q+StaE5hmySSPUz3zJHlMFCtbh6PTVdo1+1oC2EHEu7uDa/xw8roBlBd4tp6JC9NFVzJ2rk95NZWKDB3FYg1LKypYdo9ArMDxoUVoYDqNGzUzN3WOLgJM13Nnlm3Y/IcfJVv3AQQ9bZLuLgZVdQ==
  • 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: AQHcMkwclLdMzzmBHk2ZTfAUahxesA==
  • Thread-topic: 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