Hi,
As planned, we switched the main branch to Quarkus 4. Main is now open for contributions again.
What changed:
- Main is now Quarkus 4, based on Vert.x 5. PRs merged in main will get affected to the 4.0 - main milestone
- The 3 work lives in the 3.x branch - note that we still want to go up to 3.40 LTS - which will probably the last minor for 3.x
- If you want something in 3.x for the next 3.x minor, you will now have to add the triage/backport-3.x label - I will handle most of the backports, I might ask for help for the hairy ones
- I will decommission the triage/backport label for now to avoid confusion. I will recreate it once we start releasing 4.x. For 3.x, we will create labels for each specific version.
So let's recap the labels:
- if you want something backported to the next 3.x minor for inclusion, use triage/backport-3.x. It can be a new feature.
- if you want a fix backported in a micro release of the current minor, use for instance the triage/backport-3.37 label
The version in main is 999-SNAPSHOT as usual. The version in 3.x is 3.999-SNAPSHOT.
You just need to pull main as usual to get all the 4.0 changes.
If you have any questions, doubts on how to label a PR... just ping me and I will help.
There is still quite a lot to handle on the infrastructure side (Ecosystem CI, snapshots...) but we will handle all that next week.
--
Guillaume