Bauke Scholtz

Results 56 issues of Bauke Scholtz

https://github.com/jakartaee/faces/issues/1507 Originally in Mojarra project https://github.com/eclipse-ee4j/mojarra/pull/5325, but then API was split into Faces project, so I had to catch up that. PR is in draft mode because we still need...

New TCK tests for: - https://github.com/jakartaee/faces/issues/1713 - https://github.com/jakartaee/faces/issues/1443 TODO: this isn't working, GlassFish 7 basically complains Mojarra version can't be 5.0.0 or higher. > Caused by: org.osgi.framework.BundleException: Unable to resolve...

Example composite interface: ```xml ``` Example custom tag in `*.taglib.xml`: ```xml foo true ``` The `required` flag does not cause any error when left unspecified in a composite or custom...

https://github.com/eclipse-ee4j/mojarra/issues/5105#issuecomment-1327770291 > There are basically 3 options: > > 1. ignore f:metadata and log warning > 2. use f:metadata but log warning > 3. throw exception

EE12

While working on PoC for `@FacesConfig` annotation having all context params as attributes/constants, https://github.com/eclipse-ee4j/mojarra/blob/4e486bfabe8b08e5b4588ab8e9198e0bd4c30503/impl/src/main/java/jakarta/faces/annotation/FacesConfig.java I noticed the following `String` based context param values having a fixed set of allowed values...

mojarra-implemented

So far: | deprecated thing | removed in Mojarra? | removed in MyFaces? | | - | - | - | | FacesConfig#Version | ✓ | ✓ | | ResourceHandler#JSF_SCRIPT_RESOURCE_NAME...

mojarra-implemented

It's about time. We could use `type` attribute to indicate the expected type. E.g. `type="localDate"`, `type="localTime"`, `type="localDateTime"`, `type="zonedDateTime"`, etc. And in case of ``, the type of the instance behind...

enhancement
JakartaEE12

https://github.com/jakartaee/faces/issues/1507 With this PR, the following finally works for any on* event attribute and f:ajax event="..." without need to register event name as a new attribute in component as long...

5.0

Discovered in TCK https://github.com/jakartaee/faces/pull/1882 The following doesn't anymore work for me with OpenJDK 21.0.1: ``` ``` Assuming `en_US` locale, and no `pattern` specified, this creates under the covers a default...