Arjan Tijms

Results 63 issues of Arjan Tijms

## Specification PR template When creating a specification project release review, create PRs with the content defined as follows. Include the following in the PR: - [x] A directory in...

release review

While the Servlet spec provides an HttpServletRequestWrapper that makes it easy to wrap an existing HttpServletRequest and override a specific method, there's still a significant amount of work needed to...

We accidentally left in `UIComponent.bindings` field, even though it should have been removed. See: https://github.com/eclipse-ee4j/mojarra/blob/master/impl/src/main/java/jakarta/faces/component/UIComponent.java#L2385 With high priority we should remove this field.

bug
mojarra-implemented

The Faces committers have asked for an intermediate Jakarta Faces release, with intermediate meaning not aligned with a major Jakarta EE release. A number of issues have been selected for...

Jakarta EE has supported the concept of a "permission store" for a long time. A _permission store_ is an entity that stores permissions, typically either globally, or per role (role-based...

authorization
EE12

As per the [Jakarta EE 11 plan](https://jakarta.ee/specifications/platform/11) all usage of the SecurityManager should be removed.

Removals
M1
4.0

The currently provided identity stores for LDAP and JDBC require some effort to populate. Especially for people new to the platform, and even more so for example code, something simpler...

M1
4.0

The Jakarta platform included the `@RolesAllowed` annotation (via commons annotation), but it's only used and defined by Enterprise Beans in Jakarta (and in JWT in MicroProfile). We would like to...

authorization
EE12