Bauke Scholtz
Bauke Scholtz
I'd rather have a taglib for a standard EE spec than for a proprietary spec.
> I've made an alternative using Jakarta `SecurityContext` instead of Quarkus `SecurityIdentity`. On my example, I provide my own `SecurityContext` implementation based on `SecurityIdentity`. Worked fine. > > https://github.com/redddcyclone/jakarta-security-taglib This...
It's been added, thank you for your initial contribution, @redddcyclone !
> my web app crashed What exactly failed? Did you get an exception during startup? Can you share it?
I added Payara 6.2025.7 to 4.x integration tests and they all pass: https://github.com/omnifaces/omnifaces/actions/runs/16693575337/job/47254581115 So, it would still be helpful if you elaborate in detail how exactly it failed for you...
Trying to understand this. Can you provide a test case / code snippet? How exactly is `` insufficient?
Wait .. there's this comment in MyFaces AjaxHandler ``` // In RI, there exists a tag called composite:clientBehavior, // but does not appear on spec or javadoc, maybe because this...
Ah right, it's ultimately in order to support a **custom** ajax behavior tag such as `` to be understood by ``. Gotcha, this is indeed missing in Faces API.
I think 5.0 is ok? WDYT @tandraschko?