-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus LTS support #831
Comments
We'll probably have multiple branches for each Quarkus version, like when we used to support Quarkus 3 and 2. @ricardozanini @gastaldi thoughts? |
@hbelmiro exactly. Some projects like https://github.com/quarkiverse/quarkus-artemis already do this |
@hbelmiro Yes, we have to branch from the main, roll back to LTS, and release a new version from this branch. We can have the same number but with a suffix like @brice-laurencin I can create the branch. Can you work on a patch to follow the LTS in this new branch? |
I can try, but I'm not sure I see all that must be done. (And I might not be able to do this this week, but next week will be fine) |
Hello! I’d like to emphasize that I also need to migrate to the LTS version, so this update would be very helpful. |
@jota-coelho We are open to contributions. I created the Any PRs should be opened there, and the documentation should be updated to tell users about it. Once it's done, I can do the release. @brice-laurencin once you open the PR, we can discuss more details if needed. |
I think we need a branch per current LTS, mentioning the targeted version. |
@brice-laurencin I don't think we have the resources to keep up with the three branches. We can keep up with the latest LTS. |
@ricardozanini technically, current So I suppose everything is good? |
We can support the older LTS instead. I think it will be more helpful for the community. The version pattern could be |
@hbelmiro @brice-laurencin the idea is to support an old LTS, in this case Quarkus 3.8 LTS. |
My point is that we're close to supporting 3.16 in |
@hbelmiro yes, agreed. |
With quarkus now supporting LTS versions, it feels like the extension should support those LTS versions for their support timeframe.
I clearly don't have any idea how it could move forward.
But I'd be happy to help if I can.
The text was updated successfully, but these errors were encountered: