Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix part of main build by using release configuration for maven-compiler-plugin #141

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Aug 16, 2024

main branch currently failing with:

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project camel-example-aggregate-dist: Compilation failure
Error:  /home/runner/work/camel-examples/camel-examples/aggregate-dist/src/main/java/org/apache/camel/example/Application.java:[72,36] method references are not supported in -source 7
Error:    (use -source 8 or higher to enable method references)

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@apupier
Copy link
Contributor Author

apupier commented Aug 16, 2024

it will remain a lot of build errors due to setUp and tearDown methods set as final and also Kotlin not compiling (for incompatibility binary compilation)

@apupier apupier merged commit 3b84fb2 into apache:main Aug 16, 2024
1 check failed
@apupier apupier deleted the fixMainBuild branch August 16, 2024 15:30
@apupier apupier changed the title Fix main build by using release configuration for maven-compiler-plugin Fix par of main build by using release configuration for maven-compiler-plugin Aug 16, 2024
@apupier apupier changed the title Fix par of main build by using release configuration for maven-compiler-plugin Fix part of main build by using release configuration for maven-compiler-plugin Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants