std-h commented on PR #589: URL: https://github.com/apache/axis-axis2-java-core/pull/589#issuecomment-1951419932
Not reading the README, typical. :expressionless: Sorry about that. Next set of errors: - A failed test: > [ERROR] org.apache.axis2.databinding.utils.ConverterUtilTest.testCompareBigIntegerValueIsGreaterThanOrEqualToTotalDigitsFacetRestriction -- Time elapsed: 0.011 s <<< FAILURE! > java.lang.AssertionError: > Expecting actual: > -9000L > to be greater than or equal to: > 0L Not sure what's going here, the CI build doesn't seem to have this problem. I commented out this test and then got: - In the AAR Maven Plugin: > [ERROR] Failed to execute goal com.github.veithen.maven:resolver-proxy-maven-plugin:0.5.0:start (default) on project axis2-repo-maven-plugin: Execution default of goal com.github.veithen.maven:resolver-proxy-maven-plugin:0.5.0:start failed: Unable to load the mojo 'start' in the plugin 'com.github.veithen.maven:resolver-proxy-maven-plugin:0.5.0' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com/github/veithen/maven/resolver/proxy/StartMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 This looks like I may be running a too old Java version (11). That turned out to be the case, trying again with Java 17 it works. Perhaps the maven-enforcer-plugin configuration in the main POM should be updated? - Then, finally, an error of my own making. :slightly_smiling_face: It's the one CI indicated with java.nio.file.Path.of(String, String[]) not being available. Don't know why Eclipse didn't indicate the error, but I replaced it with something that does work in Java 1.8. Commit upcoming. - `mvn site` still fails with the same error. If i run with the '-e' switch, I see as the innermost exception: > Caused by: org.eclipse.aether.transfer.NoRepositoryLayoutException: Unsupported repository layout p2 -- 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: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org