jakartaee / platform

The Jakarta EE Platform project produces the Jakarta EE platform specification, which is an umbrella specification that aggregates all other Jakarta EE specifications.
https://jakartaee.github.io/platform/
Eclipse Public License 2.0
196 stars 64 forks source link

Replace ServiceLoader-like implementations lookups in Faces by ServiceLoader itself #393

Open lukasj opened 3 years ago

lukasj commented 3 years ago

Following specs in EE 9.1 implement ServiceLoader-like implementation lookup themselves:

In EE 10, they should use ServiceLoader directly

ivargrimstad commented 2 years ago

Faces still left