jtstorck commented on a change in pull request #3520: NIFI-5373 Created new
module nifi-metrics
URL: https://github.com/apache/nifi/pull/3520#discussion_r294447034
##########
File path:
nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/test/groovy/org/apache/nifi/reporting/script/ScriptedReportingTaskGroovyTest.groovy
##########
@@ -83,7 +83,8 @@ class ScriptedReportingTaskGroovyTest {
@Test
void testProvenanceGroovyScript() {
def uuid = "10000000-0000-0000-0000-000000000000"
- def attributes = ['abc': 'xyz', 'xyz': 'abc', 'filename':
"file-$uuid", 'uuid': uuid]
+ // FIXME java11 removed usage of GString, causes issue in java code
due to not being able to cast GString to String
Review comment:
I've reverted this change, since it's out of scope with changes for the
Metrics module. In an upcoming PR for the Groovy 2.5.x update, this change
will be brought in. Good catch!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services