jakartaee-platform
jakartaee-platform copied to clipboard
Replace ServiceLoader-like implementations lookups in Faces by ServiceLoader itself
Following specs in EE 9.1 implement ServiceLoader-like implementation lookup themselves:
- [ ] Jakarta Faces: https://github.com/eclipse-ee4j/faces-api/issues/801
- [x] Jakarta XML Binding: https://github.com/eclipse-ee4j/jaxb-api/issues/194
- [x] Jakarta SOAP: https://github.com/eclipse-ee4j/saaj-api/issues/100
In EE 10, they should use ServiceLoader directly
Faces still left