[hibernate-dev] Fwd: Hibernate ORM modules published as major.minor and an alias for main

Emmanuel Bernard emmanuel at hibernate.org
Wed Jan 14 12:12:55 EST 2015


FYI

> Begin forwarded message:
> 
> Date: 14 Jan 2015 17:30:59 CET
> From: Scott Marlow <smarlow at redhat.com>
> To: Emmanuel Bernard <emmanuel at hibernate.org>
> Subject: Re: Hibernate ORM modules published as major.minor and an alias for main
> 
> Hi Emmanuel,
> 
> On 01/14/2015 11:06 AM, Emmanuel Bernard wrote:
>> Hi Scott,
>> 
>> In the f2f we discussed the idea of having ORM being published as major.minor and have an alias form main to the default WildFly targeted version.
>> Is that in and for which WildFly version?
> 
> I created https://issues.jboss.org/browse/WFLY-4021 and https://github.com/wildfly/wildfly/pull/6883 which got merged into WildFly 9.0.
> 
> The change is that modules/system/layers/base/org/hibernate/4.3/module.xml was added and contains:
> "
> <module-alias xmlns="urn:jboss:module:1.3" name="org.hibernate.main" slot="4.3" target-name="org.hibernate"/>
> "
> 
> I think this is wrong though, as it should be:
> 
> "
> <module-alias xmlns="urn:jboss:module:1.3" name="org.hibernate" slot="4.3" target-name="org.hibernate"/>
> "
> 
> I'll reopen and push a new pull request.
> 
> 
>> 
>> I am just trying the catch up.
>> 



More information about the hibernate-dev mailing list