Juergen Hoeller
3f48c71c77
Backported recent Jaxb2Marshaller changes
...
Issue: SPR-9152
2012-08-28 19:41:39 +02:00
Juergen Hoeller
100fa178dd
XStreamMarshaller should convert XStream StreamException to Spring exception in case of unmarshalling an empty stream.
...
Issue: SPR-9536
2012-06-28 17:43:39 +02:00
Arjen Poutsma
79f32c7f33
SPR-8986 Add the ability to Scan Packages for JAXB Marshalling
...
Jaxb2Marshaller now has the capability to scan for classes annotated with JAXB2 annotations.
2012-01-20 16:25:33 +01:00
Arjen Poutsma
ab6a7e8e74
Polishing
2012-01-11 11:48:20 +01:00
Chris Beams
88913f2b23
Convert CRLF (dos) to LF (unix)
...
Prior to this change, roughly 5% (~300 out of 6000+) of files under the
source tree had CRLF line endings as opposed to the majority which have
LF endings.
This change normalizes these files to LF for consistency going forward.
Command used:
$ git ls-files | xargs file | grep CRLF | cut -d":" -f1 | xargs dos2unix
Issue: SPR-5608
2011-12-21 14:52:47 +01:00
Juergen Hoeller
d8e640d708
polishing
2011-12-11 22:07:12 +00:00
Arjen Poutsma
29e969039d
SPR-8349 - Ability to specify ResourceResolver property for SchemaFactory in Jaxb2Marshaller
2011-12-07 00:56:03 +00:00
Arjen Poutsma
680f9692c8
SPR-8341 - Spring OXM CastorMarshaller unmarshalling methods
2011-06-15 11:09:58 +00:00
Arjen Poutsma
352d61bef2
Javadoc
2011-06-15 10:37:58 +00:00
Arjen Poutsma
9765fefeac
SPR-8309 - Spring OXM schema improvement for CastorMarshaller
2011-06-14 13:46:32 +00:00
Arjen Poutsma
01d2082090
SPR-7931 - Checking for @XmlRootElement annotation should be made optional in Jaxb2Marshaller
2011-06-14 09:46:18 +00:00
Arjen Poutsma
60aa598c03
SPR-8296 - Extension for CastorMarshaller - additional unmarshaller properties
2011-05-19 14:01:35 +00:00
Arjen Poutsma
dd8a9cce05
SPR-8295 - Extension for CastorMarshaller - additional marshaller properties
2011-05-19 13:34:36 +00:00
Arjen Poutsma
fa4f90e648
SPR-7805 - Add support for package binding in the JibxMashaller
2011-04-04 08:50:15 +00:00
Chris Beams
2f7c2230f0
Include license.txt and notice.txt in module JARs
2011-02-09 06:56:40 +00:00
Chris Beams
f480333d31
Merge 3.1.0 development branch into trunk
...
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from trunk.
2010-10-25 19:48:20 +00:00
Arjen Poutsma
043ec2c8b2
SPR-7636 - XStreamMarshaller - Add support for configuring XStream with aliases by class (type) and also defining multiple attributes for the same class.
2010-10-12 11:55:29 +00:00
Juergen Hoeller
5e5a8a09cf
Jaxb2Marshaller's "marshallerProperties" Map accepts any value type (SPR-7292)
2010-06-20 18:28:07 +00:00
Arjen Poutsma
723f94fd0e
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
2010-06-09 10:35:41 +00:00
Arjen Poutsma
f72c431e8a
SPR-7257 - AbstractMarshaller incorrectly expects DOMResult to already have a node
2010-06-07 13:15:07 +00:00
Arjen Poutsma
f836601e0f
SPR-7034 - XmlBeans UnMarshalling - does not work with RequestBody annotation
2010-03-25 11:52:32 +00:00
Arjen Poutsma
ac9a625ccc
SPR-6939 - XStreamMarshaller + JsonHierarchicalStreamDriver + JsonWriter.DROP_ROOT_MODE produce empty output
2010-03-09 09:53:51 +00:00
Arjen Poutsma
894875ce8d
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
2010-03-02 12:49:31 +00:00
Arjen Poutsma
9d1c3fa9ac
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
2010-03-02 11:56:22 +00:00
Arjen Poutsma
58f63f6142
Improved Jaxb2Marshaller.supports()
2010-02-16 14:13:18 +00:00
Arjen Poutsma
b1e2a2ec3c
SPR-6577 - MarshallingView auto detect model with Jaxb2Marshaller chooses the wrong object
2010-01-27 10:52:08 +00:00
Costin Leau
fbee526a40
+ add oxm.xsd namespace alias
2009-11-26 15:44:29 +00:00
Arjen Poutsma
211e36c249
SPR-6371 - Jaxb2Marshaller should use AnnotationUtils
2009-11-18 14:02:29 +00:00
Arjen Poutsma
bee051ece6
SWS-572
2009-11-12 16:09:08 +00:00
Arjen Poutsma
157a87e910
SPR-6003 - Improve CastorMarshaller support for loading class descriptors
2009-08-27 09:05:36 +00:00
Arjen Poutsma
5c2d63745f
SPR-6037 - Ability to configure a XStream subclass on XStreamMarshaller
2009-08-26 09:36:50 +00:00
Arjen Poutsma
839e94618d
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
2009-08-17 08:50:41 +00:00
Christian Dupuis
a4bbd9abda
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
2009-07-22 14:06:44 +00:00
Arjen Poutsma
3169d428ec
SPR-5760 - XStreamMarshaller can not activate XStream automatic annotations detection feature
2009-06-19 13:57:03 +00:00
Arjen Poutsma
c2e65baa70
SPR-5838 - XstreamMarshaller does not support field aliasing
2009-06-19 13:51:59 +00:00
Arjen Poutsma
58d3e704bf
SPR-5745 - Support lazy initialization within Jaxb2 OXM classes
2009-06-11 09:20:29 +00:00
Arjen Poutsma
e013ed0685
SPR-5523: JAXB2 is using package-info.java now as well.
2009-06-02 08:56:39 +00:00
Arjen Poutsma
374afccadc
SPR-5523: JAXB2 is using package-info.java now as well.
2009-06-02 08:56:07 +00:00
Chris Beams
ca65dbae39
Fixing build breakage by removing oxm.jaxb package-info.java and replacing it with the old package.html. The problem was that the new package-info.java was ending up overriding a generated package-info.java that contains important @XmlSource annotations.
2009-06-02 05:02:10 +00:00
Chris Beams
a9696c7282
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
...
* Applied patch submitted by Carlos Zuniga
2009-06-01 04:14:22 +00:00
Christian Dupuis
cc5747ad14
added restriction tool annotation to oxm namespace
2009-05-26 20:01:17 +00:00
Christian Dupuis
6cc33fc609
added spring.tooling descriptor and images for all namespaces
2009-05-26 11:58:09 +00:00
Arjen Poutsma
9cbc1d502d
SPR-5746 - Allow XStreamMarshaller subclasses to customise XStream object
2009-05-12 08:41:09 +00:00
Arjen Poutsma
c1667687d5
SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller
2009-04-22 12:08:57 +00:00
Arjen Poutsma
03f3bf09d6
SPR-5449: XStreamMarshaller.setImplicitCollection(Map) is insufficient
2009-03-02 11:19:26 +00:00
Arjen Poutsma
d83b601de0
Javadoc
2009-02-25 11:18:20 +00:00
Juergen Hoeller
555fa3b4c8
revised OXM package: no provider-specific exceptions anymore, etc
2009-02-25 00:28:15 +00:00
Arjen Poutsma
e966fd9605
- Removed GenericMarshaller & GenericUnmarshaller
...
- Made Marshaller and Unmarshaller generic
2009-01-12 16:43:52 +00:00
Arjen Poutsma
fc06f9ba72
OXM is nearing completion
2009-01-09 12:48:19 +00:00
Arjen Poutsma
6ba9ad8116
Added @Override
2009-01-06 11:19:19 +00:00