Contributor

2024-07-09 Thread Craig Ziesman
Could I be added as a contributor to the Camel project? Thanks!

Re: Excluding components from the build for specific OS/architecture

2024-05-17 Thread Craig Ziesman
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

Excluding components from the build for specific OS/architecture

2024-05-16 Thread Craig Ziesman
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/

Re: CAMEL-20518: Camel builds on Windows

2024-03-05 Thread Craig Ziesman
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

Should *IT tests be run with failsafe instead of surefire?

2024-01-24 Thread Craig Ziesman
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