Apache9 commented on code in PR #139:
URL: https://github.com/apache/hbase-thirdparty/pull/139#discussion_r2107448626
##########
hbase-shaded-jetty-12-plus-core/pom.xml:
##########
@@ -218,6 +218,23 @@
</execution>
</executions>
</plugin>
+ <!-- This module relocates Jetty 12+ EE8 dependencies compiled with JDK
17, hence, overriding the project-level
+ restriction on maxJdkVersion of 'compileSource'! See HBASE-29354-->
+ <plugin>
Review Comment:
We could revert the jetty changes first, make thirdparty 4.1.11 a regular
release so we can make the 2.6.x and 2.5.x release, and then back to the jetty
12 related things for 3.x.
WDYT?
--
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]