2747 Commits (8c791b529b5043a5d74a35473fd2e8a363e100bc)
 

Author SHA1 Message Date
Juergen Hoeller 8c791b529b fixed instrumentation jar names (SPR-6753) 15 years ago
Juergen Hoeller 0f75210408 changed exception wording from "recursive" to "cyclic" (SPR-6755) 15 years ago
Juergen Hoeller dd93a40e7a added test for expression re-evaluation 15 years ago
Juergen Hoeller 6fcca3cd93 accept Set<?> instead of Set<Object> (SPR-6742) 15 years ago
Juergen Hoeller 3339356a55 fixed typo (SPR-6748) 15 years ago
Thomas Risberg b7f143ae58 updated reference documentation with references to "spring-agent.jar" to use "org.springframework.instrument-{version}.jar" (SPR-6597) 15 years ago
Juergen Hoeller bcfef8a4e1 support for JPA 2.0 TypedQuery interface and query vendor interfaces (SPR-6733) 15 years ago
Juergen Hoeller 975dcd7bbf fixed inaccuracies (SPR-6723, SPR-6725) 15 years ago
Juergen Hoeller 0a6f2348b8 WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727) 15 years ago
Juergen Hoeller 1b6f3f1f22 Query call chaining works with shared EntityManager proxy outside of transaction as well (SPR-6726) 15 years ago
Juergen Hoeller 081d81e5b0 fixed getPropertyTypeDescriptor to work for nested indexed property as well as for array property (SPR-6710) 15 years ago
Juergen Hoeller 5abd3b99b9 fixed getPropertyTypeDescriptor to work for nested indexed property as well (SPR-6710) 15 years ago
Juergen Hoeller a70bb40b3d updated LocalValidatorFactoryBean documentation (SPR-6609) 15 years ago
Juergen Hoeller 8bf2e2459e added default PropertyEditor for java.util.UUID (SPR-6696) 15 years ago
Juergen Hoeller 45448463b8 collect exceptions across all constructors that have been tried (SPR-6720) 15 years ago
Juergen Hoeller 1896efd048 removed references to Perl5RegexpMethodPointcut (SPR-6721) 15 years ago
Juergen Hoeller 6ffb750171 updated CustomEditorConfigurer example to recommended style (SPR-5971) 15 years ago
Juergen Hoeller d9ed1e953e fixed documentation bugs 15 years ago
Juergen Hoeller 9e642e75b2 removed Commons Collection reference from javadoc (SPR-6716) 15 years ago
Juergen Hoeller a6769d60c0 fixed support for JPA 2.0 persistence schema (SPR-6711) 15 years ago
Juergen Hoeller 7a792f6c23 fixed support for JPA 2.0 persistence schema (SPR-6711) 15 years ago
Juergen Hoeller 95c695eb2f fixed BeanPostProcessor invocation for null bean (SPR-6700) 15 years ago
Juergen Hoeller 7097a9e965 proceed in case of resolution failure for a single resource entry in the list 15 years ago
Juergen Hoeller c31f245dc9 added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property 15 years ago
Juergen Hoeller 88ff3c9a23 only try to restore attribute if the value differs (ignoring Portlet spec attributes; SPR-6712) 15 years ago
Chris Beams f82563fb6f polishing 15 years ago
Chris Beams 4c05eaeb16 Resolved SPR-6602, relating to FactoryBean behavior in @Configuration classes. See issue and code comments for full details. 15 years ago
Arjen Poutsma 1cd0a9750d SPR-6467 - Allow ContentNegotiatingViewResolver to be strict ant return a 406 if no view found 15 years ago
Arjen Poutsma 0cb9271b95 Test for SPR-6690 15 years ago
Arjen Poutsma 8d5fc2bf91 SPR-6686 - @ResponseBody throws HttpMediaTypeNotAcceptableException if client accepts "*/*" 15 years ago
Juergen Hoeller f7952fccc8 fixed sample code (SPR-6687) 15 years ago
Juergen Hoeller 23b0f82173 fixed link to blog entry (SPR-6691) 15 years ago
Juergen Hoeller 0cc0a9bc2b added "concurrency" property to Default/SimpleMessageListenerContainer and JmsActivationSpecConfig, supporting placeholders for the jms namespace "concurrency" attribute now (SPR-6232) 15 years ago
Juergen Hoeller 998aa14981 fixed resolveRootDirResource regression (SPR-6592) 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
David Syer e4d8651aa9 RESOLVED - issue SPR-6668: Small Connection leak in DataSourceInitializer 15 years ago
Juergen Hoeller e195c39d3c unresolvable placeholders will be ignored by default for Resource array properties as well (SPR-6654) 15 years ago
Juergen Hoeller 7cbd9e1d93 fixed type assignability check for wildcarded Map (SPR-6676) 15 years ago
Juergen Hoeller 1ff99f2569 MBeanClientInterceptor understands CompositeData/TabularData arrays (SPR-6548) 15 years ago
Juergen Hoeller 2e032889ef added "alwaysTranslate" flag (SPR-6630) 15 years ago
Juergen Hoeller fd3a39dc98 MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well (SPR-6530) 15 years ago
Juergen Hoeller 38cf127c8b mark spring-aop as required for spring-context (SPR-6578) 15 years ago
Juergen Hoeller 0ba8375546 full support for JPA 2.0 PersistenceUnitInfo SPI (for compatibility with Hibernate 3.5 beta 3; SPR-6408) 15 years ago
Juergen Hoeller 5c41e2c6e1 made comment prefix configurable (SPR-6667) 15 years ago
Mark Fisher 410dd0aa9f SPR-6670 @Scheduled now supports property placeholders for cron expressions. 15 years ago
Mark Fisher 1284086ffa SPR-6669 @Scheduled may now be used as a meta-annotation 15 years ago
David Syer 543515e36c RESOLVED - issue SPR-6666: CronTrigger/CronSequenceGenerator fails to handle daylight saving timezone changes 15 years ago
Arjen Poutsma bb3c8e5c87 SPR-6640 - PathVariable does not work properly after updated to 3.0 GA 15 years ago
Juergen Hoeller a70f525d4e fixed toString handling (SPR-5582) 15 years ago
Juergen Hoeller 4ca54fb415 fixed @Scheduled processing to kick in once only even in an ApplicationContext hierarchy (SPR-6656) 15 years ago