The name of feature is hibernate. And it has been hibernate since the beginning of Karaf 4.2.x:
https://github.com/apache/karaf/blob/karaf-4.2.2/assemblies/features/enterprise/src/main/feature/feature.xml#L172 The hibernate-orm feature is the one provided directly by Hibernate. However, this hibernate-orm was not fully good and that's why we wrapped in Karaf hibernate feature: https://github.com/apache/karaf/blob/karaf-4.2.2/assemblies/features/enterprise/src/main/feature/feature.xml#L174 Regards JB On 30/01/2020 14:23, Zhendong Chen wrote: > Hi JB, > > thanks. > We use hibernate-osgi feature until 4.2.2. But after upgrade to 4.2.7 we got > this exception: > Could not find matching feature for hibernate-orm/0.0.0 > > I through that karaf doesn't provide this feature anymore. > > > Best, > Zhendong > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
