ctubbsii commented on PR #2785: URL: https://github.com/apache/thrift/pull/2785#issuecomment-1529180885
> For this specific change, i wonder if we can leverage [maven artifact classifier](https://docs.gradle.org/current/userguide/feature_variants.html) to support both versions? That's not necessary, and a bit overkill for libthrift.jar to produce separate artifacts. The artifacts will basically be equivalent, as Thrift doesn't use any complicated language-specific features/assumptions. The only difference would be byte code version, and Java 8 byte code runs just fine in Java 11, so it's just not necessary. -- 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]
