Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED JENKINS-39290] A debug flag to disable NIO #123

Merged
merged 5 commits into from
Oct 27, 2016
Merged

Commits on Oct 21, 2016

  1. A debug flag to disable NIO

    To further isolate problems during remote trouble-shooting of remoting,
    define a switch to bypass NIO and use classic blocking I/O transport.
    
    Ample warning to prevent accidental dependencies from other Java code.
    kohsuke committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    633eb55 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Adding custom access modifier by request of Oleg

    This is too draconian to my taste and @deprecated is sufficient as a
    warning, but whatever.
    kohsuke committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    679fa03 View commit details
    Browse the repository at this point in the history
  2. Doc addition

    kohsuke committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    682ee44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1c0ca View commit details
    Browse the repository at this point in the history
  4. Removed a field and instead check system property for each call

    This is not a hot path, so this is OK.
    kohsuke committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    678d9e9 View commit details
    Browse the repository at this point in the history