On 25/07/2024 13:42, Rémy Maucherat wrote:
On Thu, Jul 25, 2024 at 10:44 AM <ma...@apache.org> wrote:

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit a2384804c527c64290cfae1fa988f1f394890e91
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 24 17:51:24 2024 +0100

     Add JreCompat support for Subject.callAs()

     With the changes coming in Java 23 we need to move away from
     Subject.doAs() but the replacement isn't available in Java 17. Hence use
     JreCompat.
---
  .../org/apache/tomcat/util/compat/Jre18Compat.java | 71 ++++++++++++++++++++++

This could be needlessly fancy to add this now. Maybe JreCompat could
be rounded up to the next LTS once they are released. Nobody is going
to use 18 or 19 anymore (21 will be used instead).

That is certainly worth looking at. I'll take a look at the refactoring once I've confirmed SPNEGO is still working.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to