NihalJain commented on code in PR #2023:
URL: https://github.com/apache/phoenix/pull/2023#discussion_r1831426900


##########
pom.xml:
##########
@@ -168,6 +168,7 @@
     <maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <mvel2.version>2.5.2.Final</mvel2.version>
+    <spotless.version>2.43.0</spotless.version>

Review Comment:
   This might break for JDK 8. 😞 
   ```
   [ERROR] Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.43.0:apply (default-cli) on 
project phoenix: Execution default-cli of goal 
com.diffplug.spotless:spotless-maven-plugin:2.43.0:apply failed: Unable to load 
the mojo 'apply' in the plugin 
'com.diffplug.spotless:spotless-maven-plugin:2.43.0' due to an API 
incompatibility: 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
com/diffplug/spotless/maven/SpotlessApplyMojo has been compiled by a more 
recent version of the Java Runtime (class file version 55.0), this version of 
the Java Runtime only recognizes class file versions up to 52.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: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to