You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in an embedded use-case (e.g. with jar-dependencies instructed to use the snakeyaml from the parent class-path)
the input stream (for META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.properties) can easily end up as null:
in an embedded use-case (e.g. with jar-dependencies instructed to use the snakeyaml from the parent class-path)
the input stream (for
META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.properties
) can easily end up as null:and extra
!= null
check should be added https://github.com/ruby/psych/blob/master/ext/java/org/jruby/ext/psych/PsychLibrary.java#L57The text was updated successfully, but these errors were encountered: