Skip to content

Commit 3c8724b

Browse files
committed
Remove JiBX support
Closes gh-27425
1 parent b7b078d commit 3c8724b

File tree

8 files changed

+1
-824
lines changed

8 files changed

+1
-824
lines changed

spring-oxm/src/main/java/org/springframework/oxm/config/JibxMarshallerBeanDefinitionParser.java

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

spring-oxm/src/main/java/org/springframework/oxm/config/OxmNamespaceHandler.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2021 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.
@@ -28,10 +28,8 @@
2828
public class OxmNamespaceHandler extends NamespaceHandlerSupport {
2929

3030
@Override
31-
@SuppressWarnings("deprecation")
3231
public void init() {
3332
registerBeanDefinitionParser("jaxb2-marshaller", new Jaxb2MarshallerBeanDefinitionParser());
34-
registerBeanDefinitionParser("jibx-marshaller", new JibxMarshallerBeanDefinitionParser());
3533
}
3634

3735
}

0 commit comments

Comments
 (0)