[wildfly-dev] Hibernate 5.3+ module name suggestions...

Scott Marlow smarlow at redhat.com
Wed Feb 21 21:00:48 EST 2018


On Wed, Feb 21, 2018 at 3:42 PM, David Lloyd <david.lloyd at redhat.com> wrote:

> I would either keep the slot:
>
>     <module name="org.hibernate" slot="5.3" xmlns="urn:jboss:module:1.5">
>
> Or use a module 1.7+ descriptor and do it this way:
>
>     <module name="org.hibernate:5.3" xmlns="urn:jboss:module:1.7">
>
> (still in the org/hibernate/5.3/module.xml path in this case).
>
> If you don't like using slots, then I'd suggest:
>

Slots are great, think I will upgrade to the module 1.7+ descriptor and
include the slot in the name, as you suggest above.

Thanks!
Scott


>
>    <module name="org.hibernate.5_3" xmlns="whatever">
>
>
> On Wed, Feb 21, 2018 at 2:20 PM, Scott Marlow <smarlow at redhat.com> wrote:
> > Any suggestions for what we should call the new Hibernate ORM 5.3 module?
> > We can probably drop the slot and just include the version in the module
> > name.
> >
> > Some ideas:
> >
> > name="org.hibernate5.3"
> > name="org.hibernate5_3"
> > name="org.hibernate5-3"
> >
> > Any suggestions?
> >
> > Scott
> >
> > _______________________________________________
> > wildfly-dev mailing list
> > wildfly-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
>
>
> --
> - DML
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20180221/5963ac81/attachment.html 


More information about the wildfly-dev mailing list