[jboss-jira] [JBoss JIRA] (AS7-4713) Move hibernate-commons-annotations into a separate module that hibernate search can also use
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Mon May 7 11:58:19 EDT 2012
[ https://issues.jboss.org/browse/AS7-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12690839#comment-12690839 ]
Randall Hauch edited comment on AS7-4713 at 5/7/12 11:58 AM:
-------------------------------------------------------------
I should also add that my module uses Hibernate Search 4.1.0.Final, and due to MODE-1474 (caused by [HSEARCH-1116|https://hibernate.onjira.com/browse/HSEARCH-1116]) I cannot configure Hibernate Search such that it uses the ReflectHelper. IOW, I'm not sure that my subsystem currently is testing anything useful.
However, once [HSEARCH-1116|https://hibernate.onjira.com/browse/HSEARCH-1116] is resolved and Hibernate Search 4.1.1.Final is released, then I can change ModeShape to use Hibernate Search 4.1.1.Final and should be able to configure it such that ReflectHelper is used. That will be later this week, however.
was (Author: rhauch):
I should also add that my module uses Hibernate Search 4.1.0.Final, and due to MODE-1474 (caused by HSEARCH-1116) I cannot configure Hibernate Search such that it uses the ReflectHelper. IOW, I'm not sure that my subsystem currently is testing anything useful.
However, once HSEARCH-1116 is resolved and Hibernate Search 4.1.1.Final is released, then I can change ModeShape to use Hibernate Search 4.1.1.Final and should be able to configure it such that ReflectHelper is used. That will be later this week, however.
> 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