-
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
The first batch of the 2.4 backports #20827
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit afb20ca)
(cherry picked from commit d2e0247)
- validate expressions that start with a namespace coming from a TemplateData annotation - validate nested "inject:" namespace expressions, ie. used as method params - resolves quarkusio#20621 - also introduce io.quarkus.qute.TemplateData.SIMPLENAME and fix TemplateData javadoc (cherry picked from commit 5709bd6)
…ly interpolate system properties (cherry picked from commit 4c90baa)
When multiple class transformations are registered, the class reader options used to be overwritten by each transformation registration. The last class transformation registered would control the class reader options for all transformations of the same class. This caused an issue for Logging with Panache, which requires the `EXPAND_FRAMES` option. This commit fixes that by merging the class reader options values, so that all options that at least one transformation requires are set. Since the class reader options are bit flags, merging them is a simple bitwise OR. (cherry picked from commit 5d0f39e)
(cherry picked from commit 1dd7182)
(cherry picked from commit 75c9d5d)
Related to quarkusio#20622 and quarkusio/quarkusio.github.io#1167 * removed the web category for the security-jwt guide (Using JWT RBAC) * added the "security" keyword for the same guide Signed-off-by: Nathan Erwin <[email protected]> (cherry picked from commit 58d4b18)
Fixes the broken snapshots seen at: quarkusio#12111 (comment) (cherry picked from commit be97c27)
Fixes: quarkusio#20683 (cherry picked from commit 727877c)
…exist Fixes: quarkusio#20685 (cherry picked from commit d939562)
(cherry picked from commit 89f79f7)
(cherry picked from commit 2d3592c)
(cherry picked from commit 4e3f8ce)
(cherry picked from commit 568f454)
(cherry picked from commit 77c3619)
- resolves quarkusio#20615 (cherry picked from commit 7f53fe9)
Fixing minor issues in code examples (cherry picked from commit ef38530)
If auth fails here and the challenge has been sent there is nothing more to do. (cherry picked from commit 1924766)
Signed-off-by:Phillip Kruger <[email protected]> (cherry picked from commit ea2c31b)
Arc is intelligent enough to only make a class unremovable if there is an actual bean of that type. It therefore suffices to let Arc know which types to make unremovable and not try to emulate the bean declaration logic Fixes: quarkusio#20703 (cherry picked from commit 98ea1b5)
(cherry picked from commit 4f60d2c)
- also improve the error message if no resolver is found for a namespace at runtime - resolves quarkusio#20701 (cherry picked from commit 2cef352)
fix deprecated refernce lambda doc fix (cherry picked from commit fbdac7c)
(cherry picked from commit ad2cd96)
Fixes quarkusio#20193 (cherry picked from commit 117bf93)
Fixes: quarkusio#20660 (cherry picked from commit 35fee1a)
(cherry picked from commit c87a100)
(cherry picked from commit f8b89c5)
(cherry picked from commit 2aeaefb)
(cherry picked from commit 25941ff)
(cherry picked from commit 0c589cd)
Fixes quarkusio#20731 (cherry picked from commit e8dcbc7)
… processor (cherry picked from commit 7e91a1b)
quarkus-bot
bot
added
area/amazon-lambda
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/funqy
area/gradle
Gradle
area/hibernate-orm
Hibernate ORM
area/hibernate-reactive
Hibernate Reactive
area/kafka-streams
area/mailer
area/maven
area/metrics
area/oidc
area/openapi
area/persistence
OBSOLETE, DO NOT USE
area/qute
The template engine
area/rest
area/smallrye
area/testing
area/vertx
labels
Oct 18, 2021
/cc @ebullient, @kenfinnigan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/amazon-lambda
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/funqy
area/gradle
Gradle
area/hibernate-orm
Hibernate ORM
area/hibernate-reactive
Hibernate Reactive
area/kafka-streams
area/mailer
area/maven
area/metrics
area/oidc
area/openapi
area/persistence
OBSOLETE, DO NOT USE
area/qute
The template engine
area/rest
area/smallrye
area/testing
area/vertx
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.