File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
java/org/springframework/oxm
resources/org/springframework/oxm/config Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2017 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.
23
23
*
24
24
* @author Juergen Hoeller
25
25
* @since 3.0
26
+ * @deprecated as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
26
27
*/
28
+ @ Deprecated
27
29
@ SuppressWarnings ("serial" )
28
30
public class CastorMappingException extends XmlMappingException {
29
31
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2014 the original author or authors.
2
+ * Copyright 2002-2017 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.
72
72
* can only be used to unmarshal XML that represents that specific class. If you want to unmarshal
73
73
* multiple classes, you have to provide a mapping file using {@code setMappingLocations}.
74
74
*
75
- * <p>Due to limitations of Castor's API, it is required to set the encoding used for
76
- * writing to output streams. It defaults to {@code UTF-8}.
75
+ * <p>Due to limitations of Castor's API, it is required to set the encoding used for writing
76
+ * to output streams. It defaults to {@code UTF-8}.
77
77
*
78
78
* @author Arjen Poutsma
79
79
* @author Jakub Narloch
84
84
* @see #setTargetPackages(String[])
85
85
* @see #setMappingLocation(Resource)
86
86
* @see #setMappingLocations(Resource[])
87
+ * @deprecated as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
87
88
*/
89
+ @ Deprecated
88
90
public class CastorMarshaller extends AbstractMarshaller implements InitializingBean , BeanClassLoaderAware {
89
91
90
92
/**
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2017 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 Jakub Narloch
27
27
* @since 3.1
28
+ * @deprecated as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
28
29
*/
29
- public class CastorMarshallerBeanDefinitionParser extends AbstractSimpleBeanDefinitionParser {
30
+ @ Deprecated
31
+ class CastorMarshallerBeanDefinitionParser extends AbstractSimpleBeanDefinitionParser {
30
32
31
33
@ Override
32
34
protected String getBeanClassName (Element element ) {
Original file line number Diff line number Diff line change 85
85
<xsd : annotation >
86
86
<xsd : documentation
87
87
source=" java:org.springframework.oxm.castor.CastorMarshaller" >
88
- Defines a Castor Marshaller.
88
+ Defines a Castor Marshaller. Deprecated as of Spring Framework 4.3.13!
89
89
</xsd : documentation >
90
90
<xsd : appinfo >
91
91
<tool : annotation >
You can’t perform that action at this time.
0 commit comments