Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Time to rename the ORB packages?

On 3/29/20 3:32 PM, Russell Gold wrote:


On Mar 29, 2020, at 6:34 AM, Lukas Jungmann <lukas.jungmann@xxxxxxxxxx <mailto:lukas.jungmann@xxxxxxxxxx>> wrote:

Also note that there are other projects using com.sun.* packages under ee4j/jakartaee space these days, so should one of them move, others should at least consider doing the same.

I think we probably should. I am looking to figure out ways to make this as painless as possible. Given the wholesale move from javax.* to jakarta.* and the disruption expected, this might be the best time.


I agree that if it needs to be done, it should be done now/for 9. I'm only worried about the amount of work this may bring in should this be a requirement (...and who is going to do that change), therefore I prefer to avoid doing it. BTW: I got the question if there is a plan to move some of my projects from `com.sun` to Eclipse namespace recently[1] - for "my" projects, there is no such plan.

thanks,
--lukas

[1]: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=21849#c2



thanks,
--lukas


Most of the orb classes would not be used externally, but I would like to be able to verify this. Is there a way to search Maven central to see what projects depend on a particular project? The data should be there. >
On Mar 28, 2020, at 3:18 PM, Bill Shannon <bill.shannon@xxxxxxxxxx <mailto:bill.shannon@xxxxxxxxxx>> wrote:

In general, we're not renaming implementation packages.

It sounds like a bug, or configuration error, that IntelliJ won't handle
these packages.  There are com.sun packages in other EE4J components.
For example, I don't plan to rename the com.sun classed in Jakarta Mail
because users have been using those classes for some time.  While it
may be no worse than renaming javax, it's just another cut.

In your case, if the IntelliJ problem is serious for you and can't be
fixed, then you can take the risk and rename the packages.  Just be careful
not to make things worse.


Russell Gold wrote on 3/27/20 8:58 AM:
The ORB classes are still located under com.sun.corba.ee.* Aside from lack of consistency, this has now turned out to be a maintenance problem, as my IDE, Intellij IDEA specifically excludes com.sun.* packages from code coverage results, since that hierarchy is generally used for the JDK. So the question is timing. I’m thinking that the time has come to do the rename. If users of the ORB are doing things correctly, only the main ORB and ORB singleton class names should be pertinent - and I can make those extend the new class names.

Thoughts?

- Russ
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!KZY4amxSORc_tcorxmDPoScclaCEmMRnb576xjAqy1Mrs2LZ8rcvwBSVh7ingFHgOQ$

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
To unsubscribe from this list, visithttps://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!MKL7Uk5qHrti-N8gXHfrOy98hjlrvfGlfht5G8h-r8lCD3wO-MEy25yDXmu32A7JKhA$
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
To unsubscribe from this list, visithttps://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!JZlOH9gFM5oF_p2xTS00vHINX0cgIOusNDvv8n0PZeGzQ64K6WM5Ef8ZVBZwYcvYqQ$


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!Nnt6-7huigHYuTsmg3I4SKpj23DjUwhQbf4tLlHQikKRgKerqhSSDEiJy-eTwHGt5HQ$



Back to the top