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.
- [x] Organization Name ("Organization") and, if applicable, URL: * [Payara Services Ltd.](https://www.payara.fish/) - [x] Product Name, Version and download URL (if applicable): * [Payara Server Community (Web Profile) 6.2024.4](https://nexus.payara.fish/repository/payara-community/fish/payara/distributions/payara-web/6.2024.4/payara-web-6.2024.4.zip)...
Using this issue to track the progress of the specification
Using this issue to track the progress of the specification
Using this issue to track the progress of the specification
- [x] Organization Name ("Organization") and, if applicable, URL: [Oracle](https://oracle.com) - [x] Product Name, Version and download URL (if applicable): [Helidon v4.0.6](https://helidon.io/) - [x] Specification Name, Version and download URL:...
This is a prototype of including component spec integration requirements in a platform specification. This is based on @gavinking persistence PR https://github.com/jakartaee/persistence/pull/460 Notes: - The persistence_3_0.xsd file will not be...
**Is your feature request related to a problem? Please describe.** From https://github.com/jakartaee/cdi/issues/769, [@benjamin-confino](https://github.com/benjamin-confino) I recently had a customer ask why we have CDI inject a Principal containing saying unauthenticated when...
As per https://jakarta.ee/specifications/transactions/2.0/apidocs/jakarta/transaction/transactionsynchronizationregistry, applications can look up the TransactionSynchronizationRegistry via java:comp/TransactionSynchronizationRegistry unless the application code that needs that is not part of an application component (e.g. in which case no...
Hi All, taking inspiration from this paper https://sigops.org/s/conferences/hotos/2023/papers/ghemawat.pdf " Towards Modern Development of Cloud Applications" (from Google) it's interesting beacause, they mention the limitations of microservices and their solution to...
Jakarta EE 10 has two competing APIs for HTTP handling; one provided by Servlet, the other by REST. This is highly undesirable. Both users and other vendors need to learn...