Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] org.glassfish.main.security:security:jar:5.1.0 missing from staging

On 12/13/18 3:42 AM, Jonathan Coustick wrote:
Hello,

It looks like the issue is caused by the HK2 modules which were moved
from HK2 inhttps://github.com/javaee/hk2/pull/373  to GlassFish in
https://github.com/javaee/glassfish/pull/22373, which causes projects to
depend on internal GlassFish code to do HK2 stuff. They don't appear to
depend on any part of GlassFish, so I don't know why they were moved
into GlassFish in the first place as that breaks other projects. Perhaps
those modules should be moved back to HK2?
HK2 has a new config sub-system. These have been moved to GF because it's the only place where they are used. In general the intent is to reduce the coupling between HK2 and GF and let HK2 just be focused on JSR330.

The old unfinished HK2 module system and OSGi integration should also be moved to GF.

Jonathan



Back to the top