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.
**Is your feature request related to a problem? Please describe.** The JNDI namespace and @Resource/@Resources common annotations are mechanisms for accessing environment details that currently require populating based on default...
## UPDATE - 2021-12-16 After opening this issue and adding these comments on 12/2, we decided to keep the poll going thru 12/15. I closed it today on 2021-12-16. I...
**Is your feature request related to a problem? Please describe.** There is a general desire to support a semantic versioning model across specification artifacts, but we don't have effective tooling...
**Is your feature request related to a problem? Please describe.** We need to define the minimum language level of Java SE to use for the EE 11 release. **Describe the...
**Is your feature request related to a problem? Please describe.** The Java SE SecurityManager is being removed as per JEP-411. We need to likewise remove usage and references to the...
This issue is to define the Jakartee Platform cadence Steps to define cadence: - [x] Proposed cadence time every 12 months - [x] Get at least 2 new different proposals...
**Describe the bug** While resolving Issue #300 with PR #323, @dblevins pointed out that we still don't have a place to document the history of the CORBA story with the...
**Is your feature request related to a problem? Please describe.** We want to be able to release platform specifications on independent release schedules. How should versioning of the platform specifications...
**Is your feature request related to a problem? Please describe.** Different spec/impl projects currently use different approaches to integrate with OSGi frameworks **Describe the solution you'd like** Platform provides/defines consistent...
Because `URL.setURLStreamHandlerFactory(x)` can called only once this method can't use from an application inside of an application server. Also the service loading via `com.inet.lib.io.URLProtocolManagerURLStreamHandlerProvider` does not work because the application...