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.16.1 backports 1 #30670

Merged
merged 39 commits into from
Jan 30, 2023
Merged

2.16.1 backports 1 #30670

merged 39 commits into from
Jan 30, 2023

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 27, 2023

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

geoand and others added 30 commits January 27, 2023 18:49
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)
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)
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)
As experienced in quarkusio#30463, it seems it can happen.

(cherry picked from commit cec7cd3)
(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)
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)
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 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)
Correcting Typos

(cherry picked from commit 61f8151)
(cherry picked from commit 41ebc6c)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jan 27, 2023
@gsmet gsmet self-assigned this Jan 27, 2023
@quarkus-bot 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
@quarkus-bot

This comment has been minimized.

ia3andy and others added 4 commits January 28, 2023 18:31
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)
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 28, 2023

Failing Jobs - Building 52b1859

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Build Failures Logs Raw logs
✔️ Gradle Tests - JDK 11 Windows
Native Tests - Misc4 Build ⚠️ Check → Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.KotlinProjectWithCompilerArgsDevModeTest.main line 17 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

@gsmet gsmet merged commit 88d23c3 into quarkusio:2.16 Jan 30, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.