Could I be added as a contributor to the Camel project?
Thanks!
i, May 17, 2024 at 1:05 AM James Netherton
wrote:
> Maybe take a look at camel-grpc to see how protoc is handled for the
> various platforms & CPU architectures:
>
> https://github.com/apache/camel/blob/main/components/camel-grpc/pom.xml
>
> --
> James
>
> On T
I opened an issue (https://issues.apache.org/jira/browse/CAMEL-20706) to
address the fact that the camel-salesforce component build fails on Windows
running on ARM.
It turns out that the source builds without errors, but the test build
fails because the protoc executable is unavailable on Windows/
I get a different error running the build on Windows 11 via Parallels on an
M1 MacBook Pro.
[ERROR] Failed to execute goal
org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on
project camel-salesforce: Unable to resolve artifact: Missing:
[ERROR] --
[ERROR] 1) com.go
I've been working with the Camel build and investigating test failures.
There are many tests that use TestContainers and Docker in *IT.java classes
that are currently being run by the surefire plugin. In my opinion, these
tests ought to be run by failsafe, as they seem to meet the definition of
in