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

David Lloyd david.lloyd at redhat.com
Wed Feb 21 15:42:30 EST 2018


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:

   <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


More information about the wildfly-dev mailing list