Skip to content

Commit 61ae929

Browse files
committed
Polish "Document default value change for proxy-target-class"
Closes gh-10134
1 parent e86d0f3 commit 61ae929

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@
114114
{
115115
"name": "spring.aop.proxy-target-class",
116116
"type": "java.lang.Boolean",
117-
"description": "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false).",
118-
"defaultValue": false
117+
"description": "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false). Defaults to \"true\" when using Spring Transaction Management, otherwise \"false\"."
119118
},
120119
{
121120
"name": "spring.application.admin.enabled",

0 commit comments

Comments
 (0)