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.
13 years ago
Arjen Poutsma
ab6a7e8e74
Polishing
13 years ago
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
13 years ago
Chris Beams
e158f61e93
Increment version to 3.1.1.BUILD-SNAPSHOT
13 years ago
Chris Beams
ac107d0c2a
Release Spring Framework 3.1.0.RELEASE
13 years ago
Juergen Hoeller
d8e640d708
polishing
13 years ago
Arjen Poutsma
29e969039d
SPR-8349 - Ability to specify ResourceResolver property for SchemaFactory in Jaxb2Marshaller
13 years ago
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
13 years ago
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
13 years ago
Juergen Hoeller
5521f86f4a
removed unused Servlet dependency
13 years ago
Chris Beams
2aaf14e96f
Update pom and .classpath to reflect Castor upgrade
...
Issue: SPR-8341 SPR-8453
14 years ago
Arjen Poutsma
5c6bd2a1b6
Ignoring test failing on build server, though it works locally. No idea why.
14 years ago
Arjen Poutsma
deca69e374
SPR-8453 - SpringOXM CastorMarshaller tests
14 years ago
Arjen Poutsma
35aa378527
Minor changes
14 years ago
Arjen Poutsma
680f9692c8
SPR-8341 - Spring OXM CastorMarshaller unmarshalling methods
14 years ago
Arjen Poutsma
3b1190121f
SPR-8453 - SpringOXM CastorMarshaller tests
14 years ago
Arjen Poutsma
0346fbc154
Upgrade to Castor 1.3.2
14 years ago
Arjen Poutsma
6d45e1bb12
Upgrade to Castor 1.3.2
14 years ago
Arjen Poutsma
352d61bef2
Javadoc
14 years ago
Arjen Poutsma
9765fefeac
SPR-8309 - Spring OXM schema improvement for CastorMarshaller
14 years ago
Arjen Poutsma
01d2082090
SPR-7931 - Checking for @XmlRootElement annotation should be made optional in Jaxb2Marshaller
14 years ago
Juergen Hoeller
c60511bf04
shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)
14 years ago
Arjen Poutsma
60aa598c03
SPR-8296 - Extension for CastorMarshaller - additional unmarshaller properties
14 years ago
Arjen Poutsma
dd8a9cce05
SPR-8295 - Extension for CastorMarshaller - additional marshaller properties
14 years ago
Arjen Poutsma
fa4f90e648
SPR-7805 - Add support for package binding in the JibxMashaller
14 years ago
Chris Beams
2f7c2230f0
Include license.txt and notice.txt in module JARs
14 years ago
Sam Brannen
b130a36af7
[SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1.
14 years ago
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.
14 years ago
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.
14 years ago
Ben Hale
7730e76c06
Publishing license and notice files
14 years ago
Arjen Poutsma
dbfa049e1e
Prepping for 3.0.5
14 years ago
Juergen Hoeller
5e5a8a09cf
Jaxb2Marshaller's "marshallerProperties" Map accepts any value type (SPR-7292)
15 years ago
Arjen Poutsma
b31c34ed7d
Upgrading version to 3.0.4
15 years ago
Arjen Poutsma
723f94fd0e
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
15 years ago
Arjen Poutsma
f72c431e8a
SPR-7257 - AbstractMarshaller incorrectly expects DOMResult to already have a node
15 years ago
Luke Taylor
27be8434f1
Rolled-back accidental .classpath changes
15 years ago
Luke Taylor
3f885d0302
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
15 years ago
David Syer
eb7f8309e2
Update version in POMs to 3.0.3
15 years ago
Arjen Poutsma
f836601e0f
SPR-7034 - XmlBeans UnMarshalling - does not work with RequestBody annotation
15 years ago
Arjen Poutsma
ac9a625ccc
SPR-6939 - XStreamMarshaller + JsonHierarchicalStreamDriver + JsonWriter.DROP_ROOT_MODE produce empty output
15 years ago
Arjen Poutsma
894875ce8d
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
15 years ago
Arjen Poutsma
9d1c3fa9ac
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
15 years ago
David Syer
1a351db6e0
Update Central POMs to 3.0.2
15 years ago
Costin Leau
8d0bb00188
+ make use or property placeholders inside template.mf
15 years ago
Arjen Poutsma
19cdd558d3
Improved Jaxb2Marshaller.supports()
15 years ago
Arjen Poutsma
58f63f6142
Improved Jaxb2Marshaller.supports()
15 years ago
Costin Leau
0fd4a45070
+ upgrade to AspectJ 1.6.8
...
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
15 years ago
Arjen Poutsma
b1e2a2ec3c
SPR-6577 - MarshallingView auto detect model with Jaxb2Marshaller chooses the wrong object
15 years ago
David Syer
b077d5ba97
SPR-6678: fix poms for 3.0.1
15 years ago
David Syer
1202f67cc8
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
15 years ago