Skip to content

Commit 93f3921

Browse files
committed
Polish
1 parent 8d08e81 commit 93f3921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQProperties.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package org.springframework.boot.autoconfigure.jms.activemq;
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties;
20+
import org.springframework.boot.context.properties.DeprecatedConfigurationProperty;
2021

2122
/**
2223
* Configuration properties for ActiveMQ.
@@ -73,6 +74,7 @@ public void setInMemory(boolean inMemory) {
7374
* @deprecated since 1.4 in favor of "spring.activemq.pool.enabled"
7475
*/
7576
@Deprecated
77+
@DeprecatedConfigurationProperty(replacement = "spring.activemq.pool.enabled")
7678
public boolean isPooled() {
7779
return getPool().isEnabled();
7880
}

0 commit comments

Comments
 (0)