Skip to content
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

2.12.1 backports 1 #27740

Merged
merged 40 commits into from Sep 6, 2022
Merged

2.12.1 backports 1 #27740

merged 40 commits into from Sep 6, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Sep 5, 2022

Please don't merge, I will merge it myself.

radcortez and others added 30 commits September 5, 2022 21:04
This is done in order to be more consistent with how
other cases are handled and how RESTEasy Classic handles things as well

Fixes: quarkusio#26828
(cherry picked from commit c8380a0)
…ConfigBuildItem

The resulting code is also more explicit, which doesn't hurt.

(cherry picked from commit fa8cb79)
Resolves: quarkusio#27460

Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
(cherry picked from commit 8b042db)
We no longer need to disable `ParseOnce` as memory usage with it enabled
has improved in GraalVM 22.2.

See
https://docs.google.com/spreadsheets/d/15PJ1Qd7kgneuP61N1T2_AyJ3WBsbXpVHIPKbxgH1qfM/edit#gid=1672873268
for a comparison between using and not using `ParseOnce` with 22.2.

Relates to oracle/graal#3435 and
graalvm/mandrel#316

Fixes quarkusio#25944

(cherry picked from commit 03ea11c)
This does not completely solve quarkusio#27229, but it is a step in the right
direction.

(cherry picked from commit edfd611)
Signed-off-by: galiacheng <haixia.cheng@microsoft.com>

 Changes to be committed:
	modified:   docs/src/main/asciidoc/deploying-to-azure-cloud.adoc

(cherry picked from commit 5782338)
This gets rid of the warning when compiling an app to native that depends on it:

```bash
[WARNING] [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
    - io.quarkus.maven.dependency.ArtifactCoords (source: JacksonProcessor > io.quarkus.registry.config.RegistriesConfigImpl$Builder)
    - io.quarkus.maven.dependency.ArtifactKey (source: JacksonProcessor > io.quarkus.registry.json.JsonArtifactCoordsMixin)
Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties.
```

(cherry picked from commit e8e7992)
- this behavior is defined by the spec

(cherry picked from commit 60f62f7)
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
(cherry picked from commit ee5aebd)
…alking its dependencies

(cherry picked from commit 067e888)
…mentations

This change essentially makes all the method implementations behave in the same
way Netty's built-in implementations do.

Fixes: quarkusio#27605

Co-authored-by: David M. Lloyd <david.lloyd@redhat.com>
(cherry picked from commit 819f667)
viswatejan and others added 7 commits September 5, 2022 21:08
Corrected AUTH_SERVER_URL_PROP in KeycloakTestClient

(cherry picked from commit 7699adf)
Note section in security-openid-connect-multitenancy.adoc is broken

(cherry picked from commit a6778ae)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit 7744dec)
This release adds support of several features like quarkusio#27222 and fixes some other major issues like dekorateio/dekorate#1031

(cherry picked from commit 7c01fd4)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Sep 5, 2022
@gsmet gsmet self-assigned this Sep 5, 2022
@gsmet gsmet merged commit 4297ddd into quarkusio:2.12 Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) 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/graphql area/grpc gRPC area/hibernate-orm Hibernate ORM area/hibernate-search Hibernate Search / Elasticsearch area/infra internal and infrastructure related issues area/jakarta area/kubernetes area/maven area/persistence area/resteasy-reactive area/smallrye area/testing area/tracing area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet