Juergen Hoeller
1b2dc3638f
Revisit Assert to avoid single-arg assert methods (with refined messages)
...
Issue: SPR-15196
8 years ago
Juergen Hoeller
1cb381e9a7
Consistent deprecation markers on JDK 9
8 years ago
Sam Brannen
9ed66bf2eb
Clean up warnings across code base
8 years ago
Juergen Hoeller
82c1c859d9
Polishing
...
(cherry picked from commit 9cb4de8
)
8 years ago
Juergen Hoeller
cf6a5835cc
Polishing
8 years ago
Juergen Hoeller
59a24b406a
Polishing
8 years ago
Juergen Hoeller
3ab86c10c9
Polishing
8 years ago
Juergen Hoeller
01110f678d
Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level
...
This commit also drops the now-unused CUSTOM_COMPILATION test group and the outdated JavaVersion class.
Issue: SPR-10423
8 years ago
Marius Grama
3635c9dbfe
Update xmlunit library to version 2.1.0
...
xmlunit 2.1.0 is the latest release for xmlunit.
Most of the xmlunit functionality used within spring-framework
was done through the xmlunit 1.x helper class
`org.custommonkey.xmlunit.XMLAssert`.
As of xmlunit 2.0.0 most of the XML comparison methods are done
through hamcrest matchers exposed by the xmlunit-matchers
library. In some cases during the migration, the matchers
had to be customized with custom `NodeMatcher` or
`DifferenceEvaluator` instances in order to keep the assertions
correct (they were performed with xmlunit 1.x previously).
Issue: SPR-14043
8 years ago
Juergen Hoeller
88fcd0a2ed
Framework build compatible with JDK 9 (tests running against java.base module)
...
Issue: SPR-13344
8 years ago
Juergen Hoeller
aaac199e8b
Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate
...
Issue: SPR-14486
8 years ago
Juergen Hoeller
c43e7497c1
Fixed typo: "occured"->"occurred"
8 years ago
Juergen Hoeller
bc2c22d51e
Streamline XML namespace support towards unversioned schemas
...
This commit also removes support code for outdated options which were only available in older schema versions.
Issue: SPR-13499
8 years ago
Sam Brannen
1391248ea6
Introduce log4j 2 for Spring's test suite
...
This commit adds a test runtime dependency on log4j 2 for every project
and migrates all log4j.properties files to log4j2-test.xml files.
Issue: SPR-14431
8 years ago
Stephane Nicoll
00d2606b00
Explicit type can be replaced by <>
...
Issue: SPR-13188
8 years ago
Juergen Hoeller
d0aa607200
Remove XMLBeans support
...
Issue: SPR-13796
8 years ago
Juergen Hoeller
f61b998447
AbstractMarshaller defensively uses DocumentBuilderFactory within synchronized block
...
Issue: SPR-13935
9 years ago
Juergen Hoeller
8ce5e88c66
Require Jackson 2.6+, FreeMarker 2.3.21+, XStream 1.4.5+
...
Issue: SPR-13062
9 years ago
Stephane Nicoll
752d3c715a
Initiate structure for 4.3 XSDs
9 years ago
Juergen Hoeller
11806b9215
Class identity comparisons wherever possible (and further polishing)
...
Issue: SPR-12926
9 years ago
Johnny Lim
2defb6555e
Fix broken Javadoc related to `<` and `>`
9 years ago
Sam Brannen
d5ee787e1e
Migrate JUnit 3 tests to JUnit 4
...
This commit migrates all remaining tests from JUnit 3 to JUnit 4, with
the exception of Spring's legacy JUnit 3.8 based testing framework that
is still in use in the spring-orm module.
Issue: SPR-13514
9 years ago
Juergen Hoeller
b9d7913407
Deprecate XmlBeans support (following the XMLBeans retirement at Apache)
...
Issue: SPR-13399
9 years ago
Juergen Hoeller
5e9a96817b
Completely remove JdkVersion check from Jaxb2Marshaller
...
Issue: SPR-13312
9 years ago
Sam Brannen
27e9db8c8c
Fix regression in Jaxb2Marshaller regarding JdkVersion
...
Issue: SPR-13312
9 years ago
Juergen Hoeller
bec3b0fa1a
Deprecate JdkVersion (for optimistic compatibility with newer JDK generations)
...
Issue: SPR-13312
9 years ago
Stephane Nicoll
a3f39d5257
Add missing 4.2 XSDs
...
Issue: SPR-13300
9 years ago
Juergen Hoeller
18c4671318
JAXB scan skips annotated interfaces
...
Issue: SPR-13221
9 years ago
Juergen Hoeller
0411435bac
XML parsing tests pass on non-English locales now, plus a revised exception message and some minor polishing
...
Issue: SPR-13136
(cherry picked from commit 38b8262e1e
)
10 years ago
Rossen Stoyanchev
d79ec68db4
Disable DTD when parsing untrusted XML input
...
Issue: SPR-13136
10 years ago
Sam Brannen
6c530b7bfb
Delete trailing whitespace in XML files
10 years ago
Stephane Nicoll
95acf8c989
Remove references to codehaus.org
...
Issue: SPR-13129
10 years ago
Juergen Hoeller
b4095c3e1d
Class identity comparisons wherever possible
...
Issue: SPR-12926
10 years ago
Juergen Hoeller
5bdc8d269b
Polishing
...
(cherry picked from commit f933941
)
10 years ago
Juergen Hoeller
b541fc9366
Polishing
10 years ago
Juergen Hoeller
9ac02b319d
Remove pre-3.2 deprecated classes and methods
...
Issue: SPR-12578
10 years ago
Juergen Hoeller
ad2d5952c6
XmlOptionsFactoryBean initializes empty XmlOptions by default and uses efficient entrySet iteration
...
Issue: SPR-12383
10 years ago
Juergen Hoeller
8325b10080
Consistent formatting of license headers, package javadocs, and import declarations
10 years ago
Juergen Hoeller
ad475ffadf
Consistent vararg declarations for String array setters
10 years ago
Stephane Nicoll
dd2bf28a4f
Add missing XSDs
...
Commit b676c41805
should have added the 4.1 XSDs for the jdbc and oxm
modules.
Issue: SPR-12011
10 years ago
Juergen Hoeller
6fef8b996c
Polishing
11 years ago
Rossen Stoyanchev
8e096aeef5
Disable URL resolution in DTD declarations
...
Issue: SPR-11768
11 years ago
Juergen Hoeller
6f2e61b19f
Polishing
...
(cherry picked from commit c97c246
)
11 years ago
Juergen Hoeller
63733c4805
AbstractMarshaller avoids SAXSource workaround when processExternalEntities=true
...
Issue: SPR-11737
(cherry picked from commit 93d13cf
)
(cherry picked from commit 4196e6c
)
11 years ago
Stephane Nicoll
5559209233
Remove useless imports
11 years ago
Juergen Hoeller
f5cce14fe7
XStreamMarshaller supports custom NameCoder strategy
...
Issue: SPR-11702
11 years ago
Juergen Hoeller
196cdef182
AbstractMarshaller uses general exception message in extracted buildDocument() method
...
Issue: SPR-11635
(cherry picked from commit f7a17ad
)
11 years ago
Juergen Hoeller
d4b0ae9787
AbstractMarshaller pre-implements getDefaultEncoding() method
...
Issue: SPR-11635
11 years ago
Juergen Hoeller
8f28a9352e
XStreamMarshaller lazily creates fallback XppDriver
...
Issue: SPR-11635
11 years ago
Arjen Poutsma
f2f355e76c
Improved StAX<->SAX bridge
...
Improved the SAX to StAX (and vice-versa) bridge exposed via StaxUtils.
The old integration had some issues with namespace declaration
attributes, brought to light in a XMLUnit upgrade.
Issue: SPR-11549
11 years ago