Arjan Tijms

Results 618 comments of Arjan Tijms

> EE9 is the same as EE8, just different namespace > So we dont need Integration tests for it EE 9 is indeed that and not really aimed at end-users...

I'll take a look. Note that the interpretation of `@RolesAllowed` in Payara is not really tied to JWT. It just calls whatever authentication mechanism is installed instead. It's possible that...

I didn't look at this issue extensively, but as a quick comment there are basically two main modes for realising CDI injection: * Making the artefact fully a CDI managed...

I agree, the messages should be clearer here. I’ve encountered this multiple times myself as well. On Saturday, July 7, 2018, Roland Häder wrote: > Please see following excerpt from...

Key/values can also be set using the map literal syntax from EL, if we accept `Map` as type.

>Once master can be changed, this PR should be merged: #4359 I'm not sure if that branch will ever be unfrozen, or directly be set to read-only/archived mode. As Mojarra...

The Mojarra API jar is only intended to be used to compile against. Due to historical reasons the API contains code indeed, which can not easily be undone. The API...

>I don't understand how the JSF API could be excluded at runtime, then where would javax.faces.* classes be loaded from? If I am truly misunderstanding this port, then the rest...

Thanks for this report, I haven't looked at this is detail yet but if its indeed the case it sounds serious enough. Hopefully I'll be able to find the time...

That sounds incredibly cool @rmpestano! I will take a deeper look as soon as I can.