Commit Graph

  • beaad20795 DataBinder etc Juergen Hoeller 2011-12-11 22:11:50 +00:00
  • dd7950638d MethodValidationPostProcessor, MappingJacksonMessageConverter, etc Juergen Hoeller 2011-12-11 22:10:11 +00:00
  • 098342918c reworked JsonMessageConverter contribution into MappingJacksonMessageConverter, aligned with MappingJacksonHttpMessageConverter and MappingJacksonJsonView Juergen Hoeller 2011-12-11 22:09:20 +00:00
  • 8f69e81197 polishing Juergen Hoeller 2011-12-11 22:07:37 +00:00
  • d8e640d708 polishing Juergen Hoeller 2011-12-11 22:07:12 +00:00
  • 1bd84db56e polishing (alignment with 3.1 GA) Juergen Hoeller 2011-12-11 22:06:59 +00:00
  • 6316a45927 backported fix for SPR-8697 from 3.1 RC2 Juergen Hoeller 2011-12-11 22:06:28 +00:00
  • e298c202af @Transactional qualifiers match against transaction manager definitions in parent contexts as well (SPR-7679) Juergen Hoeller 2011-12-11 13:27:08 +00:00
  • 0f75cebdff @Transactional qualifiers match against transaction manager definitions in parent contexts as well (SPR-7679) Juergen Hoeller 2011-12-11 13:26:36 +00:00
  • d4123d0637 Support use of @Scheduled against JDK proxies Chris Beams 2011-12-11 13:00:30 +00:00
  • 439b7750d4 fixed "hibernateManagedSession" mode to actually work against Hibernate 4.0 (SPR-8776) Juergen Hoeller 2011-12-11 12:51:57 +00:00
  • 48836e2ebb Allow parameters in FactoryBean-returning @Bean methods Chris Beams 2011-12-10 19:32:02 +00:00
  • 866999764d Polish whitespace in ConfigurationClassEnhancer Chris Beams 2011-12-10 19:31:18 +00:00
  • 06d06d4aa9 Mention SystemEnvironmentPropertySource in related Javadoc Chris Beams 2011-12-10 19:30:57 +00:00
  • 0449f6cb84 Polish @Scope Javadoc Chris Beams 2011-12-10 19:30:32 +00:00
  • 34798a47ab Fix warnings, polish Javadoc for @Validated et al. Chris Beams 2011-12-10 15:45:17 +00:00
  • e648245eb3 added MethodValidationInterceptor/PostProcessor for Hibernate Validator 4.2 based method validation; renamed Spring's variant of @Valid to @Validated Juergen Hoeller 2011-12-09 18:09:14 +00:00
  • 2dba480d9d used specific SLF4J versions for running the test suites of individual modules (fixing the Hibernate Validator 4.2 upgrade) Juergen Hoeller 2011-12-09 17:53:29 +00:00
  • 288408e89f fixed assertion message Juergen Hoeller 2011-12-09 16:01:30 +00:00
  • 9d93b5429f fixed assertion message Juergen Hoeller 2011-12-09 16:01:06 +00:00
  • ede8482f81 Revert .web.servlet to Hibernate Validator 4.1.0.GA Chris Beams 2011-12-09 13:09:38 +00:00
  • 615bb29f92 Revert .context to Hibernate Validator 4.1.0.GA Chris Beams 2011-12-09 13:09:25 +00:00
  • 1c58dd9d89 Upgrade to Hibernate Validator 4.2.0.Final Chris Beams 2011-12-09 13:09:11 +00:00
  • 481c8455fd Upgrade to Hibernate Core 4.0.0.CR7 Chris Beams 2011-12-09 13:08:54 +00:00
  • a962bd0677 Revert accidental changes in Eclipse/pom metadata Chris Beams 2011-12-09 13:08:37 +00:00
  • 53a244d408 JmsInvokerClientInterceptor/FactoryBean always uses createConnection/createSession when on JMS 1.1 Juergen Hoeller 2011-12-09 12:07:45 +00:00
  • 0f1affe931 JmsInvokerClientInterceptor/FactoryBean always uses createConnection/createSession when on JMS 1.1 Juergen Hoeller 2011-12-09 12:06:50 +00:00
  • 1adf82503b SPR-7404: Fixed metadata David Syer 2011-12-09 11:36:54 +00:00
  • 4242b32624 Update spring-context dependencies in pom David Syer 2011-12-09 11:36:35 +00:00
  • 7ec9292e54 SPR-7404: Added JsonMessageConverter, borrowing from Spring AMQP David Syer 2011-12-09 11:03:40 +00:00
  • 3beef9a92e SPR-8883 - RestTemplate.headForHeaders throws "IllegalArgumentException: No InputStream specified" on server resource which status code are 4xx Arjen Poutsma 2011-12-08 19:17:48 +00:00
  • b94040f329 Remove unnecessary mentions of aspectjrt/aspectjweaver Chris Beams 2011-12-08 13:46:47 +00:00
  • 690d33e14f Update @PropertySource Javadoc re: ${...} placeholders Chris Beams 2011-12-08 13:46:27 +00:00
  • 312b1aa3d6 + add cache aspectj aspect Costin Leau 2011-12-08 13:20:01 +00:00
  • c472a163f1 SPR-8572 Support Void.class as response type in RestTemplate. Rossen Stoyanchev 2011-12-08 03:59:28 +00:00
  • 6f150e4f07 SPR-8898 Allow match by trailing slash in RequestMappingHandlerMapping. Rossen Stoyanchev 2011-12-08 03:38:50 +00:00
  • 569426dfdf restored DataBinder's ability to bind to an auto-growing List with unknown element type (SPR-8828) Juergen Hoeller 2011-12-07 21:27:26 +00:00
  • 8213d0cb50 restored DataBinder's ability to bind to an auto-growing List with unknown element type (SPR-8828) Juergen Hoeller 2011-12-07 21:25:54 +00:00
  • f9144ea1ea SPR-8367 - 3.1.0.M2 update of the RestTemplate for Apache HTTP Components will default to sending 2 requests on authentication and doesn't support HttpContext parameters without significant extention/rewrite Arjen Poutsma 2011-12-07 01:22:07 +00:00
  • 29e969039d SPR-8349 - Ability to specify ResourceResolver property for SchemaFactory in Jaxb2Marshaller Arjen Poutsma 2011-12-07 00:56:03 +00:00
  • b9868a498e ConversionService etc Juergen Hoeller 2011-12-07 00:02:16 +00:00
  • 7428b57052 final refinements for 3.1 GA Juergen Hoeller 2011-12-07 00:01:53 +00:00
  • 83c83d4d15 fixed media type resolution algorithm Juergen Hoeller 2011-12-06 23:53:22 +00:00
  • 34a4fba335 ResourceHttpRequestHandler sends content without content-type header if no media type found (SPR-7713); ResourceHttpRequestHandler and ContentNegotiatingViewResolver use consistent mime type resolution Juergen Hoeller 2011-12-06 22:54:47 +00:00
  • 426863f790 avoid swallowing of IOException Juergen Hoeller 2011-12-06 22:51:57 +00:00
  • df7bdfa7c6 polishing Juergen Hoeller 2011-12-06 22:50:48 +00:00
  • f8402e9f82 ResourceHttpRequestHandler sends content without content-type header if no media type found (SPR-7713) Juergen Hoeller 2011-12-06 22:50:33 +00:00
  • f74789ffbe optimize AJ pointcut definition (SPR-8890) Costin Leau 2011-12-06 22:38:50 +00:00
  • 7eeb654eec ConversionService is able to work with "Collections.emptyList()" as target type (again; SPR-7293) Juergen Hoeller 2011-12-06 21:18:13 +00:00
  • e0d922d352 ConversionService is able to work with "Collections.emptyList()" as target type (again; SPR-7293) Juergen Hoeller 2011-12-06 21:17:25 +00:00
  • 5ab2bf16a5 fixed pointcut for type-level annotation to only apply to public methods (SPR-8890) Juergen Hoeller 2011-12-06 21:14:31 +00:00
  • 3a62aa053e fixed pointcut for type-level annotation to only apply to public methods (SPR-8890) Juergen Hoeller 2011-12-06 21:03:57 +00:00
  • a347e4d3c2 optimized AnnotationTransactionAspect pointcut to avoid runtime checks (SPR-8890) Juergen Hoeller 2011-12-06 20:48:49 +00:00
  • d050a472a2 added "mappingResources" property to LocalContainerEntityManagerFactoryBean (pointing to orm.xml; SPR-8440) Juergen Hoeller 2011-12-06 18:18:57 +00:00
  • 1a2a3dd02a + update AJ tests Costin Leau 2011-12-06 14:13:29 +00:00
  • cb3524ff30 + fix failing cache tests + renamed afterInvocation to beforeInvocation (and changed the docs and tests accordingly) Costin Leau 2011-12-06 14:05:33 +00:00
  • 735ba9dcde SPR-8082 + support generic discovery of multiple annotations of the same type (such as stereotypes) Costin Leau 2011-12-06 13:32:25 +00:00
  • 5fe0804017 Remove references to -with-dependencies distribution Chris Beams 2011-12-06 13:19:35 +00:00
  • 28ff473091 Allow multiple @Filter 'value' args for concision Chris Beams 2011-12-06 12:18:10 +00:00
  • df7bda5637 Constrain targets for @Filter declaration Chris Beams 2011-12-06 12:17:54 +00:00
  • c2c224958d Polish WebApplicationInitializer Javadoc Chris Beams 2011-12-06 12:17:42 +00:00
  • aedccec67e restored SpringValidatorAdapter's ability to handle bean constraints with property paths (SPR-8895) Juergen Hoeller 2011-12-05 22:37:55 +00:00
  • 27471e0555 added support for JPA 2.1 unwrap method on EntityManagerFactory interface Juergen Hoeller 2011-12-05 21:34:44 +00:00
  • b558c62953 polishing Juergen Hoeller 2011-12-05 21:21:32 +00:00
  • 66b4eb16a5 Portlet MVC annotation mapping allows for distributing action names across controllers (SPR-7685) Juergen Hoeller 2011-12-05 21:20:27 +00:00
  • bea5016e53 fixed validation test failures Juergen Hoeller 2011-12-03 17:03:33 +00:00
  • 84be348cb0 log or rethrow original ConversionFailedException as appropriate Juergen Hoeller 2011-12-03 15:57:19 +00:00
  • 207b2315ed added validation hints support to ValidationUtils as well (SPR-7847) Juergen Hoeller 2011-12-03 15:54:52 +00:00
  • d64dd1943f consistent specification of standard meta-annotations Juergen Hoeller 2011-12-03 15:47:29 +00:00
  • 1a2bbe5c4d consistent specification of standard meta-annotations Juergen Hoeller 2011-12-03 15:47:10 +00:00
  • 00133179df added SmartValidator interface with general support for validation hints; added custom @Valid annotation with support for JSR-303 validation groups; JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups (SPR-6373) Juergen Hoeller 2011-12-03 15:46:31 +00:00
  • 49a2aaf023 added SmartValidator interface with general support for validation hints; added custom @Valid annotation with support for JSR-303 validation groups; JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups (SPR-6373) Juergen Hoeller 2011-12-03 15:44:33 +00:00
  • 4bfcb79ae3 SPR-8892 Add String constants to MediaType. Rossen Stoyanchev 2011-12-02 18:58:41 +00:00
  • bffa50e31a Portlet session mutex uses global session attribute to be shared among all portlets in the session (SPR-8888) Juergen Hoeller 2011-12-02 12:03:43 +00:00
  • 21f61e3680 Portlet session mutex uses global session attribute to be shared among all portlets in the session (SPR-8888) Juergen Hoeller 2011-12-02 12:03:35 +00:00
  • 53cb529162 SPR-8809 - RestTemplate headers not sent when bufferRequestBody is false Arjen Poutsma 2011-12-02 11:29:47 +00:00
  • 143cb50986 ConversionService prevents Converter from trying to convert to a subtype of its actual target type (SPR-8718) Juergen Hoeller 2011-12-02 11:18:31 +00:00
  • 9f98f77c3e SPR-8863 Add RequestContext.getPathToServlet() method. Rossen Stoyanchev 2011-12-01 22:56:51 +00:00
  • 0ef3beb462 prepared for 3.1 GA Juergen Hoeller 2011-12-01 18:52:12 +00:00
  • 33b53b7cca alignment with 3.0.7 backports (SPR-8674) Juergen Hoeller 2011-12-01 18:51:36 +00:00
  • b3ccc438af conversion fixes etc Juergen Hoeller 2011-12-01 18:50:11 +00:00
  • 94513c1a28 fixed nested element conversion with a DataBinder + ConversionService + PropertyEditor (SPR-8674) Juergen Hoeller 2011-12-01 18:49:53 +00:00
  • c9607fdaf2 CollectionCollection/MapToMapConverter preserve original Collection/Map if no converted elements (SPR-8714) Juergen Hoeller 2011-12-01 17:49:43 +00:00
  • 71e0a506b9 polishing Juergen Hoeller 2011-12-01 15:12:26 +00:00
  • 45a0ae3fb9 polishing Juergen Hoeller 2011-12-01 15:11:32 +00:00
  • ca4eafd4dd SPR-8808 Remove excludeFilter from javadoc examples in @EnableWebMvc. Rossen Stoyanchev 2011-12-01 14:35:36 +00:00
  • 7c108c1e77 updated H2 error codes in sql-error-codes.xml (SPR-8235, SPR-7480) Juergen Hoeller 2011-12-01 14:07:04 +00:00
  • 77372d7cdb fixed NamedParameterJdbcTemplate to use correct maximum type for queryForInt/Long (SPR-8652) Juergen Hoeller 2011-12-01 13:59:24 +00:00
  • 173f307ec9 backported header matching fix for correct processing of negated header conditions (SPR-8862) Juergen Hoeller 2011-12-01 13:52:47 +00:00
  • f75e832e7c polishing Juergen Hoeller 2011-12-01 13:34:12 +00:00
  • 2c987b0ffb backported DefaultResponseErrorHandler IOException fix (SPR-8713) Juergen Hoeller 2011-12-01 13:33:51 +00:00
  • 46a4ac9628 fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only (SPR-8688) Juergen Hoeller 2011-12-01 13:27:25 +00:00
  • dc41daa3db renamed 'isJava6VisibilityBridgeMethodPair' to 'isVisibilityBridgeMethodPair' (SPR-8660) Juergen Hoeller 2011-12-01 13:14:06 +00:00
  • c2997f4dd9 backported Java 6 visibility bridge method pair (SPR-8660) Juergen Hoeller 2011-12-01 13:12:59 +00:00
  • 0150000d8b backported TaskExecutorAdapter fix (SPR-8772) Juergen Hoeller 2011-12-01 13:04:55 +00:00
  • cad5eb836c allow for JDO 3.0 as well (SPR-8655) Juergen Hoeller 2011-12-01 12:59:53 +00:00
  • 2b122816af fixed QuartzJobBean to work with Quartz 2.0/2.1 as well (SPR-8889) Juergen Hoeller 2011-12-01 12:56:47 +00:00
  • ffa4784628 polishing (SPR-8005) Juergen Hoeller 2011-12-01 12:53:47 +00:00
  • c82dab6497 backported public signatures in GenericTypeResolver (SPR-8005) Juergen Hoeller 2011-12-01 12:52:33 +00:00
  • 0a611aa776 SPR-8082 + fix internal cache causing the multiple annotations key/conditions to overlap Costin Leau 2011-11-30 15:21:09 +00:00