Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 52acfa962fcd118fe8a75bc9a80719a71485f743
https://github.com/jenkinsci/jenkins/commit/52acfa962fcd118fe8a75bc9a80719a71485f743
Author: Basil Crow <[email protected]>
Date: 2021-05-16 (Sun, 16 May 2021)
Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/cli/CLICommand.java
M core/src/main/java/hudson/cli/Connection.java
M core/src/main/java/hudson/lifecycle/Lifecycle.java
M core/src/main/java/hudson/model/ComputerSet.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/util/DescribableList.java
M core/src/main/java/hudson/util/PersistedList.java
M core/src/main/java/jenkins/ClassLoaderReflectionToolkit.java
M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
M core/src/main/java/jenkins/util/AntWithFindResourceClassLoader.java
M core/src/test/java/hudson/util/SubClassGeneratorTest.java
M test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
Log Message:
-----------
Remove usages of deprecated (in Java 9 and above) `Class#newInstance` (#5483)
* Remove usages of deprecated (in Java 9 and above) `Class#newInstance`
* Improve catching of InvocationTargetException
* Use AssertionError where appropriate
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/10fab8-52acfa%40github.com.