Registry / config / xbean-spring

xbean-spring

JSON →
library3.11.1javamavenunverified

XBean Spring provides a schema-driven namespace handler for Spring XML contexts, enabling custom XML configuration elements.

<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> <version>3.11.1</version> </dependency>
INSTALL
IMPORT
SIG · XBEAN-SPRING
X
xbean-spring
configjavav3.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XBeanNamespaceHandler
org.apache.xbean.spring.context.XBeanNamespaceHandler

Register a custom namespace handler using XBean Spring.

import org.apache.xbean.spring.context.XBeanNamespaceHandler; import org.springframework.beans.factory.xml.NamespaceHandlerSupport; public class MyNamespaceHandler extends NamespaceHandlerSupport { @Override public void init() { registerBeanDefinitionParser("myElement", new XBeanNamespaceHandler()); } }
Debug
Known issues
breakingXBean Spring is tightly coupled with Spring 3.x/4.x; may not work with Spring 5+ without compatibility layer.
fix
Use Spring 4.x or add compatibility adapter for Spring 5+.
affects: *
Upgrade
Version history
3.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
xbean-spring — mvn dependency:get xbean-spring · libregistry