Skip to content

Commit

Permalink
Add AccessControlException deprecation note (#1364)
Browse files Browse the repository at this point in the history
This exception will need to be replaced in the future, but a replacement
is not yet planned, so we should update the documentation to acknowledge
its deprecation at least.

Fixes https://hazelcast.atlassian.net/browse/HZG-245
  • Loading branch information
JamesHazelcast authored Nov 12, 2024
1 parent 64d28d9 commit 2fa7863
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/modules/security/pages/security-interceptor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ The `before` method is called before processing the request on the
remote server. The `after` method is called after the processing.
Exceptions thrown while executing the `before` method are propagated
to the client, but exceptions thrown while executing the `after` method
are suppressed.
are suppressed.

NOTE: `AccessControlException` has been deprecated as of Java 17. There
is no current planned removal date from Oracle, nor is there an
appropriate replacement available. This exception will be replaced in a
future major release of Hazelcast.

0 comments on commit 2fa7863

Please sign in to comment.