We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0505a0d commit 02ca1feCopy full SHA for 02ca1fe
tooling/hibernate-maven-plugin/src/main/java/org/hibernate/orm/tooling/maven/HibernateEnhancerMojo.java
@@ -46,13 +46,17 @@ public class HibernateEnhancerMojo extends AbstractMojo {
46
required = true)
47
private boolean enableAssociationManagement;
48
49
+ @Deprecated(
50
+ forRemoval = true)
51
@Parameter(
- defaultValue = "false",
52
+ defaultValue = "true",
53
54
private boolean enableDirtyTracking;
55
56
57
58
59
60
61
private boolean enableLazyInitialization;
62
0 commit comments