apupier commented on code in PR #177:
URL: https://github.com/apache/olingo-odata4/pull/177#discussion_r2619330474


##########
README:
##########
@@ -15,7 +15,7 @@ You can build Apache Olingo like this:
 
     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.

Review 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
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to