janhoy commented on code in PR #1653:
URL: https://github.com/apache/solr/pull/1653#discussion_r1221402316


##########
gradle/validation/forbidden-apis.gradle:
##########
@@ -49,11 +49,6 @@ allprojects { prj ->
           logger.debug("Signature file omitted (does not exist): ${sig}")
         }
       }
-      
-      // commons-io is special: forbiddenapis has a versioned bundledSignature.
-      bundledSignatures += resolvedMods
-        .findAll { id -> id.group == 'commons-io' && id.name == 'commons-io' }
-        .collect { id -> "${id.name}-unsafe-${id.version}" as String }

Review Comment:
   Ok, I now understand how this works. I added a hack to use 
`commons-io-unsafe-2.11.0` in the build for now.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to