garydgregory commented on PR #82:
URL: 
https://github.com/apache/commons-secure-xml/pull/82#issuecomment-5500644919

   > The values were lowered, so that a single build on any JDK passes them. 
   
   This is already the case in `main`, which is why we shouldn't need to lower 
them. This works for me now in `main`:
   ```
   java8 && mvn && \
     java11 && mvn && \
     java17 && mvn && \
     java21 && mvn && \
     java25 && mvn && \
     java26 && mvn && \
     java27 && mvn && \
     java28 && mvn
   ```
   where the `javaNN` are zsh aliases that use `jenv` to switch between Java 
versions (with the expected console logging on Java 28 of "Unsupported class 
file major version 72").
   
   So what's going on that causes the numbers for you to fail?
   


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