[3.33] 3.33.3 backports 1#54911
Open
jmartisk wants to merge 25 commits into
Open
Conversation
…rning When a package-info.java with Hibernate annotations (e.g. @FilterDef) exists, the package name ends up in the managedClassAndPackageNames set. When generateProxies calls IndexWrapper.getClassByName() with a package name, it fails to load it as a class resource and logs a misleading WARN: "Failed to index org.acme: Class does not exist in ClassLoader ..." Fix by removing known package names from the set before passing it to generateProxies. JpaModelBuildItem already tracks packages separately via getAllModelPackageNames(), so we simply call removeAll(). Fixes quarkusio#50572 (cherry picked from commit 7901bcb)
(cherry picked from commit ca494d6)
Since the generated sources are no longer registered as input dirs for main source set, annotation processing (in this case, mapstruct via kapt) couldn't see those sources. This led to compilation failures. This is not a legitimate fix, rather a band-aid. Addresses quarkusio#50486. (cherry picked from commit 5390769)
Update Azure Functions ExtensionBundle version from [3.0.0, 4.0.0) to [4.0.0, 5.0.0). (cherry picked from commit 8fb5d20)
(cherry picked from commit 1c4115f)
Fixes: quarkusio#53812 (cherry picked from commit 1f74abe)
(cherry picked from commit 5298b65)
(cherry picked from commit b67748f)
Fixes: quarkusio#53877 (cherry picked from commit 407e657)
Fixes: quarkusio#54039 (cherry picked from commit c56e13d)
(cherry picked from commit f17c893)
…uded changelogs Register logical to physical classpath mappings at build time and resolve them at runtime in native mode without duplicating changelog bytes. Add integration tests for the scenario. Fixes quarkusio#53982 (cherry picked from commit ca23919)
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.7 to 3.5.8. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.5.7...3.5.8) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 427348b)
(cherry picked from commit 5bd8a88)
(cherry picked from commit bb5bbff)
(cherry picked from commit c4222a3)
* Closes: quarkusio#54091 Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> (cherry picked from commit 8047542)
- Minor API breakage in HttpServerRequest - io.netty.internal.tcnative.SSL needs to be runtime-initialized (cherry picked from commit 385c526)
The quarkus-jokes example project moved from phillip-kruger to the quarkiverse org, and qwc-jokes-web-components.js was split into multiple files. Update all references to use the quarkiverse repo and point to qwc-jokes-list.js which contains both the getJoke request/response and streamJokes streaming examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit e365dd9)
The Micrometer docs moved from micrometer.io/docs/* to docs.micrometer.io/micrometer/reference/*. Update the two remaining old-format links to use the new URLs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit d2f5e18)
- writing-extensions.adoc: gizmo USAGE.adoc renamed to MANUAL.adoc - grpc-service-consumption.adoc: add missing /blob/main/ to ExceptionHandlerProvider.java link - extension-codestart.adoc: base-codestarts moved into project-core-extension-codestarts module - spring-data-jpa.adoc: Spring Data JPA docs migrated from asciidoc to Antora directory structure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit cfed7ee)
(cherry picked from commit ffa6117)
- rest.adoc: JSON HAL draft moved from tools.ietf.org to datatracker.ietf.org, update to latest draft revision (08) - rest-json.adoc: JSON-B API site moved from eclipse-ee4j.github.io to jakarta.ee/specifications/jsonb/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit b2ea1f2)
|
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 @aloubyansky (3.33), @gsmet (3.33), @rsvoboda (3.33) |
Status for workflow
|
|
🎊 PR Preview 7fdb8b1 has been successfully built and deployed to https://quarkus-pr-main-54911-preview.surge.sh/version/main/guides/
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.