Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: c186279ee8a671c09afb322d2f75ec9166e64fa3
      
https://github.com/jenkinsci/remoting/commit/c186279ee8a671c09afb322d2f75ec9166e64fa3
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/remoting/nio/NioChannelHub.java

  Log Message:
  -----------
  [JENKINS-37566] - Suppress issue with non-serializable inner classes in 
NioChannelHub (#231)

* [JENKINS-37566] - Supress issue with non-serializable inner classes in 
NioChannelHub.

The wrapper may decrease the performance a bit, but NioChannelHub is not being 
used in JNLP4 anyway.
Ideally submissions should not use the selector tasks queue in such lame way, 
but it’s risky to change it to another executor service.

* [JENKINS-37566] - Address comments from @stephenc and @rysteboe

* [JENKINS-37566] Do not even try to serialize CallableRemotingWrapper as 
@stephenc suggests


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to