Commit 11acb48
Fix PluginWrapper bug and cleanup Javadoc placeholders (#25984)
* Fix synchronization, PluginWrapper bug, and cleanup Javadoc
- Fix inconsistent synchronization in Fingerprint.java on 'usages' field by synchronizing on 'this'.
- Fix logic bug in PluginWrapper.java where setOptionalDependants passed incorrect field instead of parameter.
- Replace Boolean.getBoolean with SystemProperties.getBoolean in Jenkins.java and JnlpSlaveRestarterInstaller.java for best practices.
- Update placeholder version numbers (@deprecated and @SInCE) in StreamTaskListener, StreamBuildListener, and JNLPLauncher.
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
* Update core/src/main/java/hudson/model/StreamBuildListener.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* Update core/src/main/java/hudson/slaves/JNLPLauncher.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* Update core/src/main/java/hudson/util/StreamTaskListener.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* Update core/src/main/java/jenkins/model/Jenkins.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* Update core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* Update Fingerprint.java
* Revert JnlpSlaveRestarterInstaller SystemProperties change per reviewer feedback
---------
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>1 parent 84498e2 commit 11acb48
File tree
4 files changed
+5
-5
lines changed- core/src/main/java/hudson
- model
- slaves
- util
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments