]
Scott Marlow updated WFLY-5614:
-------------------------------
Fix Version/s: 10.0.0.Final
org.hibernate:4.3 should not be alias for 5.0
---------------------------------------------
Key: WFLY-5614
URL:
https://issues.jboss.org/browse/WFLY-5614
Project: WildFly
Issue Type: Feature Request
Components: JPA / Hibernate
Affects Versions: 10.0.0.CR4
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 10.0.0.Final
modules/system/layers/base/org/hibernate/4.3/module.xml contains:
{quote}
<module-alias xmlns="urn:jboss:module:1.3" name="org.hibernate"
slot="4.3" target-name="org.hibernate"/>
{quote}
org.hibernate:4.3 should be a real module (not alias) like org.hibernate:4.1 is.