<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 21, 2018 at 3:42 PM, David Lloyd <span dir="ltr">&lt;<a href="mailto:david.lloyd@redhat.com" target="_blank">david.lloyd@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would either keep the slot:<br>
<br>
    &lt;module name=&quot;org.hibernate&quot; slot=&quot;5.3&quot; xmlns=&quot;urn:jboss:module:1.5&quot;&gt;<br>
<br>
Or use a module 1.7+ descriptor and do it this way:<br>
<br>
    &lt;module name=&quot;org.hibernate:5.3&quot; xmlns=&quot;urn:jboss:module:1.7&quot;&gt;<br>
<br>
(still in the org/hibernate/5.3/module.xml path in this case).<br>
<br>
If you don&#39;t like using slots, then I&#39;d suggest:<br></blockquote><div><br></div><div>Slots are great, think I will upgrade to the module 1.7+ descriptor and include the slot in the name, as you suggest above.</div><div><br></div><div>Thanks!</div><div>Scott</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
   &lt;module name=&quot;org.hibernate.5_3&quot; xmlns=&quot;whatever&quot;&gt;<br>
<div><div class="h5"><br>
<br>
On Wed, Feb 21, 2018 at 2:20 PM, Scott Marlow &lt;<a href="mailto:smarlow@redhat.com">smarlow@redhat.com</a>&gt; wrote:<br>
&gt; Any suggestions for what we should call the new Hibernate ORM 5.3 module?<br>
&gt; We can probably drop the slot and just include the version in the module<br>
&gt; name.<br>
&gt;<br>
&gt; Some ideas:<br>
&gt;<br>
&gt; name=&quot;org.hibernate5.3&quot;<br>
&gt; name=&quot;org.hibernate5_3&quot;<br>
&gt; name=&quot;org.hibernate5-3&quot;<br>
&gt;<br>
&gt; Any suggestions?<br>
&gt;<br>
&gt; Scott<br>
&gt;<br>
</div></div><span class="">&gt; ______________________________<wbr>_________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/wildfly-dev</a><br>
<br>
<br>
<br>
--<br>
</span>- DML<br>
</blockquote></div><br></div></div>