Skip to content
Snippets Groups Projects
  1. Feb 02, 2019
    • David Arthur's avatar
      KAFKA-7766: Fail fast PR builds (#6059) · 64b2d4fc
      David Arthur authored
      Split the Gradle invocation in the jenkins.sh script into two commands so
      we can fail fast for validation checks such as compile errors and checkstyle
      errors.
      
      Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Ismael Juma <ismael@juma.me.uk>
      64b2d4fc
  2. Sep 10, 2018
    • Ismael Juma's avatar
      KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 · f123d2f1
      Ismael Juma authored
      findBugs is abandoned, it doesn't work with Java 9 and the Gradle plugin will be deprecated in
      Gradle 5.0: https://github.com/gradle/gradle/pull/6664
      
      spotBugs is actively maintained and it supports Java 8, 9 and 10. Java 11 is not supported yet,
      but it's likely to happen soon.
      
      Also fixed a file leak in Connect identified by spotbugs.
      
      Manually tested spotBugsMain, jarAll and importing kafka in IntelliJ and running
      a build in the IDE.
      
      Author: Ismael Juma <ismael@juma.me.uk>
      
      Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Dong Lin <lindong28@gmail.com>
      
      Closes #5625 from ijuma/kafka-5887-spotbugs
      f123d2f1
  3. Sep 01, 2018
    • Ismael Juma's avatar
      MINOR: Pass `--continue` to gradle in jenkins.sh · 7299e183
      Ismael Juma authored
      This ensures that the whole test suite is executed even
      if there are failures. It currently stops at a module
      boundary if there are any failures. There is a discussion
      to change the gradle default to stop after the first test failure:
      
      https://github.com/gradle/gradle/issues/6513
      
      `--continue` is recommended for CI in that discussion.
      
      Author: Ismael Juma <ismael@juma.me.uk>
      
      Reviewers: Dong Lin <lindong28@gmail.com>
      
      Closes #5599 from ijuma/jenkins-script-continue
      7299e183
  4. Aug 07, 2018
  5. Jun 01, 2017
  6. Apr 21, 2017
  7. Apr 11, 2017
  8. Mar 21, 2017
  9. Jan 27, 2016
    • Ismael Juma's avatar
      KAFKA-3152; kafka-acl doesn't allow space in principal name · 523562c1
      Ismael Juma authored
      * Add quotes to `$` in shell scripts
      This is necessary for correct processing of quotes in the
      user command.
      
      * Minor improvements to AclCommand messages
      
      * Use a principal with a space in `SslEndToEndAuthorizationTest`
      This passed without any other changes, but good avoid regressions.
      
      * Clean-up `TestSslUtils`:
      Remove unused methods, fix unnecessary verbosity and don't set security.protocol (it should be done at a higher-level).
      
      Author: Ismael Juma <ismael@juma.me.uk>
      
      Reviewers: Grant Henke <granthenke@gmail.com>, Jun Rao <junrao@gmail.com
      
      Closes #818 from ijuma/kafka-3152-kafka-acl-space-in-principal
      523562c1
  10. Jun 05, 2014
  11. Feb 25, 2014
  12. Oct 14, 2013
  13. Aug 05, 2013
  14. Oct 07, 2011
  15. Oct 04, 2011
Loading