1. 05 7月, 2019 2 次提交
    • R
      [JENKINS-57223] - Java11 ClassNotFoundExceptions Telemetry (#4003) · 740f9eb3
      Ramon Leon 提交于
      * Proof of concept catching exceptions for java 11 removed classes
      
      * Add ClassLoader to a lot of places. Backup
      
      * Commenting out wip stuff, change packages, count hits findClass
      
      * Improvements, sending and tests
      
      * Removing the catcher from chain to make funcional tests work
      
      * Removing ignored places and a bit of cleaning
      
      * Cleaning unused code after removing the catcher from the chain
      
      * Remove imports cleaning to avoid extra changes
      
      * Cleaning and explaining comments
      
      * Explaining comments
      
      * fix javadoc
      
      * [JENKINS-57223] Address feedback from Matt Sicker. Improve in concurrency
      
      * [JENKINS-57223] Search on cause and suppressed exceptions and fix on name reported
      
      * [JENKINS-57223] Add cycles control on exceptions and refactor reporting method
      
      * [JENKINS-57223] Add trim to class name comparison
      
      * [JENKINS-57223] Address Oleg's feedback and some improvements
      
      * Avoid sending CNFE when ignored later in code
      * Disable when running on Java 8 and a test
      * Avoid sending empty events
      
      * [JENKINS-57223] Polish assertion after printing all missing classes in logs
      
      * [JENKINS-57223] Avoid extra if and add curly braces
      
      * [JENKINS-57223] Better comment about time window check
      740f9eb3
    • O
      Merge pull request #4086 from KostyaSha/slaveconstructors · c58a3ccf
      Oleg Nenashev 提交于
      Adjust Deprecation tree according to Slave javadocs.
      c58a3ccf
  2. 04 7月, 2019 1 次提交
  3. 03 7月, 2019 1 次提交
  4. 02 7月, 2019 2 次提交
  5. 01 7月, 2019 2 次提交
  6. 29 6月, 2019 3 次提交
  7. 27 6月, 2019 4 次提交
  8. 24 6月, 2019 3 次提交
  9. 23 6月, 2019 3 次提交
  10. 22 6月, 2019 1 次提交
  11. 21 6月, 2019 1 次提交
  12. 20 6月, 2019 2 次提交
  13. 19 6月, 2019 1 次提交
  14. 17 6月, 2019 3 次提交
  15. 16 6月, 2019 2 次提交
  16. 15 6月, 2019 2 次提交
    • J
      [JENKINS-33843] Permit disabling optional dependencies (#4001) · 0f73231f
      Jesse Glick 提交于
      * Implied dependencies on detached plugins were not being marked optional despite being listed in optionalDependencies, confusing the calculation of optionalDependents in resolveDependentPlugins.
      
      * Javadoc improvements based on code exploration.
      
      * [JENKINS-33843] Do not consider optional dependencies for purposes of disabling plugins.
      
      * PluginManagerInstalledGUITest updated to reflect new behavior.
      0f73231f
    • O
      Merge pull request #4066 from jglick/quiet-JENKINS-57993 · dcc395b8
      Oleg Nenashev 提交于
      [JENKINS-57993] Avoid printing stack traces for some common agent conditions
      dcc395b8
  17. 14 6月, 2019 6 次提交
  18. 13 6月, 2019 1 次提交