File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-messaging/src/main/java/org/springframework/messaging/handler Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies {
128
128
api(" org.hamcrest:hamcrest:2.2" )
129
129
api(" org.hibernate:hibernate-core-jakarta:5.6.15.Final" )
130
130
api(" org.hibernate:hibernate-validator:7.0.5.Final" )
131
- api(" org.hsqldb:hsqldb:2.7.1 " )
131
+ api(" org.hsqldb:hsqldb:2.7.2 " )
132
132
api(" org.javamoney:moneta:1.4.2" )
133
133
api(" org.jruby:jruby:9.4.3.0" )
134
134
api(" org.junit.support:testng-engine:1.0.4" )
@@ -142,7 +142,7 @@ dependencies {
142
142
api(" org.slf4j:slf4j-api:2.0.7" )
143
143
api(" org.testng:testng:7.8.0" )
144
144
api(" org.webjars:underscorejs:1.8.3" )
145
- api(" org.webjars:webjars-locator-core:0.52 " )
145
+ api(" org.webjars:webjars-locator-core:0.53 " )
146
146
api(" org.xmlunit:xmlunit-assertj:2.9.1" )
147
147
api(" org.xmlunit:xmlunit-matchers:2.9.1" )
148
148
api(" org.yaml:snakeyaml:2.0" )
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public HandlerMethod createWithResolvedBean() {
189
189
* Return a short representation of this handler method for log message purposes.
190
190
*/
191
191
public String getShortLogMessage () {
192
- return getBeanType ().getName () + "#" + getMethod ().getName () +
192
+ return getBeanType ().getSimpleName () + "#" + getMethod ().getName () +
193
193
"[" + getMethod ().getParameterCount () + " args]" ;
194
194
}
195
195
You can’t perform that action at this time.
0 commit comments