JinwooHwang commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2384287316
##########
geode-gfsh/build.gradle:
##########
@@ -40,6 +40,10 @@ dependencies {
implementation('com.fasterxml.jackson.core:jackson-databind')
implementation('io.swagger.core.v3:swagger-annotations')
+ // JAXB dependencies needed for Java 11+
+ implementation('javax.xml.bind:jaxb-api')
+ implementation('com.sun.xml.bind:jaxb-impl')
Review Comment:
@sboorlagadda , the evaluator components work entirely through the
CompiledValue interface and don't need the specific CompiledPath type.
--
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]