This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 2b04bdaa Downgrade to Karaf 4.4.8, waiting Karaf 4.4.10 with the fix
about JDK version in karaf-maven-plugin (#597)
2b04bdaa is described below
commit 2b04bdaa25651cbaf5daf03fd519b8fffd9ad3e1
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jan 22 12:11:29 2026 +0100
Downgrade to Karaf 4.4.8, waiting Karaf 4.4.10 with the fix about JDK
version in karaf-maven-plugin (#597)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5c4ee7d2..603d2df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<glassfish-json.version>1.1.4</glassfish-json.version>
<json-api.version>1.1.4</json-api.version>
<kafka.version>3.9.1</kafka.version>
- <karaf.version>4.4.9</karaf.version>
+ <karaf.version>4.4.8</karaf.version>
<paho.version>1.2.5</paho.version>
<slf4j.version>1.7.36</slf4j.version>
<commons-io.version>2.20.0</commons-io.version>