Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[es-dev] Fwd: Fwd: [jakarta.ee-community] removal of java.security.Identity in JDK 12


Cross posting this information to the Enterprise Security mailing list.

---------- Forwarded message ---------
From: Werner Keil <werner.keil@xxxxxxxxx>
Date: Wed, 31 Oct 2018 at 17:46
Subject: [es-dev] Fwd: [jakarta.ee-community] removal of java.security.Identity in JDK 12
To: es developer discussions <es-dev@xxxxxxxxxxx>


Fyi, it seems of special interest to ES, although many of you probably subscribed to the other lists as well.

Regards,

Werner



---------- Forwarded message ---------
From: Bill Shannon
Date: Wed, Oct 31, 2018 at 6:34 PM
Subject: [jakarta.ee-community] removal of java.security.Identity in JDK 12
To: Jakara EE community discussions <jakarta.ee-community@xxxxxxxxxxx>
Cc: Sean Mullan <sean.mullan@xxxxxxxxxx>


The java.security.Identity class has been deprecated since J2SE 1.2.
The EJBContext class uses java.security.Identity in the getCallerIdentity
method, which has been deprecated almost as long, and is replaced by
the getCallerPrincipal method.

The JDK team proposes removing the java.security.Identity class in JDK 12.
A consequence of this is that it would *not be possible* for any
*Java EE compatible product* to *support JDK 12 or later*.

(Note that this is not a *technical* issue, but rather a violation of
the Java EE compatibility requirements and the CTS.)

Presumably the EJBContext class would be updated for Jakarta EE 9 to
remove the getCallerIdentity method, thus solving this problem for
products that support Jakarta EE 9 or later.

If this is a concern for you, please send feedback to
security-dev@xxxxxxxxxxxxxxxx, or contact sean.mullan@xxxxxxxxxx
directly.

Thank you.
_______________________________________________
jakarta.ee-community mailing list
jakarta.ee-community@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakarta.ee-community
_______________________________________________
es-dev mailing list
es-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/es-dev

Back to the top