This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 466d101fea [KARAF-7927] Add missing java.nio.file.spi to
etc/jre.properties
466d101fea is described below
commit 466d101feab2f7e2eaca99a7af06f6f4915a5404
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Jan 9 14:48:41 2025 -0600
[KARAF-7927] Add missing java.nio.file.spi to etc/jre.properties
(cherry picked from commit 570ede10eb5c9e24f7d71cf2cbf380b81cb7aff6)
---
.../base/src/main/filtered-resources/resources/etc/jre.properties | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
index da0f003f48..57b572abfc 100644
---
a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
+++
b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
@@ -58,6 +58,7 @@ jre-base= \
java.nio.charset.spi, \
java.nio.file, \
java.nio.file.attribute, \
+ java.nio.file.spi, \
java.rmi, \
java.rmi.activation, \
java.rmi.dgc, \
@@ -506,4 +507,4 @@ jre-18 = ${jre-9}
jre-19 = ${jre-9}
jre-20 = ${jre-9}
jre-21 = ${jre-9}
-jre-23 = ${jre-9}
\ No newline at end of file
+jre-23 = ${jre-9}