java.beans package in java.desktop module

Guillaume Smet guillaume at hibernate.org
Tue Mar 6 16:43:27 UTC 2018


Hi Alan,

On Tue, Mar 6, 2018 at 3:51 PM, Alan Bateman <Alan.Bateman at oracle.com>
wrote:

> There aren't any concrete proposals on the table at this time but it is
> something that will need to be looked at again.
>

OK. That's what I suspected, unfortunately.

I think we will probably be able to get rid of our Introspector usage at
some point but the javax.el case is definitely something that's bugging me.


> I'm curious why you are bringing it up. Are you looking to deploy on a
> run-time image that doesn't have the java.desktop module?
>

Well, I'm not looking at anything right now. We just wanted to not have our
Hibernate libraries (in this case Hibernate ORM via Introspector and
Hibernate Validator via javax.el) tied up to the java.desktop module so
that our users could try to deploy them on a runtime image that doesn't
have this very module.

Getting rid of the java.desktop module is IMHO one of the nice thing of the
new modular system.

-- 
Guillaume


More information about the jigsaw-dev mailing list