Skip to content

Instantly share code, notes, and snippets.

View afischer-opentext-com's full-sized avatar

Alexander Fischer afischer-opentext-com

View GitHub Profile
@afischer-opentext-com
afischer-opentext-com / saltstack_issue_39420_salt_3004.patch
Last active March 22, 2022 09:07
saltstack_issue_39420_salt_3004
diff --git a/salt/config/__init__.py b/salt/config/__init__.py
index 97a7fce2f0..1c1b82471e 100644
--- a/salt/config/__init__.py
+++ b/salt/config/__init__.py
@@ -532,6 +532,8 @@ VALID_OPTS = immutabletypes.freeze(
# could conceivably be loaded as non-string types, which is OK because
# git_pillar will normalize them to strings. But rather than include all the
# possible types they could be, we'll just skip type-checking.
+ "git_pillar_saltenv_whitelist": list,
+ "git_pillar_saltenv_blacklist": list,
@afischer-opentext-com
afischer-opentext-com / gist:0bc1c2248796e4af9c276eee3211e119
Created December 13, 2018 11:08
jruby issue #5509 - JRuby 9.2.5.0
TypeError: illegal access on 'hasNext': class org.jruby.javasupport.JavaMethod (in module org.jruby.dist) cannot access class com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.impl to module org.jruby.dist
getStackTrace at java/lang/Thread.java:1606
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:243
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:44
prepareBacktrace at org/jruby/RubyException.java:388
preRaise at org/jruby/exceptions/RaiseException.java:127
preRaise at org/jruby/exceptions/RaiseException.java:94
<init> at org/jruby/exceptions/RaiseException.java:60
<init> at org/jruby/exceptions/Exception.java:38
<init> at org/jruby/exceptions/StandardError.j
@afischer-opentext-com
afischer-opentext-com / gist:6346feb597d72c7ba6f8efd7a5d106ef
Created December 13, 2018 11:07
jruby issue #5509 - JRuby 9.2.4.1
TypeError: illegal access on 'hasNext': class org.jruby.javasupport.JavaMethod (in module org.jruby.dist) cannot access class com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.impl to module org.jruby.dist
getStackTrace at java/lang/Thread.java:1606
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:243
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:44
prepareBacktrace at org/jruby/RubyException.java:388
preRaise at org/jruby/exceptions/RaiseException.java:127
preRaise at org/jruby/exceptions/RaiseException.java:94
<init> at org/jruby/exceptions/RaiseException.java:60
<init> at org/jruby/exceptions/Exception.java:38
<init> at org/jruby/exceptions/StandardError.j
@afischer-opentext-com
afischer-opentext-com / gist:a1f14db32c30b03f85ee07d4ac3bfac4
Created December 13, 2018 11:06
jruby issue #5509 - JRuby 9.2.4.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
1
4
1
4
2