1. 29 9月, 2018 1 次提交
  2. 28 9月, 2018 3 次提交
    • S
      [JENKINS-53353] - Do not cache results of View.getActions() (#3608) · 1f31f421
      Steve Arch 提交于
      * JENKINS-53353 Do not cache results of View.getActions()
      
      Plugins that may affect the view, eg via TransientViewActionFactory
      that get installed _after_ a `view` has been initally viewed
      will not be able to add anything to the view if the results
      of getActions() are cached.
      
      * JENKINS-53353 Removed unnecessary synchronization
      
      * JENKINS-53353 Whitespace
      
      * JENKINS-53353 Restored (and deprecated) updateTransientActions
      
      to maintain backwards compatibility.
      1f31f421
    • O
      [JENKINS-46523] - Make UnixReflection class compatible with Java 11, remove... · 3caef8ec
      Oleg Nenashev 提交于
      [JENKINS-46523] - Make UnixReflection class compatible with Java 11, remove pre-Java 8 reflection (#3650)
      
      * [JENKINS-46523] - Make UnixReflection class compatble with Java 9+, remover pre-Java-8 code
      
      Ideally this logic should be replaced by Multi-Release JAR
      
      * [JENKINS-46523] - FindBugs annotations complicate the code here
      
      * [JENKINS-53799 ] - Explicitly reference the JIRA ticket in the error message
      3caef8ec
    • J
      [JENKINS-53721] - Add getter/setter to EnvVars so the envinject plugin can set... · 45c837da
      Jeff Pearce 提交于
      [JENKINS-53721] - Add getter/setter to EnvVars so the envinject plugin can set Platform safely (#3639)
      
      [JENKINS-53721] - Add getter/setter to EnvVars so the envinject plugin can set Platform safely
      45c837da
  3. 27 9月, 2018 3 次提交
  4. 25 9月, 2018 3 次提交
  5. 23 9月, 2018 1 次提交
  6. 22 9月, 2018 8 次提交
  7. 21 9月, 2018 4 次提交
  8. 17 9月, 2018 1 次提交
  9. 16 9月, 2018 1 次提交
  10. 15 9月, 2018 2 次提交
  11. 14 9月, 2018 1 次提交
  12. 13 9月, 2018 2 次提交
  13. 08 9月, 2018 2 次提交
  14. 04 9月, 2018 1 次提交
  15. 03 9月, 2018 2 次提交
  16. 02 9月, 2018 1 次提交
  17. 30 8月, 2018 1 次提交
    • B
      [JENKINS-53282] "Restarting VM as requested" should be just an INFO message (#3603) · 3d1bbb80
      Baptiste Mathus 提交于
      * [JENKINS-53282] "Restarting VM as requested" should be just an INFO message
      
      Previously logged as severe was I think incorrect, as it was simply
      reacting on "standard" user interaction.
      `INFO` ought to be enough because anyway, that's the default logged level,
      hence will still be seen by admins if needed.
      
      Side note: there's clearly duplications of code here.
      I might address it later, but do not want to right now transform a 5 min
      task into a much riskier one.
      
      * Also lower log severity when shutting down after user request
      3d1bbb80
  18. 26 8月, 2018 2 次提交
  19. 24 8月, 2018 1 次提交