Skip to content

Conversation

@geserdugarov
Copy link

@geserdugarov geserdugarov commented Nov 10, 2025

For Java part, direct compilation using Maven should also be supported.

This PR moves maven-compiler-plugin configuration in one place in the root pom.xml, and set source and target options for the plugin to 1.8.

Without these changes there are related errors during compilation of Java part using Maven:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project lance-namespace-springboot-server: Compilation failure: Compilation failure: 
[ERROR] Source option 5 is no longer supported. Use 7 or later.
[ERROR] Target option 5 is no longer supported. Use 7 or later.

@github-actions github-actions bot added bug Something isn't working java Java features labels Nov 10, 2025
@geserdugarov
Copy link
Author

@jackye1995 , if you don't mind, could you check these changes, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working java Java features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant