Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [jakartaee-platform-dev] Status of GlassFish 6.0.0-M1

Hi,

On Wed, Jun 3, 2020 at 8:08 PM Kevin Sutter <sutter@xxxxxxxxxx> wrote:
Okay, this looks like a case of an implementation (ie. Glassfish) continuing to provide a feature (ie. CORBA) that has been removed from the Platform.  Similar to an app server wishing to continue to provide jax-rpc or xml registries (jax-r).

But, I still have question why this CORBA orb would have to be converted to the jakarta namespace?  Since CORBA is not being picked up for continued support, wouldn't this stay in the javax namespace?  What am I missing?

GlassFish doesn't have both namespaces available at the same time. If the ORB declares a dependency on javax.*, then Felix (OSGi) will in most cases try to resolve that package during startup. If it's not found the startup is aborted. In some cases resolving is more dynamic, and will be done after startup, preventing something to work.

Kind regards,
Arjan Tijms
 

Back to the top