Working Group activities from 2024-11-02 to 2024-12-02 #44869
cescoffier
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Completed working groups
These working groups are now completed.
The WebSocket.Next working group will be completed soon.
Latest updates
🟢 WG - Quarkus Config and IDEs
I fixed a few issues in the doc generation but couldn't make much progress for this round.
🟢 WG - Test classloading
Good progress in the past week. Latest CI run: https://github.com/holly-cummins/quarkus/actions/runs/11940609084
Down to 8 failing jobs on CI, which is, admittedly, awful, but it’s better than the 10 that were failing before this week. Fixed many problems in my implementation, some dumb (like typing ’text’ instead of ’test’, some more significant.)
The next task/blocker is @nested tests, which have a test profile. That means sorting out the contradiction between “load tests using the classloader we will use to execute them,” and “@nested inner classes always get loaded by the parent’s classloader, which is totally the wrong classloader if there’s a @testprofile on them”. I fear the solution may involve putting back a bunch of code I thought I was going to be able to delete.
🟢 WG - WebSocket Next
I think that this WG can be completed. The goal was achieved. The only issue in progress is related to performance which is an ongoing effort.
🟢 WG - Quarkus 3.15 LTS
No status published
🟡 WG - Docker file generation
No status published
🟢 WG - Quarkus to the CommonHaus Foundation
No status published
Detailed activity
WG - Quarkus Config and IDEs
Completed items
WG - Test classloading
New items
WG - WebSocket Next
New items
Completed items
WG - Quarkus 3.15 LTS
Completed items
Completed working groups
Beta Was this translation helpful? Give feedback.
All reactions