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
f8fd19d2be
Dependency updates for spring-oxm generation tasks
10 years ago
Juergen Hoeller
b541fc9366
Polishing
10 years ago
Juergen Hoeller
ee74fe6c27
Latest dependency updates (HttpClient 4.4, TestNG 6.8.21, SnakeYAML 1.15, FreeMarker 2.3.22, JRuby 1.7.19, JAMon 2.81, JiBX 1.2.6, XMLUnit 1.6, JsonPath 1.2)
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
Juergen Hoeller
dd7f54c3c0
Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase
...
Issue: SPR-11594
11 years ago
Stephane Nicoll
4cd818b9e4
Harmonize log configuration
...
Prior to this commit, the codebase was using a mix of log4j.xml
and log4j.properties for test-related logging configuration. This
can be an issue as log4j takes the xml variant first when looking
for a default bootstrap configuration.
In practice, some modules declaring the properties variant were
taking the xml variant configuration from another module.
The general structure of the configuration has also been
harmonized to provide a standard console output as well as an
easy way to enable trace logs for the current module.
11 years ago
Sam Brannen
9dcd03d862
Clean up imports and warnings
11 years ago
Sam Brannen
c8f2e07182
Clean up test warnings that show up in Gradle console
11 years ago
Rossen Stoyanchev
edba32b309
Add processExternalEntities support to OXM
...
Update OXM AbstractMarshaller to support processing of external
XML entities. By default external entities will not be processed.
Issue: SPR-11376
11 years ago
Sam Brannen
1f778530b5
Polish test classes
...
- Consistent importing of org.junit.Assert.*;
- Proper declaration of expected exceptions via @Test(expected).
- Renamed SpEL ExpressionTestCase to AbstractExpressionTests.
- Formatting and test method naming conventions.
11 years ago
Juergen Hoeller
c1ef552359
Polishing
11 years ago
Sam Brannen
31a74b0ff6
Clean up generics warnings in spring-oxm tests
11 years ago
Sam Brannen
5e7811a45d
Polish Javadoc in XStreamMarshaller
11 years ago
Arjen Poutsma
cf6cf18f1a
Corrected CatchAllConverter ordering docs
...
Corrected documentation regarding the CatchAllConverter in the XStream
javadocs.
11 years ago
Juergen Hoeller
a0ccd65d51
Consistent build dependencies
11 years ago
Juergen Hoeller
26d143868f
Compatibility with XStream 1.4.5
...
XStream 1.4.5 doesn't check a given ConverterLookup for a ConverterRegistry implementation anymore, so we have to manually perform that check and assignment.
Issue: SPR-11147
11 years ago
Phillip Webb
043a41e382
Consistent whitespace after imports
...
Update code to have a consistent number of new-line characters after
import statements.
11 years ago
Phillip Webb
a31ac882c5
Fix various javadoc warnings
11 years ago
Eric Dahl
e9f78f6043
Fix various typos
...
Fix a variety of typos throughout the project, primarily in
comments (javadoc or otherwise) but also in a handful of log messages
and a couple exception messages.
ISSUE: SPR-11123
11 years ago
Phillip Webb
59002f2456
Fix remaining compiler warnings
...
Fix remaining Java compiler warnings, mainly around missing
generics or deprecated code.
Also add the `-Werror` compiler option to ensure that any future
warnings will fail the build.
Issue: SPR-11064
11 years ago
Sam Brannen
8bb29750bf
Deleted unused resourceLoader field in Jaxb2Marshaller
11 years ago
Juergen Hoeller
5e88fe5842
Clarified Spring 4.0's dependency on JAX-WS 2.1+ / JAXB 2.1+ in javadoc
11 years ago
Juergen Hoeller
7b63745e04
Ignore setAliasesByType tests since they fail on OpenJDK 8 b108
...
Probably an XStream-internal problem: fails to marshal the flightNumber element.
11 years ago
Juergen Hoeller
d202573e1a
Revised spring-oxm for 4.0
...
Added "target-package" to the jibx-marshaller element. Also fixed "context-path" and "binding-name" to follow Spring's usual attribute naming convention.
Issue: SPR-10882
11 years ago
Juergen Hoeller
b25876fd0f
Polishing
11 years ago
Juergen Hoeller
3d462b6dd9
Added missing spring.schemas entries for 4.0 xsds
...
Also fixing an old XmlBeanFactory test that relies on "ref local" which is gone in the 4.0 xsd now, redeclaring the affected file to an older xsd version.
11 years ago
Arjen Poutsma
37861c3f90
Support 'empty' StreamSource in Jaxb2Marshaller
...
Added support for StreamSources that do not have a InputStream or
Reader, but do have a System ID.
Issue: 10828
11 years ago