Skip to content

Commit b8c6c46

Browse files
committed
Update the LDAP SDK release notes
Cleaned up the release notes for the upcoming 6.0.6 release.
1 parent 3321398 commit b8c6c46

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/release-notes.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ <h3>Version 6.0.6</h3>
1717
Fixed an issue that could cause request failures when closing a connection that
1818
has outstanding operations in the default asynchronous mode, immediately
1919
re-establishing the connection (to the same or a different server), and sending
20-
a request on the newly established connection.
20+
a request on the newly established connection. However, we generally recommend
21+
creating a new connection object (or using a connection pool) in these cases,
22+
rather than closing and re-establishing the same connection object.
2123
<br><br>
2224
</li>
2325

2426
<li>
2527
Fixed an issue that could interfere with the ability to get a default SSLContext
26-
on modern versions of Java (like Java 17) when using the LDAP SDK in FIPS
28+
on modern versions of Java (e.g., Java 17) when using the LDAP SDK in FIPS
2729
140-2-compliant mode.
2830
<br><br>
2931
</li>
@@ -87,7 +89,7 @@ <h3>Version 6.0.6</h3>
8789
encountering a Java Error (e.g., OutOfMemoryError) in the course of tool
8890
processing. The framework previously handled any unexpected Exception that may
8991
have been thrown during processing by displaying an error message and exiting
90-
with an error, but if an Error was thrown instead of an exception, then that
92+
with an error, but if an Error was thrown instead of an Exception, then that
9193
could trigger a NullPointerException that would mask the original Error. Errors
9294
are now handled in the same way as exceptions.
9395
<br><br>
@@ -169,7 +171,7 @@ <h3>Version 6.0.6</h3>
169171

170172
<li>
171173
Updated the LDAP SDK to include a native-image/resource-config.json file in the
172-
jar file manifest. Wnen using the GraalVM native-image tool to generate a
174+
jar file manifest. When using the GraalVM native-image tool to generate a
173175
self-contained executable version of a Java program that uses the LDAP SDK, this
174176
file helps ensure that all of the appropriate resource files (including message
175177
property files, a default standard schema, and a registry file used by the

0 commit comments

Comments
 (0)