[jboss-jira] [JBoss JIRA] (AS7-4713) Move hibernate-commons-annotations into a separate module that hibernate search can also use
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Fri May 4 18:29:17 EDT 2012
[ https://issues.jboss.org/browse/AS7-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12690563#comment-12690563 ]
Scott Marlow edited comment on AS7-4713 at 5/4/12 6:27 PM:
-----------------------------------------------------------
I updated the Envers module to have a dependency on jboss-commons-annotations and that addressed the CNFE.
was (Author: smarlow):
I added an Envers dependency on jboss-commons-annotations and that addressed the CNFE.
> 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
More information about the jboss-jira
mailing list