Files
RaidBuilderAPI/SpringStuffToIgnoreInExceptions.txt
2025-02-22 16:54:37 -05:00

26 lines
918 B
Plaintext

java.lang.reflect.Method
org.apache.cataline
org.springframework.aop
org.springframework.security
org.springframework.transaction
org.springframework.web
sun.reflect
net.sf.cglib
ByCGLIB
//Thsea re ones I'm removing because I'm not seeing anythign important in them
BySpringCGLIB //Spring impl of CGLIB?
org.springframework.cglib
org.springframework.orm //Spring automagic
org.springframework.dao //Spring automagic
org.springframework.session //Spring automagic
org.springframework.repository //Spring automagic
org.springframework.data //Spring automagic
org.springframework.scheduling //Spring automagic scheduling
org.springframework.beans //Spring automagic beans
org.springframework.boot //Spring Boot automagic
jdk.internal.reflect //Java automagic
sun.proxy //Java automagic
io.netty.util.concurrent //Server framework threading
com.google.common.util.concurrent //Threading
java.util.concurrent //Threading