-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix lambda maven archtetypes, startup bugs, and docs #20747
Conversation
fix deprecated refernce lambda doc fix
45a8e16
to
fbdac7c
Compare
@gsmet This needs to backport to 2.3 branch. |
@patriot1burke I am currently handling the backports for the I have one question: Does this PR fix all the issues you mention? If so, then please replace |
s/See/Fixes/g done. Ty for quick response. |
Great, thanks a lot! |
The live coding/testing merge a few weeks ago broke the maven archtetypes and introduced some startup bugs. Specifically, the poll loop would start before Quarkus had fully initiliazed and would process a request before quarkus was fully started and initialized.
Fixes #20745
Fixes #20689
Fixes #20674
Fixes #20665
Fixes #20633