gurkerl83 commented on PR #176:
URL: https://github.com/apache/jclouds/pull/176#issuecomment-1622407203

   > CI reports:
   > 
   > > 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
aQute/bnd/maven/plugin/BndMavenPlugin has been compiled by a more recent 
version of the Java Runtime (class file version 61.0), this version of the Java 
Runtime only recognizes class file versions up to 52.0
   > 
   > I don't know if Java 17 is an intended requirement but I am flagging this.
   
   Looking at the error and comparing the bnd-plugin metadata I found that the 
version in use 5.2 can be updated until 6.0.0.
   As you can the version 6.1.0 changes the required jdk version to 17. 
   
   ```
   5.2
   Build-Jdk-Spec: 1.8
   
   5.3
   Build-Jdk-Spec: 1.8
   
   6.0.0
   Build-Jdk-Spec: 1.8
   
   6.1.0
   Build-Jdk-Spec: 17
   ```
   
   See https://javaalmanac.io/bytecode/versions/
   


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