Skip to content

Commit 57984c5

Browse files
committed
Move package annotation.support.reactive to annotation.reactive
Aligned with invocation.reactive and transaction.reactive packages. Closes gh-22887
1 parent 9eb095d commit 57984c5

14 files changed

+14
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.util.Map;
2020
import java.util.concurrent.ConcurrentHashMap;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import reactor.core.publisher.Mono;
2020

Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.util.Map;
2020

Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.util.List;
2020
import java.util.Map;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.lang.reflect.Method;
2020
import java.util.Map;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.lang.reflect.AnnotatedElement;
2020
import java.lang.reflect.Method;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.lang.annotation.Annotation;
2020
import java.util.ArrayList;
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
@NonNullApi
66
@NonNullFields
7-
package org.springframework.messaging.handler.annotation.support.reactive;
7+
package org.springframework.messaging.handler.annotation.reactive;
88

99
import org.springframework.lang.NonNullApi;
1010
import org.springframework.lang.NonNullFields;

spring-messaging/src/main/java/org/springframework/messaging/rsocket/RSocketMessageHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.lang.Nullable;
2525
import org.springframework.messaging.Message;
2626
import org.springframework.messaging.MessageDeliveryException;
27-
import org.springframework.messaging.handler.annotation.support.reactive.MessageMappingMessageHandler;
27+
import org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler;
2828
import org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandler;
2929
import org.springframework.util.Assert;
3030
import org.springframework.util.StringUtils;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.time.Duration;
2020
import java.util.HashMap;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.time.Duration;
2020
import java.util.List;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.messaging.handler.annotation.support.reactive;
17+
package org.springframework.messaging.handler.annotation.reactive;
1818

1919
import java.time.Duration;
2020
import java.util.Collections;
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.springframework.messaging.handler.annotation.support.reactive;
16+
package org.springframework.messaging.handler.annotation.reactive;
1717

1818
import java.time.Duration;
1919
import java.util.Arrays;
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.springframework.messaging.handler.annotation.support.reactive;
16+
package org.springframework.messaging.handler.annotation.reactive;
1717

1818
import java.nio.charset.StandardCharsets;
1919
import java.time.Duration;

0 commit comments

Comments
 (0)