Bauke Scholtz

Results 246 comments of Bauke Scholtz
trafficstars

> fragments can have multiple SCIs Then we can specify the order among them will be undefined. Let the fragment developer sort out by itself. > and SCIs provided by...

After bumping to GF 7.0.10 it now throws > Caused by: java.lang.NoClassDefFoundError: org/jboss/weld/environment/se/WeldContainer

Still failing with 8.0.0-JDK17-M7. ``` 3. java.lang.IllegalStateException: Unable to resolve org.glassfish.main.web.weld-integration [229] missing requirement &(package = com.sun.faces.spi) (version >= 4.1.0) (!(version >= 5.0.0)) ``` Still unclear how to bypass from...

Can anyone please help me sorting out this? This is blocking me from being able to develop new TCK tests for 5.0 because I'm unable to run them in order...

UIData should also have a reusable superclass in API which is also shared with UIRepeat etc https://github.com/jakartaee/faces/issues/963

I haven't specced/implemented this so I don't know offhand. @arjantijms can you take a look? perhaps there was an oversight in spec/impl in this area? I can at earliest take...

> for component family jakarta.faces.Output and renderer jakarta.faces.Text. These are what UIOutput is registered with. We may have hit a hole in the spec. These are with `jakarta.faces.component.html.HtmlOutputText` in mind....

For the record, there are more API concerns about f:metadata in general: - https://github.com/jakartaee/faces/issues/1466 - https://github.com/jakartaee/faces/issues/1683