You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/01/31 20:48:25 UTC

[GitHub] [bookkeeper] mauricebarnum opened a new pull request #3022: Gradle 6.9.2

mauricebarnum opened a new pull request #3022:
URL: https://github.com/apache/bookkeeper/pull/3022


   Descriptions of the changes in this PR:
   
   
   
   ### Motivation
   
   Update gradle to 6.9.2 that has latest Log4Shell mitigations along with other bug fixes.
   
   The mitigations aren't too compelling, but one less thing to question when scanning for vulnerabilities.
   
   ### Changes
   
   1bd21a644 (HEAD -> gradle-6.9.2, msb-apache/gradle-6.9.2) Update gradle to 6.9.2
   04ec49a3d Remove annoying println
   
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] mauricebarnum commented on pull request #3022: Gradle 6.9.2

Posted by GitBox <gi...@apache.org>.
mauricebarnum commented on pull request #3022:
URL: https://github.com/apache/bookkeeper/pull/3022#issuecomment-1026454663


   rerun failure checks


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] Shoothzj commented on a change in pull request #3022: Gradle 6.9.2

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on a change in pull request #3022:
URL: https://github.com/apache/bookkeeper/pull/3022#discussion_r799340398



##########
File path: microbenchmarks/build.gradle
##########
@@ -41,12 +41,11 @@ jar {
     manifest {
         attributes 'Main-Class': 'org.openjdk.jmh.Main'
     }
-    println configurations.runtimeClasspath.collect().size()
     from {
         configurations.compileClasspath.collect {it.isDirectory() ? it : zipTree(it) }
     }
     exclude 'META-INF/*.RSA'
     exclude 'META-INF/*.SF'
     exclude 'META-INF/*.DSA'
     archiveBaseName = 'microbenchmarks'
-}
\ No newline at end of file
+}

Review comment:
       unnecessary change




-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] merlimat merged pull request #3022: Gradle 6.9.2

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #3022:
URL: https://github.com/apache/bookkeeper/pull/3022


   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org