-
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
2.16.1 backports 1 #30670
Merged
Merged
2.16.1 backports 1 #30670
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
This also deprecates -H:+AllowVMInspection support which GraalVM has replaced with --enable-monitoring Fixes: quarkusio#30408 (cherry picked from commit 6cc0446)
(cherry picked from commit b8eae46)
Bumps [gizmo](https://github.com/quarkusio/gizmo) from 1.5.0.Final to 1.6.0.Final. - [Release notes](https://github.com/quarkusio/gizmo/releases) - [Commits](quarkusio/gizmo@1.5.0.Final...1.6.0.Final) --- updated-dependencies: - dependency-name: io.quarkus.gizmo:gizmo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 5acb93d)
… of producer types no longer throw on finding wildcards (cherry picked from commit 3107510)
…on change in dev mode. Fixes quarkusio#30384 (cherry picked from commit aa11333)
Bumps `kafka3.version` from 3.3.1 to 3.3.2. Updates `kafka-clients` from 3.3.1 to 3.3.2 Updates `kafka-streams` from 3.3.1 to 3.3.2 Updates `kafka-streams-test-utils` from 3.3.1 to 3.3.2 Updates `kafka_2.13` from 3.3.1 to 3.3.2 --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.kafka:kafka-streams dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.kafka:kafka-streams-test-utils dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.kafka:kafka_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 200ce2c)
Fixes quarkusio#30424 (cherry picked from commit 6452f5f)
GraalVM deprecated --enable-monitoring without arguments (see oracle/graal#5792) so there is no need to support the "equivalent" in Quarkus. (cherry picked from commit db6f091)
(cherry picked from commit b9dfa4a)
As experienced in quarkusio#30463, it seems it can happen. (cherry picked from commit cec7cd3)
(cherry picked from commit f981645)
(cherry picked from commit c9e6e08)
- Homebrew version is published to main so we may not publish maintenance releases or we override the current stable - For previews, same as above plus we may not publish to Chocolatey as the qualifier is dropped so it looks like a final if we publish it. (cherry picked from commit 27a2833)
(cherry picked from commit 23ccc4d)
The idea is to define the stream value for older versions so that people can create apps for these versions by running the command. (cherry picked from commit c91db77)
(cherry picked from commit 2ead515)
(cherry picked from commit 2445888)
…onfig (cherry picked from commit cd8f952)
The linked issue is caused by Arc because the method interfaces are automatically proxied when there are security annotations. And the problem is that this method are not implemented. However, we can't implement these methods since the generated resources take care also of the response codes. Fix quarkusio#30515 (cherry picked from commit fa39b9a)
(cherry picked from commit e5e35d9)
As of late JDK 18, with [9bc023220](openjdk/jdk20@9bc023220), freetypeScaler.c has started to call sun.font.FontUtilities. This change marks it for JNI Access for all JDK versions, i.e. superfluously for JDK11 and JDK17. (cherry picked from commit 26d25fc)
(cherry picked from commit 6c63a96)
- related to #redhat-developer-demos/quarkus-petclinic/issues/7 (cherry picked from commit d576fa2)
Fix quarkusio#30559 (cherry picked from commit 56c604b)
(cherry picked from commit 440a084)
- this fixes a problem where a Panache entity declares an explicit getter with a return type that differs from the relevant field (cherry picked from commit eb2f61d)
(cherry picked from commit fe4fd6e)
(cherry picked from commit 85bcb2e)
Correcting Typos (cherry picked from commit 61f8151)
(cherry picked from commit 41ebc6c)
- resolves quarkusio#30636 (cherry picked from commit 58a5197)
Fixes: quarkusio#23002 (cherry picked from commit 00c38a0)
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
area/cli
Related to quarkus cli (not maven/gradle/etc.)
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/elasticsearch
area/gradle
Gradle
area/graphics
area/hibernate-orm
Hibernate ORM
area/kubernetes
area/maven
area/oidc
area/panache
area/persistence
OBSOLETE, DO NOT USE
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/testing
labels
Jan 27, 2023
This comment has been minimized.
This comment has been minimized.
(cherry picked from commit 277b190)
Sorta fixes quarkusio#24027 even if at some point it would be nice to implement the support for validation.xml. (cherry picked from commit 300e10d)
I'd like to propose an additional section `Native compilation` describing how to use the `Validator` to avoid running into quarkusio#7686 (cherry picked from commit 1be06ed)
(cherry picked from commit 934e026)
Failing Jobs - Building 52b1859
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
|
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/cli
Related to quarkus cli (not maven/gradle/etc.)
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/elasticsearch
area/gradle
Gradle
area/graphics
area/hibernate-orm
Hibernate ORM
area/infra
internal and infrastructure related issues
area/kubernetes
area/maven
area/oidc
area/panache
area/persistence
OBSOLETE, DO NOT USE
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/testing
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.
Please don't merge, I will merge it myself.