You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/01/05 21:42:50 UTC

[jira] [Commented] (KARAF-2666) Provide hibernate 4 feature

    [ https://issues.apache.org/jira/browse/KARAF-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862648#comment-13862648 ] 

Jean-Baptiste Onofré commented on KARAF-2666:
---------------------------------------------

Fixed on master: https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=c5ae547d69e8896251c03bd5e5968094ce70e941

> Provide hibernate 4 feature
> ---------------------------
>
>                 Key: KARAF-2666
>                 URL: https://issues.apache.org/jira/browse/KARAF-2666
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.0, 3.0.1, 2.3.4
>
>
> In addition of the hibernate 3.3.2.GA feature, we can provide the hibernate 4.2.7.Final feature looking like:
> <feature name="hibernate4" version="4.2.7.Final" description="Hibernate4 JPA
> persistence engine support">
>     <details>Enable Hibernate4 as persistence engine.</details>
>     <feature>transaction</feature>
>     <feature>jpa</feature>
>     <feature>http</feature>
>     <bundle
> dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_5</bundle>
>     <bundle
> dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/1.8.2_2</bundle>
>     <bundle
> dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5</bundle>
>     <bundle
> dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle>
>     <bundle dependency="true">mvn:com.fasterxml/classmate/0.9.0</bundle>
>     <bundle dependency="true">mvn:org.javassist/javassist/3.18.1-GA</bundle>
>     <bundle
> dependency="true">mvn:org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.4_spec/1.0.2.Final</bundle>
>     <bundle dependency="true">wrap:mvn:org.jboss/jandex/1.1.0.Final</bundle>
>     <bundle
> dependency="true">mvn:org.jboss.logging/jboss-logging/3.1.4.GA</bundle>
>     <bundle
> dependency="true">mvn:org.hibernate.common/hibernate-commons-annotations/4.0.4.Final</bundle>
>     <bundle>mvn:org.hibernate/hibernate-core/4.2.7.Final</bundle>
>     <bundle>mvn:org.hibernate/hibernate-entitymanager/4.2.7.Final</bundle>
>     <bundle>mvn:org.hibernate/hibernate-envers/4.2.7.Final</bundle>
>     <bundle>mvn:org.hibernate/hibernate-osgi/4.2.7.Final</bundle>
> </feature>



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)