You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Get Spring Graal @AutomaticFeature](#get-spring-graal-automaticfeature)
41
41
*[Set start-class element in pom.xml](#set-start-class-element-in-pomxml)
@@ -303,9 +303,9 @@ The `@AutomaticFeature` will additionally chase down imported annotated classes
303
303
And as resource files like `application.properties` also need to be registered at build time, the Feature covers those too.
304
304
305
305
306
-
### Disable usage of GCLIB proxies
306
+
### Disable usage of CGLIB proxies
307
307
308
-
With Spring Boot 2.2 GCLIB proxies are no longer necessary - it introduces the new `proxyBeanMethods` option to avoid GCLIB processing. Let's have a look at our [SpringBootHelloApplication.java](src/main/java/io/jonashackt/springbootgraal/SpringBootHelloApplication.java):
308
+
With Spring Boot 2.2 CGLIB proxies are no longer necessary - it introduces the new `proxyBeanMethods` option to avoid CGLIB processing. Let's have a look at our [SpringBootHelloApplication.java](src/main/java/io/jonashackt/springbootgraal/SpringBootHelloApplication.java):
0 commit comments