|
62 | 62 | {"class": "org.springframework.core.annotation.AnnotationFilter$1"},
|
63 | 63 | {"class": "org.springframework.core.annotation.AnnotationFilter$2"},
|
64 | 64 | {"class": "org.springframework.core.annotation.PackagesAnnotationFilter"},
|
65 |
| - {"class": "org.springframework.core.GraalDetector"}, |
| 65 | + {"class": "org.springframework.core.SerializableTypeWrapper"}, |
66 | 66 | {"class": "org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy"},
|
67 | 67 | {"class": "org.springframework.format.annotation.DateTimeFormat$ISO"},
|
68 | 68 | {"class": "org.springframework.http.HttpStatus"},
|
|
72 | 72 | {"class": "org.springframework.util.unit.DataUnit"},
|
73 | 73 | {"class": "org.springframework.util.unit.DataSize"},
|
74 | 74 | {"class": "org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter"},
|
75 |
| - // To avoid XML parsers to be included |
| 75 | + {"class": "org.springframework.core.DefaultParameterNameDiscoverer"}, |
| 76 | + {"class": "org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory"}, |
| 77 | + {"class": "org.springframework.context.annotation.ConfigurationClassPostProcessor"}, |
| 78 | + {"class": "org.springframework.context.annotation.ConfigurationClassEnhancer"}, |
| 79 | + {"class": "org.springframework.aop.framework.DefaultAopProxyFactory"}, |
| 80 | + |
| 81 | + // For SPEL removal |
| 82 | + {"class": "org.springframework.context.support.AbstractApplicationContext" }, |
| 83 | + {"class": "org.springframework.core.SpringProperties" }, |
| 84 | + {"class": "org.springframework.context.event.EventListenerMethodProcessor" }, |
| 85 | + |
| 86 | + // For XML removal |
| 87 | + {"class": "org.springframework.util.DefaultPropertiesPersister" }, |
| 88 | + {"class": "org.springframework.core.io.support.PropertiesLoaderUtils" }, |
| 89 | + {"class": "org.springframework.web.servlet.function.support.RouterFunctionMapping" }, |
| 90 | + {"class": "org.springframework.web.client.RestTemplate" }, |
| 91 | + {"class": "org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver" }, |
| 92 | + {"class": "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport" }, |
| 93 | + {"class": "org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService" }, |
76 | 94 | {"class": "org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration" },
|
77 | 95 | {"class": "org.springframework.http.MediaType" },
|
78 | 96 | {"class": "org.springframework.http.codec.support.BaseDefaultCodecs" },
|
|
82 | 100 | {"class": "org.springframework.util.CollectionUtils" },
|
83 | 101 | {"class": "org.springframework.util.LinkedCaseInsensitiveMap" },
|
84 | 102 | {"class": "org.springframework.util.MimeType" },
|
85 |
| - {"class": "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport" }, |
86 |
| - {"class": "org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService" }, |
87 |
| - {"class": "org.springframework.web.client.RestTemplate" }, |
88 |
| - {"class": "org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter" }, |
89 | 103 | {"class": "org.springframework.beans.factory.xml.XmlBeanDefinitionReader" },
|
90 | 104 | {"class": "org.springframework.util.ReflectionUtils" },
|
| 105 | + {"class": "org.springframework.beans.PropertyEditorRegistrySupport" }, |
| 106 | + {"class": "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter" }, |
| 107 | + {"class": "org.springframework.core.io.support.ResourcePropertiesPersister" }, |
91 | 108 |
|
92 | 109 | // Spring Boot
|
93 | 110 | {"class": "org.springframework.boot.CommandLineRunner"},
|
|
106 | 123 | {"package": "org.jboss.logging"},
|
107 | 124 | {"class": "org.slf4j.spi.LocationAwareLogger"},
|
108 | 125 | {"class": "org.slf4j.Logger"},
|
| 126 | + {"class": "org.apache.commons.logging.LogAdapter"}, |
| 127 | + {"class": "org.apache.commons.logging.LogAdapter$1"}, |
| 128 | + {"class": "org.apache.commons.logging.LogAdapter$Slf4jLocationAwareLog"}, |
109 | 129 |
|
110 | 130 | {"class": "org.slf4j.event.SubstituteLoggingEvent"},
|
111 | 131 | {"class": "org.slf4j.event.EventRecodingLogger"},
|
|
0 commit comments