Open arjantijms opened 3 years ago
I agree, but it should be done in some iterative process, because there is pretty much of "magical" reflection. In each iteration we need to pass all available tests (including those obsoleted, TCK, javaee-samples, ... I burned my fingers just with changing names of generated interfaces.
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
I think that the time is close. Just one question:org.glassfish
or org.glassfish.main
? Because there is many side projects which use org.glassfish
too. Or it could be org.glassfish.server
. Or org.gf.
:-)
org.glassfish.main
probably. Not that it's such a good name, but all the other packages use it.
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
We may still want to do this. One day.
GlassFish uses a mix of
org.glassfish
andcom.sun.*
packages. For consistency, and because Eclipse doesn't owncom.sun
or the domainsun.com
it may be better to refactor everything toorg.glassfish.*
. This may however be quite an operation.There's also a bunch of technically internal classes exposed in things like
domain.xml
starting withcom.sun
.