4875 Commits (5ab2bf16a5453f3d54db589a92c3ec4bc553f8d2)
 

Author SHA1 Message Date
Juergen Hoeller 5ab2bf16a5 fixed pointcut for type-level annotation to only apply to public methods (SPR-8890) 13 years ago
Juergen Hoeller 3a62aa053e fixed pointcut for type-level annotation to only apply to public methods (SPR-8890) 13 years ago
Juergen Hoeller a347e4d3c2 optimized AnnotationTransactionAspect pointcut to avoid runtime checks (SPR-8890) 13 years ago
Juergen Hoeller d050a472a2 added "mappingResources" property to LocalContainerEntityManagerFactoryBean (pointing to orm.xml; SPR-8440) 13 years ago
Costin Leau 1a2a3dd02a + update AJ tests 13 years ago
Costin Leau cb3524ff30 + fix failing cache tests 13 years ago
Costin Leau 735ba9dcde SPR-8082 13 years ago
Chris Beams 5fe0804017 Remove references to -with-dependencies distribution 13 years ago
Chris Beams 28ff473091 Allow multiple @Filter 'value' args for concision 13 years ago
Chris Beams df7bda5637 Constrain targets for @Filter declaration 13 years ago
Chris Beams c2c224958d Polish WebApplicationInitializer Javadoc 13 years ago
Juergen Hoeller aedccec67e restored SpringValidatorAdapter's ability to handle bean constraints with property paths (SPR-8895) 13 years ago
Juergen Hoeller 27471e0555 added support for JPA 2.1 unwrap method on EntityManagerFactory interface 13 years ago
Juergen Hoeller 66b4eb16a5 Portlet MVC annotation mapping allows for distributing action names across controllers (SPR-7685) 13 years ago
Juergen Hoeller bea5016e53 fixed validation test failures 13 years ago
Juergen Hoeller 84be348cb0 log or rethrow original ConversionFailedException as appropriate 13 years ago
Juergen Hoeller 207b2315ed added validation hints support to ValidationUtils as well (SPR-7847) 13 years ago
Juergen Hoeller 1a2bbe5c4d consistent specification of standard meta-annotations 13 years ago
Juergen Hoeller 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) 13 years ago
Juergen Hoeller 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) 13 years ago
Rossen Stoyanchev 4bfcb79ae3 SPR-8892 Add String constants to MediaType. 13 years ago
Juergen Hoeller 21f61e3680 Portlet session mutex uses global session attribute to be shared among all portlets in the session (SPR-8888) 13 years ago
Arjen Poutsma 53cb529162 SPR-8809 - RestTemplate headers not sent when bufferRequestBody is false 13 years ago
Rossen Stoyanchev 9f98f77c3e SPR-8863 Add RequestContext.getPathToServlet() method. 13 years ago
Juergen Hoeller 0ef3beb462 prepared for 3.1 GA 13 years ago
Juergen Hoeller 33b53b7cca alignment with 3.0.7 backports (SPR-8674) 13 years ago
Juergen Hoeller 71e0a506b9 polishing 13 years ago
Juergen Hoeller 45a0ae3fb9 polishing 13 years ago
Rossen Stoyanchev ca4eafd4dd SPR-8808 Remove excludeFilter from javadoc examples in @EnableWebMvc. 13 years ago
Juergen Hoeller f75e832e7c polishing 13 years ago
Juergen Hoeller dc41daa3db renamed 'isJava6VisibilityBridgeMethodPair' to 'isVisibilityBridgeMethodPair' (SPR-8660) 13 years ago
Juergen Hoeller 2b122816af fixed QuartzJobBean to work with Quartz 2.0/2.1 as well (SPR-8889) 13 years ago
Juergen Hoeller ffa4784628 polishing (SPR-8005) 13 years ago
Costin Leau 0a611aa776 SPR-8082 13 years ago
Arjen Poutsma 91c14bd1fe SPR-8809 - RestTemplate headers not sent when bufferRequestBody is false 13 years ago
Sam Brannen 951514a576 removed unused imports 13 years ago
Juergen Hoeller d6d169ac56 resolved package dependency tangles 13 years ago
Juergen Hoeller 686ae8f7b3 final preparations for 3.1 RC2 release 13 years ago
Juergen Hoeller 9f3e333084 fixed NotificationListenerBean assertion in constructor (SPR-8091) 13 years ago
Juergen Hoeller c2eafdb2fb AbstractCachingViewResolver caches unresolved view names by default ("cacheUnresolved"=true; SPR-8173) 13 years ago
Juergen Hoeller 1bb6d29be2 AbstractCachingViewResolver caches unresolved view names by default ("cacheUnresolved"=true; SPR-8173) 13 years ago
Chris Beams 6991cd9cdf Allow @Configuration classes to self-@ComponentScan 13 years ago
Juergen Hoeller 450c75337f fixed getAsText javadoc (SPR-7890) 13 years ago
Juergen Hoeller fa9a7b18c6 refined Resource "exists()" check for HTTP URLs to always return false for 404 status (SPR-7881) 13 years ago
Juergen Hoeller 2cb287a01b JPA EntityManagerFactoryUtils silently ignores IllegalArgumentExceptions from setHint calls (SPR-7947) 13 years ago
Juergen Hoeller e6272312a8 allow "packagesToScan" to be optional on LocalSessionFactoryBean (SPR-8812) 13 years ago
Juergen Hoeller b391629de1 LinkedCaseInsensitiveMap overrides putAll method as well (for IBM JDK 1.6 compatibility; SPR-7969) 13 years ago
Juergen Hoeller e7d1b5e0ee JDO PersistenceManager synchronization performs close attempt after completion (if necessary; SPR-8846) 13 years ago
Juergen Hoeller c9b36fb4e6 TransactionSynchronizationManager eagerly cleans up void ResourceHolders on any access (SPR-8844, SPR-8845) 13 years ago
Rossen Stoyanchev a9a068e678 SPR-8867 Fix issue with Content-Length header and UTF-8 charset. 13 years ago