753 Commits (b04009357a32d7b35b95ab2019489188794013c9)
 

Author SHA1 Message Date
Juergen Hoeller ff8e7a1289 further M2 revisions 16 years ago
Juergen Hoeller 4cc42bf16f added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code 16 years ago
Juergen Hoeller dd7d299aa4 updated for execution of integration tests 16 years ago
Juergen Hoeller 56bd995d9c "url" macro in "spring.ftl" performs standard Servlet URL encoding automatically 16 years ago
Juergen Hoeller d3d0111439 polishing 16 years ago
Juergen Hoeller 85bc98ea4b MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery 16 years ago
Juergen Hoeller 02164ab6a7 always use static imports with '*' 16 years ago
Juergen Hoeller 43caa57296 optimized OrderComparator usage 16 years ago
Juergen Hoeller 9871e94cad SimpleAliasRegistry's "getAliases" method returns transitive aliases now; @Qualifier value matching takes chained aliases of target beans into account as well 16 years ago
Juergen Hoeller 35c36dda4b fixed HTTP invoker to support resolution of multi-level primitive array classes again 16 years ago
Juergen Hoeller 57874a6050 SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches 16 years ago
Arjen Poutsma aff17ca9e5 Uncommented test case 16 years ago
Juergen Hoeller 35040a6572 prepared for 3.0 M2 release 16 years ago
Juergen Hoeller 5a09a2d642 polishing 16 years ago
Juergen Hoeller d56419dad9 default post-processors use their default component order now 16 years ago
Juergen Hoeller 46cbaa9729 pre-converted property values are preserved more eagerly for re-created beans (SPR-5293) 16 years ago
Juergen Hoeller 15bbd575a9 bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414) 16 years ago
Juergen Hoeller 213b528ffe ASM-based AnnotationMetadata fully resolves class arguments and enums into Java types (SPR-5477, SPR-5479) 16 years ago
Juergen Hoeller 90b5c3a8dd @RequestMapping type-level param constraints taken into account consistently 16 years ago
Juergen Hoeller a25e24f37e generified TransactionCallback; WebSphereUowTransactionManager preserves original exception in case of rollback (SPR-5270) 16 years ago
Chris Beams d0b03604c8 Remapped static resources as /petclinic/static/images/... 16 years ago
Chris Beams 3ddd08942c Polishing the new RESTful interface to the petclinic webapp (SPR-5487): 16 years ago
Chris Beams da2175c0b7 * Updated Eclipse classpath metadata 16 years ago
Juergen Hoeller fe462916b1 TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well 16 years ago
Juergen Hoeller d8651a88ec UrlResource eagerly closes HTTP connections in case of "getInputStream()" failure (SPR-5338) 16 years ago
Juergen Hoeller c8080be4e5 completed documentation on session destruction callbacks 16 years ago
Juergen Hoeller 6b2d4a81a0 optional boolean parameters in MVC handler methods resolve to "false" if not present 16 years ago
Arjen Poutsma 721f2ca63e Test for SPR-5362 16 years ago
Ben Hale 4252d40708 Upgrade to spring-build 16 years ago
Juergen Hoeller 2674b13b06 fixed MessageListenerAdapter's "getSubscriptionName()" to work without delegate as well (SPR-5309) 16 years ago
Juergen Hoeller 796392db1a ReflectionUtils findMethod detects methods on "java.lang.Object" as well 16 years ago
Juergen Hoeller ffb9625abf polishing 16 years ago
Juergen Hoeller e58d036c73 generic collection type resolution respects upper bound as well 16 years ago
Ben Hale 483104f0fa Updated to new version of spring-build 16 years ago
Juergen Hoeller 647495edd3 avoid NPE in PathMatchingResourcePatternResolver when initialized with null ClassLoader 16 years ago
Juergen Hoeller d6ed6fcd3f refined OSGi version constraints for "javax.annotation" and "junit.framework" 16 years ago
Juergen Hoeller ad266a347e DefaultLobHandler uses explicit Blob/Clob access for reading when "wrapAsLob"=true 16 years ago
Juergen Hoeller 08dd18df58 revised expression parser API design 16 years ago
Juergen Hoeller 2bdb62f4c2 added IntelliJ settings for integration-tests module 16 years ago
Juergen Hoeller f4b466dfdd made SpringBeanAutowiringInterceptor callback signature compatible with WebSphere 16 years ago
Juergen Hoeller ac104d4da0 polishing 16 years ago
Juergen Hoeller fb057bb5f6 generified NumberUtils signature 16 years ago
Juergen Hoeller 8669b3293c fixed JmsException/JmsUtils to fully avoid NPEs in case of cause messages being null 16 years ago
Juergen Hoeller 777a104d48 added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor 16 years ago
Arjen Poutsma 21a442b253 Solved concurrency issue 16 years ago
Juergen Hoeller 5a04ed502b registered plain singletons will be fully matched according to their qualifiers; "systemProperties" bean is not considered a default match for type Properties anymore (SPR-5355) 16 years ago
Juergen Hoeller 6086bb37e7 updated to Hibernate 3.3 + Hibernate EntityManager 3.4 (requires SFL4J <= 1.5.3!) as well as OpenJPA 1.1 16 years ago
Juergen Hoeller 0794756fba revised advice ordering (for async execution interceptor) 16 years ago
Juergen Hoeller fc6d7358ef polishing 16 years ago
Juergen Hoeller 60392d6e74 ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface 16 years ago