[pull] main from quarkusio:main#852
Merged
pull[bot] merged 15 commits intobschuhmann:mainfrom Apr 23, 2026
Merged
Conversation
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
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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 : )