We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99006d commit c139ce0Copy full SHA for c139ce0
src/test/java/com/fasterxml/jackson/databind/interop/IllegalTypesCheckTest.java
@@ -79,7 +79,11 @@ public void testJDKTypes1737() throws Exception
79
public void testJDKTypes1855() throws Exception
80
{
81
// apparently included by JDK?
82
+ // 05-Mar-2019, tatu: may or may not be included; but breaks tests for Java 11.
83
+ // Also not sure if it ever was widely included so...
84
+ /*
85
_testIllegalType("com.sun.org.apache.bcel.internal.util.ClassLoader");
86
+ */
87
88
// also: we can try some form of testing, even if bit contrived...
89
_testIllegalType(BogusPointcutAdvisor.class);
0 commit comments