Skip to content

Commit c1e5bb5

Browse files
committed
Update OSIV documentation
1 parent c23c8dd commit c1e5bb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/main/asciidoc/using.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ When enabled, it publishes events - `JdbcQueryExecutionEvent` and `JdbcMethodExe
7070

7171
[[using-limitations]]
7272
== Limitations
73-
[[using-limitations-oiv]]
74-
=== Open In View, Open Session In View
75-
Unfortunately, Open In View (OIV) / Open Session In View (OSIV) are not supported.
76-
This is because OIV/OSIV delays closing the database connection until the HTTP response is sent.
73+
[[using-limitations-open-session-in-view]]
74+
=== Open Session In View
75+
Unfortunately, Open Session In View (OSIV) is not supported.
76+
This is because OSIV delays closing the database connection until the HTTP response is sent.
7777

78-
Observation scope orders without OIV/OSIV:
78+
Observation scope orders without OSIV:
7979

8080
. Open HTTP request observation scope
8181
. Open DB connection observation scope
8282
. (Other observation scopes)
8383
. Close DB connection observation scope
8484
. Close HTTP request observation scope
8585

86-
However, with OIV/OSIV enabled, the DB connection closing is delayed, leading to the following order:
86+
However, with OSIV enabled, the DB connection closing is delayed, leading to the following order:
8787

8888
. Open HTTP request observation scope
8989
. Open DB connection observation scope
@@ -93,4 +93,4 @@ However, with OIV/OSIV enabled, the DB connection closing is delayed, leading to
9393

9494
Since observation scopes must be closed in the reverse order of their creation, this swapped ordering causes observation leaks.
9595

96-
To disable OIV/OSIV, set `spring.jpa.open-in-view=false`.
96+
To disable OSIV, set `spring.jpa.open-in-view=false`.

0 commit comments

Comments
 (0)