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 8 次提交
  4. 20 2月, 2019 1 次提交
  5. 15 2月, 2019 1 次提交
  6. 12 2月, 2019 1 次提交
  7. 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
  8. 06 2月, 2019 1 次提交
  9. 05 2月, 2019 1 次提交
  10. 03 2月, 2019 1 次提交
    • 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
  11. 01 2月, 2019 1 次提交
  12. 29 1月, 2019 1 次提交
  13. 28 1月, 2019 1 次提交
    • W
      Add default impl. to RootAction (#3172) · bcf570b7
      Wadeck Follonier 提交于
      * Default methods for RootAction
      - reduce code in tests
      
      * - simplification of some existing tests
      
      * - change from RootAction to Action
      
      * - change from Action to a new DefaultRootAction
      
      * using InvisibleAction with the final removed
      
      * adapting the javadoc of InvisibleAction and so remove the usage for non-test class
      bcf570b7
  14. 24 1月, 2019 1 次提交
  15. 10 1月, 2019 6 次提交
  16. 09 1月, 2019 1 次提交
  17. 08 1月, 2019 2 次提交
  18. 07 1月, 2019 3 次提交
  19. 08 12月, 2018 1 次提交
  20. 07 12月, 2018 1 次提交
  21. 27 11月, 2018 1 次提交
  22. 22 11月, 2018 1 次提交
  23. 21 11月, 2018 3 次提交