Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Register reflection configuration for JPA AttributeConverter implementations #1347

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Contributor

@christophstrobl christophstrobl commented Dec 6, 2021

This commit makes sure to look up @Converter annotated AttributeConverter implementations within the base packages and adds required reflection configuration for both the type itself as well as the conversion return type.

Depends on (includes): #1346

This commit fixes an issue where the JPA processor inspects too many types for potential reflection configuration. We now skip types within the java namespace as well as primitives and primitive arrays.
…tations.

This commit makes sure to look up Converter annotated AttributeConverter implementations within the base paclages and adds required reflection configuration for bot the type itself as well as the conversion return type.
@sdeleuze
Copy link
Contributor

sdeleuze commented Dec 6, 2021

Merged via 906925e, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
2 participants