jakartaee-platform icon indicating copy to clipboard operation
jakartaee-platform copied to clipboard

Replace ServiceLoader-like implementations lookups in Faces by ServiceLoader itself

Open lukasj opened this issue 3 years ago • 1 comments

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

lukasj avatar Aug 16 '21 16:08 lukasj

Faces still left

ivargrimstad avatar Aug 30 '22 15:08 ivargrimstad