Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

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

Closed
apupier wants to merge 1 commit into
apache:masterfrom
apupier:fixReadmeMinimalJavaVersion
Closed

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

Conversation

@apupier

@apupier apupier commented Dec 15, 2025

Copy link
Copy Markdown

No description provided.

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
Comment thread README
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

apupier commented Jan 6, 2026

Copy link
Copy Markdown
Author

Apache Olingo project is going to attic so closing

@apupier apupier closed this Jan 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant