From 6cdbf1322961d23eb79be2c0a34b04f032a9d13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 10 Oct 2018 13:40:41 +0200 Subject: [PATCH] HHH-13022 Upgrade to Apache Karaf 4.2.1 --- hibernate-osgi/hibernate-osgi.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hibernate-osgi/hibernate-osgi.gradle b/hibernate-osgi/hibernate-osgi.gradle index e4151b4fb7..556df47a8a 100644 --- a/hibernate-osgi/hibernate-osgi.gradle +++ b/hibernate-osgi/hibernate-osgi.gradle @@ -13,7 +13,7 @@ description = 'Support for running Hibernate O/RM in OSGi environments' ext { osgiCoreVersion = '6.0.0' osgiCompediumVersion = '5.0.0' - karafVersion = '4.1.0' + karafVersion = '4.2.1' paxExamVersion = '4.12.0' } @@ -131,6 +131,8 @@ karaf { prerequisite = true } feature 'transaction-api' + // Most Hibernate modules declare OSGi metadata through blueprints, so we need this feature + feature 'aries-blueprint' } // NOTE : would like to include spatial as well, but we need to wait for // it to not define dependency on postgresql driver