Skip to content

Fix readme minimal Java version which is now Java 8#177

Closed
apupier wants to merge 1 commit intoapache:masterfrom
apupier:fixReadmeMinimalJavaVersion
Closed

Fix readme minimal Java version which is now Java 8#177
apupier wants to merge 1 commit intoapache:masterfrom
apupier:fixReadmeMinimalJavaVersion

Conversation

@apupier
Copy link
Copy Markdown

@apupier apupier commented Dec 15, 2025

No description provided.

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
mvn clean install

You need Maven 3 with Java 6 (or higher) for the build.
You need Maven 3 with Java 8 (or higher) for the build.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in practice, i guess this is even higher as when compiling with Java 11, a dependency is telling that it requires Java 17

[ERROR] /home/apupier/git/olingo-odata4/fit/src/main/java/org/apache/olingo/fit/KeyAsSegment.java:[46,38] cannot access org.springframework.stereotype.Service
[ERROR]   bad class file: /home/apupier/.m2/repository/org/springframework/spring-context/6.1.0/spring-context-6.1.0.jar(/org/springframework/stereotype/Service.class)
[ERROR]     class file has wrong version 61.0, should be 55.0

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the 8 version is to be in ophase with the pom declaration

<project.build.release.version>8</project.build.release.version>

@apupier
Copy link
Copy Markdown
Author

apupier commented Jan 6, 2026

Apache Olingo project is going to attic so closing

@apupier apupier closed this Jan 6, 2026
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.

1 participant