| With Karaf 4 we can use also transaction-api feature provided by the container itself. A big change from Karaf 3 to 4 is that the feature "wrap" is not a boot feature anymore, Then, in feature definition we have to import it within hibernate feature and use `prerequisite = true` to handle the wrap protocol on bundle url. |