On Wed, Feb 21, 2018 at 3:42 PM, David Lloyd <david.lloyd@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@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@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev



--
- DML