jakartaee / jakartaee-api

jakartaee-api
Other
39 stars 42 forks source link

Improve build of API artifacts #108

Open lukasj opened 3 years ago

lukasj commented 3 years ago

Looking at how the API artifacts are built and what exactly they contain I see following issues:

kwsutter commented 3 years ago

Great ideas, @lukasj! Thanks! Some of them were known improvements, and some are easier said than done (ie. implementation class dependencies). If you (or anybody else) wants to take a shot at resolving any of these via a PR or two, I'd be very happy to help review and get them merged. Thanks!

lukasj commented 3 years ago

changes in mail are in progress already (see https://github.com/eclipse-ee4j/mail/projects/1)

@arjantijms can you help here by addressing issues in JSTL and Faces APIs?

the rest should not be difficult.

It would be nice if in the end EE 10 provides platform level javadoc looking like the one SE platform has, including the list of modules (with one tab for web profile, other for full profile and eventually also one for core profile...) - not sure we'll get there but it might be good to see the motivation behind these changes...