From a65f97f33c686fd4454031c472866626670b1675 Mon Sep 17 00:00:00 2001 From: lichtin Date: Wed, 8 Jul 2026 20:29:05 +0200 Subject: [PATCH] Update spring.schemas to include missing 'spring-beans.xsd' mapping --- 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