1. 18 7月, 2013 2 次提交
  2. 16 7月, 2013 2 次提交
  3. 15 7月, 2013 2 次提交
  4. 07 7月, 2013 1 次提交
  5. 06 7月, 2013 2 次提交
  6. 05 7月, 2013 1 次提交
  7. 03 7月, 2013 1 次提交
  8. 02 7月, 2013 2 次提交
  9. 29 6月, 2013 1 次提交
  10. 26 6月, 2013 4 次提交
  11. 22 6月, 2013 1 次提交
  12. 20 6月, 2013 1 次提交
  13. 18 6月, 2013 2 次提交
  14. 15 6月, 2013 1 次提交
    • K
      Started producing 1.6 class files · 3431a7cb
      Kohsuke Kawaguchi 提交于
      The plan of the record is that we start producing 1.6 class files and
      see if people start complaining. If we hear from users, we'll re-visit
      our decision, and if we don't, then we'll start using 1.6 features
      everywhere in the code.
      3431a7cb
  15. 11 6月, 2013 5 次提交
  16. 08 6月, 2013 1 次提交
    • K
      [FIXED JENKINS-15120] · f7330d7a
      Kohsuke Kawaguchi 提交于
      - integrated the newer release of remoting
      - jar caching won't work with class file directory, so plugin
        WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar
        (This should also solve the problem of slow plugin extraction in the
        presene of Anti-virus software on Windows.)
      - because the structure of the exploded jar file has changed, I changed
        the up-to-date check timestamp file name to force re-extraction in
        existing installations.
      f7330d7a
  17. 04 6月, 2013 1 次提交
  18. 03 6月, 2013 3 次提交
  19. 28 5月, 2013 3 次提交
  20. 25 5月, 2013 1 次提交
  21. 23 5月, 2013 1 次提交
  22. 21 5月, 2013 1 次提交
  23. 20 5月, 2013 1 次提交
    • B
      Using mojo extra-enforcer-rules enforceBytecodeVersion. · b02b1476
      Baptiste Mathus 提交于
      This rule enforces a bytecode version in dependencies.
      This would prevent cases like JENKINS-8914 where someone had
      introduced a dependency compiled with JDK1.6 at a time where
      Jenkins was still on 1.5.
      
      With 1.7 already here and 1.8 coming, this should help no to do that
      again.
      b02b1476