You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-guide.adoc
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,51 @@ Interestingly, this now also aligns with handling for auto-flush events which al
103
103
The behavior of `noInterceptor()` for `SharedSessionBuilder` and (the new) `SharedStatelessSessionBuilder` was aligned with the preexisting semantics of this method on `SessionBuilder` and `StatelessSessionBuilder`.
104
104
The previous behavior may be recovered by calling `noSessionInterceptorCreation()`.
105
105
106
+
[[test-util-bytecodeenhanced-engine]]
107
+
=== JUnit `BytecodeEnhancedTestEngine`
108
+
109
+
With this version, `BytecodeEnhancedTestEngine` will be disabled by default.
110
+
To be able to run the tests annotated with `@BytecodeEnhanced`, this engine has to be explicitly enabled via a system property:
0 commit comments