Copilot commented on code in PR #70:
URL: https://github.com/apache/iotdb-extras/pull/70#discussion_r2080780202
##########
pom.xml:
##########
@@ -2025,18 +2023,17 @@
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
- <!-- Some APIs were removed in Java 11, so we need to add replacements
-->
+ <!-- Current version of spotless cannot support JDK11 below -->
Review Comment:
Clarify in the comment that the updated profile activation range now targets
JDK versions up to 11, ensuring the description aligns with the intended
support policy.
```suggestion
<!-- Current version of spotless targets JDK versions up to and
including 11 -->
```
--
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]