1. 12 10月, 2013 1 次提交
  2. 08 10月, 2013 1 次提交
  3. 07 10月, 2013 3 次提交
  4. 05 10月, 2013 2 次提交
  5. 04 10月, 2013 1 次提交
  6. 30 9月, 2013 3 次提交
  7. 24 9月, 2013 1 次提交
  8. 23 9月, 2013 2 次提交
  9. 17 9月, 2013 1 次提交
  10. 16 9月, 2013 2 次提交
  11. 10 9月, 2013 3 次提交
  12. 03 9月, 2013 1 次提交
  13. 27 8月, 2013 3 次提交
  14. 23 8月, 2013 1 次提交
    • M
      [FIXED JENKINS-19332] · 2b5c4b70
      Matthias Vach 提交于
      - set findbugs version to 2.5.2 to avoid:
      [WARNING] 'reporting.plugins.plugin.version' for
      org.codehaus.mojo:findbugs-maven-plugin is missing. ...
      
      - delete maven-pmd-plugin and maven-checkstyle-plugin (commented out
      since more than two years)
      2b5c4b70
  15. 19 8月, 2013 3 次提交
  16. 13 8月, 2013 3 次提交
  17. 10 8月, 2013 1 次提交
  18. 06 8月, 2013 4 次提交
  19. 05 8月, 2013 2 次提交
  20. 03 8月, 2013 2 次提交
    • K
      [FIXED JENKINS-18677] · 47de54d0
      Kohsuke Kawaguchi 提交于
      Integrated bytecode-compatibility-transformer that allows core to
      do signature changes on properties that plugins might depend on.
      
      The library performs necessary bytecode transformation to achieve this.
      
      The first use of this is to fix plugins that looks for List
      AbstractProject.triggers, thereby resolving JENKINS-18677.
      
      For the time being, I'm not loading such compatibility annotations from
      plugins, but I did code that in PluginManager. Let's see how this
      feature work out for a while in the core, and if it looks stable and
      solid, we'll open it up to plugins at that point.
      47de54d0
    • K
      Integrated a newer remoting.jar · eb19e340
      Kohsuke Kawaguchi 提交于
      eb19e340