Fix readme minimal Java version which is now Java 8#177
Closed
apupier wants to merge 1 commit intoapache:masterfrom
Closed
Fix readme minimal Java version which is now Java 8#177apupier wants to merge 1 commit intoapache:masterfrom
apupier wants to merge 1 commit intoapache:masterfrom
Conversation
Signed-off-by: Aurélien Pupier <apupier@ibm.com>
apupier
commented
Dec 15, 2025
| 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. |
Author
There was a problem hiding this comment.
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
Author
There was a problem hiding this comment.
the 8 version is to be in ophase with the pom declaration
Line 124 in 9f9c490
Author
|
Apache Olingo project is going to attic so closing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.