This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Method signature types for methods of javax.persistence.AttributeConverter no longer included in configuration. #1329
Labels
type: compatibility
Native image compatibility issue
Milestone
spring-native: 0.11.0-SNAPSHOT
In the sample below, both
MonetaryAmountAttributeConverter
andMonetaryAmount
are added to the configuration, but the more concrete return typeorg.javamoney.moneta.Money
ofconvertToEntityAttribute(...)
ist not.this leads to the following warn on startup
The text was updated successfully, but these errors were encountered: