Matt Pavlovich
Matt Pavlovich
@gemmellr good catch. I'll move this change inside the apache-release profile (edited for exact profile name)
Output when building with JDK 17 and apache-release profile ``` % mvn -Papache-release clean install -DskipTests=true ... [ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message: [ERROR] You must use Java 21+...
Great idea. I'll update if 'wantAuth' or 'needAuth' AND then if there is a certificate present, return true-- otherwise it will fallback to the non-SSL certificate JAAS domain.
@jbonofre Heads up-- there is a build break in karaf-maven-plugin holding up a clean compile. I'm not familiar with the build process for that plugin.
> The culprit is ASM :) asm is latest v9.8? ``` karaf-maven-plugin % mvn dependency:tree | grep asm [INFO] | \- org.apache.xbean:xbean-asm9-shaded:jar:4.27:compile [INFO] +- org.ow2.asm:asm:jar:9.8:test ``` Update: mvn -X debug...
Files containing 'eecap' ``` % find . -type f -exec grep -il eecap {} \; ./RELEASE-NOTES.md ./itests/test/src/test/filtered-resources/etc/config.properties ./util/src/main/java/org/apache/karaf/util/config/PropertiesLoader.java ./features/core/src/main/java/org/apache/karaf/features/internal/region/SubsystemResolver.java ./assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties ./instance/src/main/resources/org/apache/karaf/instance/resources/etc/config.properties ./main/src/test/resources/test-karaf-home/etc/config.properties ``` Property file candidates for consolidation or move...
> javase Thank you! edit: I updated and the build completes! A couple new commits added to the branch.
itest/test/../JavaSecurityTest hanging on pax-exam init ``` [INFO] Running org.apache.karaf.itests.JavaSecurityTest 2025-09-28 07:55:58,183 | INFO | j.pax.exam.spi.DefaultExamSystem 127 | Pax Exam System (Version: 4.14.0) created. 2025-09-28 07:55:58,200 | INFO | .pax.exam.junit.impl.ProbeRunner 74...
@holgerfriedrich I tried adding it to the surefire plugin in both places in the pom.xml and the maven cli, but no luck. I believe it must be added at JVM...
Updated the root pom.xml and was able to get the system property on the command line, verified with maven in debug mode. ``` [DEBUG] Forking command line: /bin/sh -c cd...