Skip to content

[3.33] 3.33.3 backports 1#54911

Open
jmartisk wants to merge 25 commits into
quarkusio:3.33from
jmartisk:3.33.3-backports-1
Open

[3.33] 3.33.3 backports 1#54911
jmartisk wants to merge 25 commits into
quarkusio:3.33from
jmartisk:3.33.3-backports-1

Conversation

@jmartisk

Copy link
Copy Markdown
Contributor

No description provided.

tiwari91 and others added 25 commits June 17, 2026 14:44
…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)
…3471)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit bf3b9bd)
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)
…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 bb5bbff)
* 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)
- 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)
@jmartisk jmartisk requested a review from a team June 17, 2026 12:45
@quarkus-bot quarkus-bot Bot changed the title 3.33.3 backports 1 [3.33] 3.33.3 backports 1 Jun 17, 2026
@quarkus-bot

quarkus-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • description should not be empty, describe your intent or provide links to the issues this PR is fixing (using Fixes #NNNNN) or changelogs

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot Bot added the area/dependencies Pull requests that update a dependency file label Jun 17, 2026
@quarkus-bot

quarkus-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

/cc @aloubyansky (3.33), @gsmet (3.33), @rsvoboda (3.33)

@quarkus-bot

quarkus-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 447b66d.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@github-actions

Copy link
Copy Markdown

🎊 PR Preview 7fdb8b1 has been successfully built and deployed to https://quarkus-pr-main-54911-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.