9110 Commits (8f715a8547e7233a67fab15f56efe117911542b4)
 

Author SHA1 Message Date
Rossen Stoyanchev 8f715a8547 Allow configuration of custom redirect patterns 10 years ago
Rossen Stoyanchev 2a0765e76d Allow setting SockJsMessageCodec in WebSocket config 10 years ago
Stephane Nicoll 15f496bc2a Document environment abstraction 10 years ago
Sam Brannen 2963fd9e5a Fix broken Javadoc link in @TestPropertySource 10 years ago
Juergen Hoeller 820a160578 Polishing 10 years ago
Juergen Hoeller 078f23d6e6 Polishing 10 years ago
Juergen Hoeller b93dd95475 Polishing 10 years ago
Juergen Hoeller 28a966f544 MessageBuilder avoids intermediate HashMap for MessageHeaders building 10 years ago
Juergen Hoeller 786fd927fa DispatcherServlet's checkMultipart detects wrapped MultipartRequest as well 10 years ago
Juergen Hoeller 439ce4a1a5 Polishing 10 years ago
Juergen Hoeller 9dfbc5326b Revised ResourcePropertySource in order to avoid ConfigurationClassProcessor's AnnotationPropertySource subclass 10 years ago
Arjen Poutsma dbe337f932 ResponseEntity provides static "badRequest()" convenience method as well 10 years ago
Phillip Webb 5ba3db6a7d Fix failing CompositePropertySourceTests 10 years ago
Phillip Webb 84564a0c7b Rework @PropertySource early parsing logic 10 years ago
Juergen Hoeller b73c531527 PropertySource implementations perform conversion to String arrays via StringUtils (getting rid of EMPTY_NAMES_ARRAY) 10 years ago
Juergen Hoeller 7c6088861f @PropertySource gets parsed as early as possible 10 years ago
Juergen Hoeller 86c5880888 Polishing 10 years ago
Juergen Hoeller 11805b6a5d ServerEndpointExporter can initialize itself based on a late-provided ServletContext as well (for Boot) 10 years ago
Juergen Hoeller 60e58a2012 Polishing 10 years ago
Juergen Hoeller 8eac87064d AbstractAutowireCapableBeanFactory avoids synchronization in filterPropertyDescriptorsForDependencyCheck 10 years ago
Juergen Hoeller a000dd782a ReloadableResourceBundleMessageSource uses ConcurrentHashMaps and ReentrantLocks instead of synchronization 10 years ago
Stephane Nicoll f5cf3cd56e polishing 10 years ago
Sam Brannen 79c75df088 Updated copyright date range 10 years ago
Sam Brannen b5216c5165 Merge pull request #624 from leizhiyuan/master 10 years ago
Stephane Nicoll 5b1341f4b5 Fix String equality 10 years ago
Juergen Hoeller b5763fe326 Consistent attribute documentation/formatting in spring-context and spring-mvc schemas 10 years ago
Juergen Hoeller 662d8aa9f1 util:properties supports multiple resource locations and ignore-resource-not-found 10 years ago
Juergen Hoeller e48c315ad1 DefaultSingletonBeanRegistry performs non-synchronized checks for existing entries in dependentBeanMap and containedBeanMap 10 years ago
Juergen Hoeller 592e344191 PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers 10 years ago
Juergen Hoeller 9d3d6d5919 DefaultListableBeanFactory defensively handles BeanDefinition access in getBean(Class) 10 years ago
Juergen Hoeller 891335a604 FlashMap's equals implementation needs to call super.equals(...) as well 10 years ago
Juergen Hoeller af6ef5f74c Use ConcurrentMap declarations when calling putIfAbsent (for compatibility with JDK 6 and 7) 10 years ago
Juergen Hoeller 781a6d289e CachedIntrospectionResults uses putIfAbsent where possible (for minimal write locking) 10 years ago
Rossen Stoyanchev 1ca0460534 Add equals/hashcode to FlashMap 10 years ago
Rossen Stoyanchev bb8be509cd Remove return statements in finally blocks 10 years ago
Rossen Stoyanchev 0e49040707 Fix hashcode/equals issue in HeadersRequestCondition 10 years ago
Juergen Hoeller 5cd1e6aff4 Upgrade to Apache HttpComponents HttpClient 4.3.5 and HttpAsyncClient 4.0.2 10 years ago
Juergen Hoeller 759f430ba5 StatementCreatorUtils avoids direct calls with SQL type argument in case of Types.OTHER 10 years ago
Juergen Hoeller 8c76381d95 PathMatchingResourcePatternResolver supports "classpath*" searches in jar file roots as well 10 years ago
Juergen Hoeller 0c32d66cbd ShallowEtagHeaderFilter supports Servlet 3.1's setContentLengthLong as well 10 years ago
Sam Brannen 110be33337 Honor Host header for server name/port in MckHtSrvRq 10 years ago
Juergen Hoeller 51e4b07856 JamonPerformanceMonitorInterceptor tracks exceptions as well (consistent with JAMon's other interceptors) 10 years ago
Juergen Hoeller c65a82a32d Polishing 10 years ago
Juergen Hoeller a2e6b56dd0 SchedulerAccessorBean falls back to finding a default Scheduler bean by type 10 years ago
Juergen Hoeller 2ef3d66c89 Polishing 10 years ago
Juergen Hoeller 0d0d7139ee Convenient EhCache CacheManager bootstrapping within @Bean methods 10 years ago
Stephane Nicoll b910ff34e6 Exclude infra modules from public distributions 10 years ago
Juergen Hoeller dd66ca0c93 Latest dependency updates (AspectJ 1.8.2, Jackson 2.4.2) 10 years ago
Stephane Nicoll 2553fb8ba1 Apply ListenableFuture support to AspectJ 10 years ago
Stephane Nicoll bccb3bb70b polishing 10 years ago