jbonofre commented on code in PR #2214:
URL: https://github.com/apache/karaf/pull/2214#discussion_r2656112737
##########
itests/test/src/test/java/org/apache/karaf/itests/JavaSecurityTest.java:
##########
@@ -39,6 +40,7 @@
import static org.ops4j.pax.exam.CoreOptions.maven;
import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.*;
+@Ignore("Disabled due to removal of SecurityManager. ref Apache Karaf GitHub
issue #2082")
Review Comment:
I would rather remove the test (to avoid confusion) or refactor it instead
of ignoring it.
##########
assemblies/apache-karaf-integration/pom.xml:
##########
@@ -187,7 +187,7 @@
</bootFeatures>
<libraries>
</libraries>
- <javase>17</javase>
+ <javase>21</javase>
Review Comment:
That's require change on the karaf-maven-plugin and dependencies. I will
create another PR (as planned) to tackle that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]