Skip to content

Commit 63b94c7

Browse files
committed
Prep for 7.1
1 parent bd33ff8 commit 63b94c7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

migration-guide.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
This guide discusses migration to Hibernate ORM version {version}. For migration from
1313
earlier versions, see any other pertinent migration guides as well.
1414

15+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
// Requirements
17+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18+
19+
[[requirements]]
20+
== Requirements
21+
22+
See the link:{releaseSeriesBase}[website] for the list of requirements for the 7.1 series.
23+
24+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
// New Features
26+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27+
28+
[[new-features]]
29+
== New Features
30+
31+
See the link:{releaseSeriesBase}#whats-new[website] for the list of new features in the 7.1 series.
32+
33+
1534
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1635
// API changes
1736
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -60,6 +79,16 @@ session.refresh(book,
6079
Timeout.milliseconds(1000));
6180
----
6281

82+
[[enhancement-options]]
83+
=== Bytecode Enhancement Options
84+
85+
We plan to remove two options of bytecode enhancement and have currently marked them as deprecated.
86+
87+
First is bidirectional association management.
88+
Applications should instead manage both sides of such associations directly as we have always recommended.
89+
90+
Second is a little-known feature called "extended" enhancement.
91+
Applications should instead use proper object-oriented encapsulation, exposing managed state via getters and setters.
6392

6493

6594
[[session-getLobHelper]]

0 commit comments

Comments
 (0)