Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Removing outdated branches
  • From: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>
  • Date: Wed, 30 Aug 2023 12:46:35 +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=FAkSQk+wRHhAVE4DJ4ovI7xnLtNL+V5xsFxn9TdiI0Q=; b=PyA+44WyRVFJIStgZhb0JBdc6dV8z4+GCz2aXDKCf6niG53ZmoBMdtH53Y21GRMlV1RwIMhy7UWYc1LRCIy3lJ+ef6xA7NXmQ0OmC8Fg8U2Gr0mS97xaqOsrWYilNdWEs4T4bgInz1ru33tFlW3fKqn6Qk+9MTXmqKO5cLz8JP7QqkAB0PO8aS4qBp0EiwfkwCHyuo32OO4Ryx8Pb8kc1XJyB5AmZllmS/pbx0tHgb5bwWf8giqBVtc+isf1z4U9A1CnYXyD1bybC27TkJO3Jko8RAnqX4qwE8ef5FCdsh5nsNKiUdCtFAdwgvqUFhDWQhjbuCtIUiE5gp7zg/zReA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cFcnlCRtsCn/6/Kn3r1oyJtIiLHx/kPAPkh53eUJMicihuibzPNDvGuvhffJXBx2LleDxjxWPJHdUq/WTQBkO3Qp89DOQrcfv9KIVaIpwEgeZPqwZR9aB4kUDIcST4UGW7KJ5CysNyxWmOQ8PqHW7GH83bUVDOZF7PvHmAR11HCwlAso1jxmcJXRrAZ0RVq1SiGMLbNjmwjp3yoLhcQ27ih/SoafeVLcZXpMorlk2zyM955IDJFw0o0Jj05vn4Ai6rIFTw5sgLbfa7DNd2krgSlGIww0UWnYUGeqb0T7fXIPTP9V5jI3R74jQz5vq7u6zYdzBJTm0jJcQ231NbijKw==
  • 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: AQHZ1pcWSyRmRF8rskueRRYqqW120K/5iNGAgAACKgCACS/40IAACraAgAANIAA=
  • Thread-topic: [rest-dev] [External] : Removing outdated branches



On Aug 30, 2023, at 7:59 AM, Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:

Hi Markus,
 
The branch release-3.1.x is currently being used for TCK challenges, we already released TCKs 3.1.1, 3.1.2 and 3.1.3 from the branch.
We intend to release TCK 3.1.4 based on 2 challenges - https://github.com/jakartaee/rest/issues/1162 and https://github.com/jakartaee/rest/issues/1163 by excluding the tests as per the current plan.

 Right, we cannot remove or merge these yet.

— Santiago

 
Thanks & Regards,
Alwin Joseph 
 

From: rest-dev <rest-dev-bounces@xxxxxxxxxxx> on behalf of Markus Karg via rest-dev <rest-dev@xxxxxxxxxxx>
Date: Wednesday, 30 August 2023 at 4:54 PM
To: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>, 'Jakarta Rest project developer discussions' <rest-dev@xxxxxxxxxxx>
Cc: Markus Karg <markus@xxxxxxxxxxxxxxx>
Subject: Re: [rest-dev] [External] : Removing outdated branches

Does anybody really need *the branch* (not the content of) release-3.1.x (i. e. do we really plan to release 3.1.1 eventually)? If not, we could simply merge the sole commit of release-3.1.x into master and then drop the branch release-3.1.x.
-Markus
 
 
Von: Santiago Pericasgeertsen [mailto:santiago.pericasgeertsen@xxxxxxxxxx] 
Gesendet: Donnerstag, 24. August 2023 17:03
An: Jakarta Rest project developer discussions
Cc: James Perkins; Markus Karg
Betreff: Re: [rest-dev] [External] : Removing outdated branches
 
 
 IMO:
 
 - James is correct about the SNAPSHOT problem
 - We should figure out how to merge master and release-3.1.x, hence my original question. Haven’t analyzed how this can be done correctly. There have been fixes to the TCKs.
 - After that, we can make release-4.0 be master
 
— Santiago



On Aug 24, 2023, at 10:55 AM, Markus Karg via rest-dev <rest-dev@xxxxxxxxxxx> wrote:
 
Plase don't let us reinvent the wheel.
 
3.1.0-SNAPSHOT would be simply wrong, as 3.1.0 is already released. So it should be 3.1.1-SNAPSHOT.
 
Omitting master would be confusing, as every newcomer assumes there is a master and it is the way towards the next major release.
 
IMHO the best we could do is merge release-4.0 into master and in turn drop release-4.0 branch.
 
-Markus
 
 
Von: James Perkins [mailto:jperkins@xxxxxxxxxx] 
Gesendet: Donnerstag, 24. August 2023 16:27
An: Jakarta Rest project developer discussions
Cc: Markus Karg
Betreff: Re: [rest-dev] [External] : Removing outdated branches
 
Along these lines, the master branch seems in an odd state to me. The version is set to 3.1.0 which is really not great if you build it locally as it pollutes your local Maven repository. Especially if it does include new features. At minimum, IMO, the version should be set to 3.1.0-SNAPSHOT. It should likely be changed to something else, but SNAPSHOT is critical.
 
Should we just remove the master branch and use the release-$version branches?
 
On Thu, Aug 24, 2023 at 7:23 AM Markus Karg via rest-dev <rest-dev@xxxxxxxxxxx> wrote:
I have removed all branches on Github other than master, release-4.0, release-3.1.x and gh-pages.
-Markus
 
Von: Santiago Pericasgeertsen [mailto:santiago.pericasgeertsen@xxxxxxxxxx] 
Gesendet: Donnerstag, 24. August 2023 15:14
An: Markus Karg
Cc: Jakarta Rest project developer discussions
Betreff: Re: [External] : [rest-dev] Removing outdated branches
 
Markus, 
 
I noticed that we piled up several outdated branches.
 
If nobody objects, I'd like to remove all of them but just keep the following:
- master
- release-4.0
- release-3.1.x
 
 I was thinking about this yesterday, so no objections. Did you check how master and release-3.1.x differ BTW?
 
 Thanks.
 
— Santiago
 
_______________________________________________
rest-dev mailing list
rest-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org

 
-- 
James R. Perkins
JBoss by Red Hat


Back to the top