hibernate-orm/hibernate-core
Yoann Rodière b5221e2ec6 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
This method allows custom contexts to pick the behavior they want when
a class contains getters/setters that do not have a matching field,
making enhancement impossible.

Three behaviors are available:

* SKIP (the default), which will skip enhancement of such classes.
* FAIL, which will throw an exception upon encountering such classes.
* LEGACY, which will restore the pre-HHH-16572 behavior.

I do not think LEGACY is useful at the moment, but I wanted to have
that option in case it turns out HHH-16572 does more harm than good in
Quarkus 3.15.
2024-11-13 11:47:34 +01:00
..
src HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy 2024-11-13 11:47:34 +01:00
hibernate-core.gradle HHH-18828 - Migrate to hisrc-basicjaxb for xjc plugins 2024-11-12 06:58:53 -06:00