Hi,I received a few mails recently which show a compilation failure in camel-endpointdsl but with no error message, for example,https://ci-builds.apache.org/job/Camel/job/Camel%20JDK16/job/main/222.
I was also able to reproduce it intermittently in a local build. I think it may be due to insufficient max memory for javac. Currently the pom sets maxmem to 512m in the configuration for the maven-compiler-plugin.
Maybe we should increase it a bit. Karen