Begin forwarded message:
Date: 14 Jan 2015 17:30:59 CET
From: Scott Marlow <smarlow(a)redhat.com>
To: Emmanuel Bernard <emmanuel(a)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.
>