Commit Graph
31 Commits
Author SHA1 Message Date
Arjen Poutsma d0380c25d3 Removed duplicate OrderItem
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1780 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-27 13:51:47 +00:00
Arjen Poutsma 2577b03d2e More autoboxing madness.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1778 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-27 10:30:47 +00:00
Juergen Hoeller b8afb2ef56 added superfluous cast to get around ambiguity problem with some compilers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1777 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-27 10:23:04 +00:00
Arjen Poutsma 941b0602ba SPR-6003 - Improve CastorMarshaller support for loading class descriptors
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1774 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-27 09:05:36 +00:00
Arjen Poutsma 4c33a86340 SPR-6037 - Ability to configure a XStream subclass on XStreamMarshaller
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1761 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-26 09:36:50 +00:00
Arjen Poutsma e31d928f1d SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1733 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-17 08:50:41 +00:00
Christian Dupuis e81fd7b5d3 xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1589 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-22 14:06:44 +00:00
Keith Donald dd0f2a666e eclipse refactor changed code unexpectedly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1420 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-24 22:26:17 +00:00
Keith Donald 1535d67b3c naming improvements since design review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1419 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-24 22:24:15 +00:00
Arjen Poutsma 0ebfcc6952 SPR-5760 - XStreamMarshaller can not activate XStream automatic annotations detection feature
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1405 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-19 13:57:03 +00:00
Arjen Poutsma 7cbb06100e SPR-5838 - XstreamMarshaller does not support field aliasing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1404 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-19 13:51:59 +00:00
Arjen Poutsma 1674b2eade SPR-5745 - Support lazy initialization within Jaxb2 OXM classes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1350 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 09:20:29 +00:00
Arjen Poutsma e9288fdb4e SPR-5523: JAXB2 is using package-info.java now as well.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1299 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-02 08:56:39 +00:00
Arjen Poutsma 126324c742 SPR-5523: JAXB2 is using package-info.java now as well.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1298 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-02 08:56:07 +00:00
Chris Beams d222da418f 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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1297 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-02 05:02:10 +00:00
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 04:14:22 +00:00
Christian Dupuis ceb91612b4 added restriction tool annotation to oxm namespace
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1257 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 20:01:17 +00:00
Christian Dupuis fc602eb256 added spring.tooling descriptor and images for all namespaces
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1252 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 11:58:09 +00:00
Arjen Poutsma 14778643c7 SPR-5746 - Allow XStreamMarshaller subclasses to customise XStream object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1154 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 08:41:09 +00:00
Arjen Poutsma 359af039a5 SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1048 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-22 12:08:57 +00:00
Arjen Poutsma fd10c33285 SPR-5449: XStreamMarshaller.setImplicitCollection(Map) is insufficient
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@714 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-02 11:19:26 +00:00
Arjen Poutsma ed284111a2 Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@691 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-25 11:18:20 +00:00
Juergen Hoeller 5ad5303398 revised OXM package: no provider-specific exceptions anymore, etc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@685 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-25 00:28:15 +00:00
Arjen Poutsma 9c85e48b8e Removed generated classes from repo.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@550 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-16 09:28:54 +00:00
Arjen Poutsma a2eea3a4a5 Enabled XMLBeans tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@546 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-15 10:26:00 +00:00
Arjen Poutsma 5f62ed2a81 Enabled Jibx tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@544 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-15 09:48:29 +00:00
Arjen Poutsma fc7de6daad - Removed GenericMarshaller & GenericUnmarshaller
- Made Marshaller and Unmarshaller generic


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@534 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-12 16:43:52 +00:00
Arjen Poutsma dece3d968e OXM is nearing completion
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@531 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-09 12:48:19 +00:00
Arjen Poutsma b4479c92d1 Added generated classes for Castor.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@529 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-08 11:12:28 +00:00
Arjen Poutsma 083e108162 Added @Override
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@512 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-06 11:19:19 +00:00
Arjen Poutsma 8df063b19e Initial import of OXM module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@511 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-06 11:18:27 +00:00