Also ignore the upcoming Jakarta classes

I was working on moving Bean Validation to a "jakarta." package and
stumbled upon this one. Let's prepare for it because there's a good
chance we will miss that one.
This commit is contained in:
Guillaume Smet
2020-02-03 16:47:34 +01:00
parent 7436effa69
commit 4860f7fc4a

View File

@@ -34,6 +34,7 @@ public class ReflectionAgent {
if (className.startsWith("io/quarkus/agent")
|| className.startsWith("java/")
|| className.startsWith("javax/")
|| className.startsWith("jakarta/")
|| className.startsWith("jdk/")
|| className.startsWith("sun/")
|| className.startsWith("org/jboss/log")) {