1. 21 2月, 2019 1 次提交
  2. 23 2月, 2019 1 次提交
    • M
      [FIX JENKINS-43218] Fix Fingerprint.toString() (#3910) · 399c8ba4
      Mit Naria 提交于
      * [FIX JENKINS-43218] Fix Fingerprint.toString()
      
      1. Fix Fingerprint.toString() method when
         variable usages = null .
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * [FIX JENKINS-43218] Fix Fingerprint.toString()
      
      1. Fix Fingerprint.toString() method when
         variable usages = null .
      
      * [JENKINS-43218] - Retrigger the build after the Java 11 fixes on ci.jenkins.io
      399c8ba4
  3. 21 2月, 2019 15 次提交
  4. 20 2月, 2019 1 次提交
  5. 15 2月, 2019 4 次提交
  6. 12 2月, 2019 1 次提交
  7. 10 2月, 2019 1 次提交
  8. 08 2月, 2019 1 次提交
    • W
      [JENKINS-55050] Reduce performance impact of SEC-904 (esp. zip) (#3861) · 2f8b557a
      Wadeck Follonier 提交于
      * [JENKINS-55050] Reduce log impact on performance
      - especially in case of large / deep folder that is fully illegal
      - could reduce time by a factor of around 2.
      
      * Use SystemProperties
      
      * [JENKINS-55050] Reduce performance impact of the security release
      - SEC-904 increased the time taken to zip files from
      DirectoryBrowserSupport views (workspace / artifact)
      - This PR proposes a different approach for some of the highly impact scenario
      
      * Update core/src/main/java/jenkins/util/VirtualFile.java
      Co-Authored-By: NWadeck <Wadeck@users.noreply.github.com>
      
      * Return in case of interruption instead of continuing
      - The interruption status flag is not really respected otherwise
      
      * Update core/src/main/java/jenkins/util/VirtualFile.java
      Co-Authored-By: NWadeck <Wadeck@users.noreply.github.com>
      
      * Improve ZipEntry writing
      - Add logging on FileSystemException
      
      * Minor refactoring in DirScanner
      
      * Correct conjugation, size for arraylist and dead code removal
      
      * Adjust the PR using the feedbacks
      
      * Adjust the PR using the feedbacks (part 2)
      
      * Adjust the PR using the feedbacks (part 3)
      2f8b557a
  9. 06 2月, 2019 2 次提交
  10. 05 2月, 2019 1 次提交
  11. 04 2月, 2019 4 次提交
  12. 03 2月, 2019 2 次提交
    • B
      [JENKINS-55681] - Make JAXB a detached plugin only on Java 11 (#3865) · a78312ea
      Baptiste Mathus 提交于
      * Move detached plugins logic into a dedicated class
      
      ClassicPluginStrategy is already long enough, so trying to make things a
      bit more focused before adding Java 11 logic. (and even if not, the change
      still splits a class that is almost 1k lines).
      
      * Install jaxb as detached only on Java 11+
      
      * Remove duplicate @Restricted
      
      Given the enclosing class already has it.
      
      * Use 1.5 release
      
      * Add more test coverage
      
      * getMinJavaVersion => getMinimumJavaVersion
      
      * Rename DetachedPluginsManager as DetachedPluginsUtil
      
      as requested by Oleg and Jesse. Mainly because of the misleading
      relationship (there's no inheritance) with the existing `PluginManager`
      class.
      
      * 🤦 adjust to 1.5 release method renaming
      
      * Clarify minimum Java version column
      Co-Authored-By: Nbatmat <bmathus@gmail.com>
      
      * Update to 2.3.0 version of the jaxb plugin
      
      * Bump minimum core version to next expected release version
      
      * Add preventive cycle breaks for jaxb while waiting for JENKINS-28942
      
      As requested by Oleg.
      
      * Add test to fail fast on wrong format for split-plugins.txt
      a78312ea
    • J
      grammar: restart required for plugin is a sentence · 8f088d9a
      Josh Soref 提交于
      8f088d9a
  13. 01 2月, 2019 1 次提交
  14. 31 1月, 2019 1 次提交
  15. 30 1月, 2019 1 次提交
    • O
      Bulk cleanup of hudson.slaves and jenkins.slaves (#3207) · a97ed3c4
      Oleg Nenashev 提交于
      * Bulk cleanup of hudson.slaves and jenkins.slaves
      
      - [x] Use Jenkins.get() instead of the deprecated getInstance()
      - [x] Remove unused imports
      - [x] Use diamond type definitions where possible
      - [x] Squash similar extension handlers
      - [x] Other minor refactorings and NPE checks
      
      * Update core/src/main/java/hudson/slaves/SlaveComputer.java
      a97ed3c4
  16. 29 1月, 2019 3 次提交