Skip to content

[pull] main from quarkusio:main#852

Merged
pull[bot] merged 15 commits intobschuhmann:mainfrom
quarkusio:main
Apr 23, 2026
Merged

[pull] main from quarkusio:main#852
pull[bot] merged 15 commits intobschuhmann:mainfrom
quarkusio:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 23, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

alesj and others added 15 commits April 15, 2026 14:31
Two changes:

1. Add JpaJandexScavengerTest with comprehensive unit tests for entity
   discovery, hierarchy, embeddables, converters, listeners, XML mappings
   (ORM and HBM), and enum/java type collection. Includes a few new XML
   test resources (orm-test-discovery.xml for XML-only entity discovery,
   empty orm.xml for implicit auto-discovery testing,
   orm-invalid-nonannotated.xml for invalid mapping regression test).
   Exposes JpaJandexScavenger.Collector as package-private with a getter
   so tests can verify enumTypes and javaTypes.

2. Add EnumPersistenceTest in the hibernate-orm extension to verify that
   entities with enum fields are correctly persisted and retrieved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Removing obsolete section about backwards compatibility added in 2020
Signed-off-by: Michal Maléř <mmaler@redhat.com>
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 #50486.
Replace loop-based single-element assertions with AssertJ's
containsAll/doesNotContainAnyElementsOf so that failures report
all mismatches at once instead of only the first one.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ModelFromCollector

Remove mutable Collector field and getCollector() accessor by splitting
the method into two: collectModel() returns the Collector, and
buildModelFromCollector() converts it to a JpaModelBuildItem.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rage

The deployment-level test doesn't verify enum reflection works in native
mode. Move it to the jpa-h2 integration test which runs in both JVM and
native mode via JPAFunctionalityInGraalITCase.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Review for the "Deploying Quarkus applications to OpenShift" guide
Metric reader must use Quarkus classloader - Part III - Handle all exporters
Add metacosm to be notified of kubernetes-related issues
Add JpaJandexScavenger unit tests and enum persistence test
Handle edge-case with kapt plugin missing generated sources
@pull pull Bot locked and limited conversation to collaborators Apr 23, 2026
@pull pull Bot added the ⤵️ pull label Apr 23, 2026
@pull pull Bot merged commit 7db3de4 into bschuhmann:main Apr 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants