zhfeng commented on PR #7973: URL: https://github.com/apache/camel/pull/7973#issuecomment-1181687095
The CI failure looks like not related to code styles. I think it should be good. ``` ERROR] Failed to execute goal on project camel-allcomponents: Could not resolve dependencies for project org.apache.camel:camel-allcomponents:pom:3.19.0-SNAPSHOT: Could not find artifact org.apache.camel:camel-hyperledger-aries:jar:3.19.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots/) -> [Help 1] ``` @tdiesler can you check the build.log on https://github.com/apache/camel/actions/runs/2655649560? The compilation error is ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project camel-hyperledger-aries: Compilation failure [ERROR] /home/runner/work/camel/camel/components/camel-hyperledger-aries/src/main/java/org/apache/camel/component/aries/HyperledgerAriesEndpoint.java:[49,76] error: cannot find symbol [ERROR] symbol: variable IDENTITY [ERROR] location: class Category [ERROR] -> [Help 1] ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org