Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Adding generics to API for Jakarta EE 9?

Ok - how can i become a JSF expert? :D I would like to discuss it too ;)

Offtopic about a the JSF API in Mojarra:
I dont think that it will really work that both Mojarra Impl and MyFaces Impl will use the same jsf-api.jar as there are many implementation details in the Mojarra and MyFaces API.

Am Do., 6. Feb. 2020 um 15:32 Uhr schrieb Scott Marlow <smarlow@xxxxxxxxxx>:
On Wed, Feb 5, 2020 at 12:34 PM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
>
> Hi,
>
> I was thinking to add missing generics to the Jakarta Authentication API for Jakarta EE 9. This is a binary compatible change. Jakarta _expression_ has done this too. Obviously the TCK signature file needs to be adjusted for this, but it has to be adjusted anyway for the javax -> jakarta change.
>
> Thoughts?

Hi,

I wonder if adding generics could break EE 8 applications that depend
on MethodHandle#invokeExact [1]?  I'm not sure if that would be a
concern but am curious what others think.

Scott

[1] https://docs.oracle.com/javase/8/docs/api/java/lang/invoke/MethodHandle.html#invokeExact-java.lang.Object...-

>
> Kind regards,
> Arjan Tijms
> _______________________________________________
> jakartaee-platform-dev mailing list
> jakartaee-platform-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top