See here.
There are three different Java EE related API:s available in the Maven repository.
- Specification APIs (Maven artifact: javaee-api)
- Web Specification APIs (javaee-web)
- Endorsed APIs (javaee-endorsed-api)
I know the specification API (the full blown suite of Java EE API:s) and the web API (a subset of the former, implemented by some application servers).
But what is the "endorsed API" and do I need to care?
Note: I did find this link but it tells me nothing.