Skip to content

Commit 54fbce4

Browse files
committed
GH-9683: Remove deprecated Groovy components for Control Bus
Related to: #9683 The functionality is now fully covered by the `ControlBusCommandRegistry` API
1 parent d9f21fe commit 54fbce4

File tree

5 files changed

+1
-407
lines changed

5 files changed

+1
-407
lines changed

spring-integration-groovy/src/main/java/org/springframework/integration/groovy/GroovyCommandMessageProcessor.java

Lines changed: 0 additions & 160 deletions
This file was deleted.

spring-integration-groovy/src/main/java/org/springframework/integration/groovy/config/GroovyControlBusFactoryBean.java

Lines changed: 0 additions & 158 deletions
This file was deleted.

spring-integration-groovy/src/main/java/org/springframework/integration/groovy/config/GroovyControlBusParser.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

spring-integration-groovy/src/main/java/org/springframework/integration/groovy/config/GroovyNamespaceHandler.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,10 +26,8 @@
2626
*/
2727
public class GroovyNamespaceHandler extends AbstractIntegrationNamespaceHandler {
2828

29-
@SuppressWarnings("removal")
3029
public void init() {
3130
registerBeanDefinitionParser("script", new GroovyScriptParser());
32-
registerBeanDefinitionParser("control-bus", new GroovyControlBusParser());
3331
}
3432

3533
}

0 commit comments

Comments
 (0)