File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
java/org/springframework/oxm
resources/org/springframework/oxm/config
test/java/org/springframework/oxm/jibx Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
25
25
*
26
26
* @author Arjen Poutsma
27
27
* @since 3.0
28
+ * @deprecated as of Spring Framework 5.1.5, due to the lack of activity on the JiBX project
28
29
*/
30
+ @ Deprecated
29
31
class JibxMarshallerBeanDefinitionParser extends AbstractSimpleBeanDefinitionParser {
30
32
31
33
@ Override
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
81
81
* @since 3.0
82
82
* @see org.jibx.runtime.IMarshallingContext
83
83
* @see org.jibx.runtime.IUnmarshallingContext
84
+ * @deprecated as of Spring Framework 5.1.5, due to the lack of activity on the JiBX project
84
85
*/
86
+ @ Deprecated
85
87
public class JibxMarshaller extends AbstractMarshaller implements InitializingBean {
86
88
87
89
private static final String DEFAULT_BINDING_NAME = "binding" ;
Original file line number Diff line number Diff line change 50
50
<xsd : complexType >
51
51
<xsd : annotation >
52
52
<xsd : documentation source =" java:org.springframework.oxm.jibx.JibxMarshaller" >
53
- Defines a JiBX Marshaller.
53
+ Defines a JiBX Marshaller. Deprecated as of Spring Framework 5.1.5!
54
54
</xsd : documentation >
55
55
<xsd : appinfo >
56
56
<tool : annotation >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
26
26
import org .springframework .oxm .AbstractMarshallerTests ;
27
27
28
28
import static org .junit .Assert .*;
29
- import static org .xmlunit .matchers .CompareMatcher .* ;
29
+ import static org .xmlunit .matchers .CompareMatcher .isSimilarTo ;
30
30
31
31
/**
32
32
* NOTE: These tests fail under Eclipse/IDEA because JiBX binding does not occur by
35
35
* @author Arjen Poutsma
36
36
* @author Sam Brannen
37
37
*/
38
+ @ Deprecated
38
39
public class JibxMarshallerTests extends AbstractMarshallerTests <JibxMarshaller > {
39
40
40
41
@ BeforeClass
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
34
34
* @author Arjen Poutsma
35
35
* @author Sam Brannen
36
36
*/
37
+ @ Deprecated
37
38
public class JibxUnmarshallerTests extends AbstractUnmarshallerTests <JibxMarshaller > {
38
39
39
40
protected static final String INPUT_STRING_WITH_SPECIAL_CHARACTERS =
You can’t perform that action at this time.
0 commit comments