|
|
|
|
|
|
Currently hibernate-osgi generates a Karaf features file with multiple features defined that really should be collapsed into one. Specifically {{hibernate-base}}, {{hibernate-native}}, {{hibernate-jpa}} and {{hibernate-jpa-aries}} should all be collapsed into one feature named {{hibernate-orm}}.
So available features will include: * {{hibernate-orm}} * {{hibernate-envers}} - extends {{hibernate-orm}} adding envers features * {{hibernate-infinispan}} - extends {{hibernate-orm}} adding Infinispan caching provider * {{hibernate-ehcache}} - extends {{hibernate-orm}} adding Ehcache caching provider
|
|
|
|
|
|