From 648b0348bcf93abc9db526909371af5d73fc7ca7 Mon Sep 17 00:00:00 2001 From: lichtin Date: Fri, 10 Jul 2026 06:44:50 +0200 Subject: [PATCH] #2201 Update spring.schemas to include missing 'spring-beans.xsd' mapping (#2202) --- activemq-spring/src/main/resources/META-INF/spring.schemas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activemq-spring/src/main/resources/META-INF/spring.schemas b/activemq-spring/src/main/resources/META-INF/spring.schemas index f02f2aee30e..dc834fed6be 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -33,3 +33,5 @@ http\://activemq.apache.org/schema/core/activemq-core-6.2.8.xsd=activemq.xsd http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd + +http\://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans.xsd