Bauke Scholtz

Results 318 comments of Bauke Scholtz

> How big is your webapp? It's a good question. How many XHTML files are there? Biggest bottleneck is in the [`ServletRegistration#addMapping()`](https://jakarta.ee/specifications/platform/10/apidocs/jakarta/servlet/servletregistration#addMapping(java.lang.String...)) and the performance is servletcontainer impl dependent. OWB...

As said, > Biggest bottleneck is in the [ServletRegistration#addMapping()](https://jakarta.ee/specifications/platform/10/apidocs/jakarta/servlet/servletregistration#addMapping(java.lang.String...)) and **the performance is servletcontainer impl dependent**. Rather try a different servlet impl instead of a different faces impl. > Can...

We don't have TCK for JSF 2.3. We only have TCKs for Faces versions since Eclipse transfer. During the Oracle era, all TCKs were closed source. cc: @arjantijms (how do...

This is probably a general problem with `appendTo` support (selectOneMenu, autoComplete, etc), these should probably also be reviewed.

I did a bit of testing, it works fine for selectOneMenu/autoComplete etc because the input element is not moved to body, only the panel is moved to body. The widget...

There are milestone releases available in maven and they won't be removed. I actually wanted to release it along with Faces 5.0 but yeah I should probably ignore that. You...

Yeah I put it there when I started with 5.x. The major driving factor was actually the Java 11 -> 17 upgrade rather than Faces 4.0 -> 4.1. But in...

I've clarified the requirements at the homepage, it now says "requires a minimum of" instead of just "requires".

The major version bump was for Java 11 to 17. > OmniFaces 4.x requires minimum of Jakarta EE 10 / Faces 3 EE9, actually. Don't worry, I will release 5.0...

Only need to prepare new showcase pages for the new things. Then that's it, I guess.