Authorization working

This commit is contained in:
2025-02-22 16:54:37 -05:00
parent 96419f0077
commit 02c615ee0c
47 changed files with 1894 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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