Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] Github Branches

FYI - According to our discussion of last week:

 

I have renamed the branch EE4J_8 to 2.1-Maintenance.

 

I have created the branch 3.1-SNAPSHOT from the branch master . As master shall actually contain work towards 3.0-SNAPSHOT next I will cherry-pick changes from 2.1-Maintenance to master, and remove the Java SE Bootstrap API from it.

 

Regards

-Markus

 

 


I agree with Bill and Christian - I would like to keep the branch around, but I am fine with renaming the branch to â2.1-Maintenanceâ as Markus proposed.

 

Thanks,

 

Andy

 

On Sat, Dec 21, 2019 at 2:32 PM Bill Shannon <bill.shannon@xxxxxxxxxx> wrote:

In my opinion, the simplest approach for most projects is to do the work for the currently under development release on the master branch, and reserve other branches for either work supporting previous releases (maintenance) or work for future releases.

There is no one right way to do this, it's all a matter of opinion, so you can do whatever makes sense and works for you. As usual, my concern is that we should preserve as much commonality as possible between projects in term of how they're managed, to make it simpler for people to work on multiple projects. What I described is what I believe to be the most common approach.

Markus KARG wrote on 12/21/19 4:38 AM:

Yes that is possible, it is simply no technical problem, just time to invest to juggle with the commits.

What do you try to reach? We certainly can do that, but what benefit do you expect from it?

-Markus

Â

Von: Bill Shannon [mailto:bill.shannon@xxxxxxxxxx]
Gesendet: Samstag, 21. Dezember 2019 03:37
An: jaxrs developer discussions; Markus KARG
Betreff: Re: [jaxrs-dev] Github Branches

Â

I'm not a git expert, but...

Can you move everything on the master branch to a "3.1" (or whatever) branch, then move everything on the EE4J_8 branch to the master branch and use the master branch for the "current release" (3.0) development while leaving the other branch for the "future work" development?

Markus KARG wrote on 12/20/19 6:58 AM:

(1) There is no need to actually keep a branch for that purpose, as you can easily reconstruct it from the corresponding tag (git checkout -b <NEW-BRANCH> 2.1.6), as branches are for active development, while tags are for archived streams. BTW, note that "-1" means that we MUST NOT remove that branch even if all other contributors would be +1 (e. g. due to that simple git trick), so I'd like to ask if you really mean "-1" or "0" (i. e. "I would like to keep it, but I do not stand in the way of the majority").

Thanks.

-Markus

Â

Von: jaxrs-dev-bounces@xxxxxxxxxxx [mailto:jaxrs-dev-bounces@xxxxxxxxxxxIm Auftrag von Andy McCright
Gesendet: Freitag, 20. Dezember 2019 13:53
An: jaxrs developer discussions
Betreff: Re: [jaxrs-dev] Github Branches

Â

(1) -1Â

Â

I would like to keep that branch around in case we need to do another point release. This should only mean very minor changes to the spec doc or javadoc, etc, but if we do need to make a correction, it will be a lot easier if the branch is still there.

Â

(2) +1

Â

Thanks!

Â

On Fri, Dec 20, 2019 at 5:21 AM Markus KARG <markus@xxxxxxxxxxxxxxx> wrote:

Committers,

Â

(1) The EE4J PMC agreed that we may delete the EE4J_8 branch, as Jakarta EE 8 was published there is no more use of that branch. We need to take care that everything in that branch is also found in the master branch.

Â

(2) As the master branch contains new features, it is targeting v3.1. As we need to provide a v3.0 for Jakarta EE 9, I propose we create a new branch "3.0-SNAPSHOT" for that purpose (we cannot call it "3.0" because it would interfer with tag names) as a branch off master and removing the new features manually.

Â

If nobody objects, I will perform these changes in my X-mas holidays.

Â

Vote, please. :-)

Â

-Markus

 


Back to the top