jakartaee-platform
jakartaee-platform copied to clipboard
The Jakarta EE Platform project produces the Jakarta EE platform specification, which is an umbrella specification that aggregates all other Jakarta EE specifications.
In spec documents defined dependencies to other component specs are hard to maintain, as this need to be done manually. We need a machine readable version to be able to...
**Describe the bug** The document ["Backwards Compatibility Requirements for Jakarta EE Specifications"](https://jakartaee.github.io/jakartaee-platform/CompatibilityRequirements) is ambiguous wrt to deprecation and removal of features: * In Chapter 6 it *allows* deprecation and removal:...
Define if and how the concept of profiles should be used in regard to Jakarta EE. Continue with the Full and Web profiles? Add more profiles? Abandon the profiles concept?...
**Describe the requested change** In Jakarta EE 9, we decided to honor the great work and dedication that Bill Shannon provided to Java EE and now Jakarta EE with a...
There should be an ongoing updated work towards a platform core architecture, like whether CDI shall replace other injection technologies, whether we want a common plug-in architecture (like simply using...
**Is your feature request related to a problem? Please describe.** [GenericType](https://jakarta.ee/specifications/platform/9.1/apidocs/jakarta/ws/rs/core/generictype) class defined by the JAXRS spec is an example of a class, which other specs may wish to reuse....
https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-9-TCK-results is updated weekly and lists the number of TCK failures that are occurring. IMO, it would be helpful to update the https://github.com/eclipse-ee4j/jakartaee-platform/wiki/JakartaEE9 page to include a link to https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-9-TCK-results.
**Is your feature request related to a problem? Please describe.** We have a problem with circular dependencies in TCKs for specifications like CDI that in addition having a base Java...
**Is your feature request related to a problem? Please describe.** We have a mix of testing technologies that don't mix well together to enable a collection of standalone TCKs that...
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,...