[
https://issues.apache.org/jira/browse/KARAF-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866740#comment-13866740
]
Jean-Baptiste Onofré commented on KARAF-2666:
---------------------------------------------
Added on karaf-2.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=c8ad51a20ece8a85bb643514683e94a9488b9b4f
> 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)