[
https://issues.jboss.org/browse/AS7-4713?page=com.atlassian.jira.plugin.s...
]
Scott Marlow commented on AS7-4713:
-----------------------------------
What we currently know is that the change to address AS7-4713 (move the
hibernate-commons-annotations jar into its own module so it can be shared with Hibernate
search) doesn't seem to break the AS7 testsuite.
What we don't know is whether the
(
https://github.com/scottmarlow/jboss-as/tree/AS7-4713_movehibernatecommon...) change
helps ModeShape because of other problems that Randall experiences when trying to use the
latest AS7 nightly build (or my github branch).
Randall will update us when he knows more.
Move hibernate-commons-annotations into a separate module that
hibernate search can also use
--------------------------------------------------------------------------------------------
Key: AS7-4713
URL:
https://issues.jboss.org/browse/AS7-4713
Project: Application Server 7
Issue Type: Task
Components: JPA / Hibernate
Reporter: Sanne Grinovero
Assignee: Scott Marlow
Fix For: 7.1.2.Final (EAP)
This jar file is used by several other projects which don't need Hibernate as a
dependency; if we don't split it we will either have duplicate jars, (and in the case
of Hibernate Search even possible conflicts) or all these modules will need to include
Hibernate, getting then bound to a specific version for a long time (while support times
don't match).
As a welcome side-effect, applications depending on Hibernate won't be able to see
this module, which is a good thing as this is not intended to be a public API.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira