4215 Commits (f5bed462bf8b60fcedee01b0c9d5ef46ffb0b344)
 

Author SHA1 Message Date
Costin Leau 7be1b5c3f5 revised cache abstraction 14 years ago
Chris Beams 8227cb6243 Introduce ConfigurableConversionService interface 14 years ago
Chris Beams 6ae04eb7e6 Polish ConfigurablePropertyResolver Javadoc 14 years ago
Chris Beams 0304a4b74d Revert "Introduce Ordered#NOT_ORDERED" 14 years ago
Sam Brannen cf2563bdf5 [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 14 years ago
Sam Brannen 919b996027 [SPR-8388] Improved documentation on default registered PropertyEditors; fixed typos and grammar in JavaDoc; suppressed warnings due to generics; etc. 14 years ago
Sam Brannen 4642cca893 [SPR-6184] Introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes 14 years ago
Sam Brannen ff2a603f2f [SPR-7960] Trimming profiles for good measure. 14 years ago
Sam Brannen 24a97805ef [SPR-7960] Renamed @ActivateProfiles to @ActiveProfiles and fleshed out JavaDoc. 14 years ago
Sam Brannen 0c775416a6 [SPR-8089][SPR-8093] Re-enabled ignored JMX tests based on the feedback that jmxremote_optional.jar is now present "jre/lib/ext/ in both 1.5 and 1.6 JDKs on the build server". 14 years ago
Sam Brannen 3a2afde41d [SPR-7960] Renamed resolveActivatedProfiles() to resolveActiveProfiles(). 14 years ago
Sam Brannen f64344b296 [SPR-7960] resolveActivatedProfiles() now resolves a unique set of activated profiles 14 years ago
Sam Brannen 13b7f1a31b fixed typos 14 years ago
Sam Brannen 6981ee566c [SPR-7960] No longer tracking empty activated profiles. 14 years ago
Sam Brannen c7473f9124 [SPR-7960] No longer tracking empty activated profiles. 14 years ago
Chris Beams 67661693fe Ignore failing tests on Windows 14 years ago
Chris Beams c3675b44b4 Polish WebApplicationInitializer Javadoc 14 years ago
Chris Beams 14d50e3482 Fix failing system environment tests on Windows 14 years ago
Chris Beams 4feacf31e7 Polish AdviceMode Javadoc 14 years ago
Chris Beams 847b54f3b1 Sort WebApplicationInitializers properly 14 years ago
Sam Brannen 0067618b35 [SPR-7960] Initial support for @ActivateProfiles in tests. 14 years ago
Sam Brannen f5a39ae7ff [SPR-7960] Initial support for @ActivateProfiles in tests. 14 years ago
Juergen Hoeller e5702cd3de final preparations for 3.1 M2 release 14 years ago
Chris Beams 948aa4f589 Introduce DelegatingFilterProxy constructors 14 years ago
Chris Beams 1e1a05e9f8 Polish DelegatingFilterProxy Javadoc 14 years ago
Chris Beams e36b5e9b7e Introduce ContextLoader(Listener) constructors 14 years ago
Chris Beams 2b4328023e Improve ApplicationContextInitializer sorting 14 years ago
Chris Beams 2eea63eec5 Introduce Framework/DispatcherServlet constructors 14 years ago
Chris Beams c4d98278e9 Fix DispatcherServlet warnings 14 years ago
Chris Beams fb9fb00c04 Update GenericWAC to implement ConfigurableWAC 14 years ago
Chris Beams c9e67b2ef2 Introduce Servlet 3.0 WebApplicationInitializer 14 years ago
Juergen Hoeller 2b51759113 fixed reflective class names 14 years ago
Juergen Hoeller 788a65b8e7 compatibility with Quartz 2.0 variant of the JobFactory interface 14 years ago
Juergen Hoeller 8e169a2782 updated Quartz scheduling package to support Quartz 1.8 as well 14 years ago
Juergen Hoeller f1b9b8e924 preparations for 3.1 M2 release 14 years ago
Juergen Hoeller e1d9457b7d CustomNumberEditor generically declares numberClass as subclass of Number (matching NumberUtils) 14 years ago
Juergen Hoeller 0d69b80385 polishing 14 years ago
Juergen Hoeller 98c6a2784f RemoteExporter uses an opaque proxy for 'serviceInterface' exposure (no AOP interfaces exposed) 14 years ago
Juergen Hoeller a966cba97f fixed JPA 2.0 timeout hints to correctly specify milliseconds (SPR-8086) 14 years ago
Juergen Hoeller c303b22e30 updated IntelliJ dependency descriptors 14 years ago
Juergen Hoeller af8aff3e49 added StandardServletMultipartResolver for Servlet 3.0 14 years ago
Rossen Stoyanchev 127115671c SPR-8218 MVC chapter updates 14 years ago
Chris Beams 367a0c2933 Upgrade javax.servlet dependency to 3.0 for .web 14 years ago
Chris Beams 2ceeff370a Allow multiple locations via @PropertySource#value 14 years ago
Chris Beams 0756a6abfe Polish PropertySource and Environment Javadoc 14 years ago
Arjen Poutsma 37d955b35b Added tests for @RequestMaping produces and consumes 14 years ago
Keith Donald f43d0e1003 Revised converter search algorithm to favor super classes before interface hierarchy 14 years ago
Keith Donald ad93d20a6c SPR-6749 14 years ago
Keith Donald 47e3f0948d polish 14 years ago
Keith Donald 01cbfd4f6f added null binding check for primitives for all conversion results; polishing 14 years ago