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

[JENKINS-50616] - Add org.jruby.RubyNil to the whitelist #3404

Merged
merged 2 commits into from Apr 24, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -174,14 +174,21 @@ org.jenkinsci.jruby.JRubyMapper$DynamicProxy
org.jenkinsci.lib.xtrigger.XTriggerCause
org.jenkinsci.lib.xtrigger.XTriggerCauseAction

# TODO remove (also XStream2.BlacklistedTypesConverter.JRUBY_PROXY) when https://github.com/jenkinsci/ruby-runtime-plugin/pull/5 is widely adopted
# TODO remove (also XStream2.BlacklistedTypesConverter.JRUBY_PROXY) when Ruby Runtime is fixed
# Related PRs:
# - https://github.com/jenkinsci/ruby-runtime-plugin/pull/5,
# - https://github.com/jenkinsci/ruby-runtime-plugin/pull/6
#
# oleg-nenashev in PR#6 we are trying to get help from last maintainers due to the plugin codebase splitbrain.
# It is required to fix JENKINS-50616 in a proper way for 2.107.x
org.jruby.RubyArray
org.jruby.RubyBignum
org.jruby.RubyBoolean
org.jruby.RubyBoolean$False
org.jruby.RubyBoolean$True
org.jruby.RubyFixnum
org.jruby.RubyHash
org.jruby.RubyNil
org.jruby.RubyObject
org.jruby.RubyString
org.jruby.RubySymbol
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.