Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Moving forward from Jakarta Rest 4.0 (vote/opinions wanted)
  • From: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>
  • Date: Mon, 6 May 2024 12:45:04 +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=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=b//NcDXeu9sKjx9d4hlfQgbniVjrGgfS/FxcFX4M7xA=; b=P1ICeeOQyJcWsjSpWb+AA15Qw2HVZXWnfl3rWbFPgENo2mC3of1G8rQo3zEB9gSi62FaiWkrFpnka9alNDvN/iBQGqnQ8RIwbo+44IA8kfoZb26cnX1NDtlampuSiQnx8UeLho7uRgo/ik6QSbeiKRtEoZGe310OaoDMWnBGQZ83jAZp/uzDdD+qq0D976TiAAolfcNkRQjKoxJUU9oO9BwPt3JOjmOmE8GM8NG2hYbeSuMdX6QmuucTyXRHPsNYP1GJpebEsuOWSCKNrmxpktbfYv9e7QMghfFsmCZbqBFeiXn6T8QlBI4HmSUqwHsc1iSOn140euAF4FHCIebGyQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ea2uVS4IE0SrocA5L9B5zXA5zAt7BouIfgUJkqh2zVkYc1hzhZjZ/oYW1i4AtN08uPJ9BAqHCU0bw9Z58fE2W3Uq459nmfgxZtVNXJ+WV72cxwt8pinefLYslUKh4qW8IkK8EfNgehYEtpDFvw2V+ftQGuc2Y0f4kP9b1tuAv9yMdqSuznpAZDZEdg8HvDNJniQvMPeEYbOAcp1o81kBldqCmg7aQS8HfDEWyIiyEkHKXoZ2omWgURMyE640gcCJMKPmTj4DiKrw72J6QX2qKudRA6aNv1PNdo/bIwE/Y+vSxi1UknSpnePkgoxmMoVnP9xtl32Gi9/owr/5CgsaXw==
  • 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: AQHanWaHyGBb7zC76kSbGL1lOb1/gLGKK5SA
  • Thread-topic: [External] : [rest-dev] Moving forward from Jakarta Rest 4.0 (vote/opinions wanted)

Jim,


On May 3, 2024, at 10:30 AM, Jim Krueger via rest-dev <rest-dev@xxxxxxxxxxx> wrote:

Hi,
First a big thanks to everyone who helped to get Jakarta Rest 4.0 out for EE11!!

 Yes, indeed!

Now that most everything is done it is time to move on.   Here is a tentative plan for our branches.  Do others agree or have other suggestions?

Current Branches:
  • main (currently used for 4.0 release, with no updates since)
  • 4.0.0 (This branch was apparently automatically created by eclipse when the release went to ballot?  I assume it is to be used as a service branch for 4.0? )

 Yes.

  • release-4.0 (Was the original branch used when the plan was to remove @Context injection and is now obsolete)
  • 4.0.0-M1 (an attempt made by me back in December  and never delivered or made official)
  • 4.0.0-M2 (another attempt by me and never delivered or made official)
  • release-5.0 (working branch containing the start of work to deprecate @Context and other items for Jakarta Rest 5.0)

Option for moving forward:
  • main (to be used for forward development)
  • 4.0.0 (This is presumably the service release branch)
  • 4.0.0-M1 (remove)
  • 4.0.0-M2 (remove)
  • release-4.0 (Rename to “release-4.0-relic”:  Likely none of the content in this branch is useful at this point, but probably good to retain for a while in case)
  • release-5.0 (move relevant changes to main branch and remove, avoiding dual maintenance with main)

 I agree. We should do this ASAP and redirect any relevant PRs in flight to the new branches, if necessary.

— Santiago


Back to the top