-
Notifications
You must be signed in to change notification settings - Fork 3k
[3.20] 3.20.2 backports 1 #48455
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
[3.20] 3.20.2 backports 1 #48455
Conversation
- the problem occurs when the getter syntax is mixed with "normal" syntax (Java record-style); e.g. Foo#image() and Foo#hasImage() (cherry picked from commit 8525233)
In RESTEasy Classic, even when an interface is annotated with @RegisterRestClient, the interface is not considered a REST Client if it has implementations. It is not consistent with Quarkus REST and is annoying when you have both the client and the server parts in the same application. (cherry picked from commit aab7682)
(cherry picked from commit 629f3c6)
…#getClasspathResources (cherry picked from commit a7849ec)
…ider (cherry picked from commit 6b7dbea)
(cherry picked from commit c57e5b4)
- fixes quarkusio#47738 (cherry picked from commit f30d9e0)
(cherry picked from commit 32da46e)
(cherry picked from commit f3120fb)
(cherry picked from commit 89acefe)
- Document known issues with Oracle and multiple schemas in Flyway's DevServices. - Provide guidance on granting DBA privileges and configuring schema management. - Include example configuration for schema initialization using `application.properties`. - Follow-up from quarkusio#47753 Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com> (cherry picked from commit 92e1d19)
(cherry picked from commit 1b78d3f)
Fixes: quarkusio#47772 (cherry picked from commit 8dfcac5)
- this workarounds the inconsistency in ClassInfo#simpleName() from Jandex: smallrye/jandex#526 - also fixes quarkusio#47804 (cherry picked from commit 3a73c9b)
Fixes: quarkusio#47466 (cherry picked from commit b3b6c94)
|
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
|
/cc @rsvoboda (3.20) |
This comment has been minimized.
This comment has been minimized.
|
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
I'm not sure it's worth fine tuning this so much but for now, let's fix this the easy way. Fixes quarkusio#48053 (cherry picked from commit 43f31a4)
Status for workflow
|
Status for workflow
|
No description provided.