Skip to content

Commit a7b98e1

Browse files
authored
Apply suggestions from code review
1 parent b0d8c81 commit a7b98e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

migration-guide.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ In fact, some connection pools already include their own implementations of `Con
793793
== Changes to the Maven Plugin
794794

795795
The Maven bytecode enhancement plugin has been completely rewritten since version 7.0. The change that has the
796-
biggest consequence is that the artefactId and groupId of the Maven artefact has changed. As of now, you will
796+
biggest consequence is that the artifactId and groupId of the Maven artifact have changed. As of now, you will
797797
need to include the plugin in the build section in your Maven pom file as illustrated below.
798798

799799
```
@@ -816,7 +816,6 @@ need to include the plugin in the build section in your Maven pom file as illust
816816
```
817817

818818
Also, because of a regression and in contrast with the corresponding Ant task and Gradle plugin, the default values
819-
of the `enableLazyInitialization` and `enableDirtyTracking` are set to `false` while it used to be `true`. This will
820-
be reverted in future versions.
819+
of the `enableLazyInitialization` and `enableDirtyTracking` are set to `false` while it used to be `true`. This is fixed in Hibernate ORM 7.1.
821820

822821
The documentation in the userguide has been rewritten accordingly and completed with more examples.

0 commit comments

Comments
 (0)