File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55
55
<!-- Record your changes in the trunk here. -->
56
56
< div id ="trunk " style ="display:none "> <!--=TRUNK-BEGIN=-->
57
57
< ul class =image >
58
- < li class =>
58
+ < li class =bug >
59
+ Channel reader thread can end up consuming 100% CPU
60
+ (< a href ="https://issues.jenkins-ci.org/browse/JENKINS-23471 "> issue 23471</ a > )
61
+ < li class =bug >
62
+ CancelledKeyException can cause all JNLP slaves to disconnect (and the problem remains until restart)
63
+ (< a href ="https://issues.jenkins-ci.org/browse/JENKINS-24050 "> issue 24050</ a > )
59
64
</ ul >
60
65
</ div > <!--=TRUNK-END=-->
61
66
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ THE SOFTWARE.
173
173
<dependency >
174
174
<groupId >org.jenkins-ci.main</groupId >
175
175
<artifactId >remoting</artifactId >
176
- <version >2.44 </version >
176
+ <version >2.45 </version >
177
177
</dependency >
178
178
179
179
<dependency >
You can’t perform that action at this time.
0 commit comments