You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/10 19:03:42 UTC

[GitHub] [kafka] dejan2609 edited a comment on pull request #10056: KAFKA-12293: remove JCenter and Bintray repositories mentions out of build gradle scripts (sunset is announced for those repositories)

dejan2609 edited a comment on pull request #10056:
URL: https://github.com/apache/kafka/pull/10056#issuecomment-776939008


   @ewencp thing is that JFrog (company behind JCenter repository) simply decided to pull the plug on May 01st 2021. (a short notice decision, I dear to say). 
   
   So, it seems that Maven central is a fine (only ?) alternative after May 01st and luckily it seems that kafka project now builds as expected **_without_** JCenter; herewith two examples:
   -  `./gradlew --refresh-dependencies --info` (dependencies refresh shows that Maven Central  has it all... with a little help of a Gradle plugin portal :smiley:  )
   -  `./gradlew clean test jar releaseTarGz` (all test + jars +binary releases combined into one, big execution... only handful of test fail, so I assume that we are good to go):
   
   ```
   ClientIdQuotaTest > testThrottledProducerConsumer() PASSED
   
   ClientIdQuotaTest > testQuotaOverrideDelete() PASSED
   
   ClientIdQuotaTest > testThrottledRequest() PASSED
   
   3214 tests completed, 15 failed, 7 skipped
   
   > Task :core:test FAILED
   
   FAILURE: Build completed with 2 failures.
   
   1: Task failed with an exception.
   -----------
   * What went wrong:
   Execution failed for task ':connect:runtime:test'.
   > There were failing tests. See the report at: file:///home/dejan/IdeaProjects/kafka/connect/runtime/build/reports/tests/test/index.html
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
   ==============================================================================
   
   2: Task failed with an exception.
   -----------
   * What went wrong:
   Execution failed for task ':core:test'.
   > There were failing tests. See the report at: file:///home/dejan/IdeaProjects/kafka/core/build/reports/tests/test/index.html
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
   ==============================================================================
   
   * Get more help at https://help.gradle.org
   
   Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
   Use '--warning-mode all' to show the individual deprecation warnings.
   See https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD FAILED in 38m 29s
   252 actionable tasks: 252 executed
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org