251 Commits (d5df097e0e3afe7ae36622ad275b39631ee38c3b)

Author SHA1 Message Date
Juergen Hoeller 40efcc933c Polishing 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 0ad0f341bd Don't use single letter catch variables 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Juergen Hoeller 6cf197864c DefaultLifecycleProcessor properly handles count for dependent beans 6 years ago
Stephane Nicoll f1871f9e3f Fix faulty BeanPostProcessorChecker logs with @EnableCaching 6 years ago
Juergen Hoeller 1b728fb244 Polishing 6 years ago
Juergen Hoeller 009824598c SchedulerFactoryBean triggers shutdown after registration failure 6 years ago
Juergen Hoeller 9601d4bb5b Revised mime.types file with cpp extension and updated modification docs 7 years ago
Juergen Hoeller 6102715b8d Consistent treatment of proxy classes and interfaces for introspection 7 years ago
Juergen Hoeller 1cc513d7db Consistent to/cc/bcc array handling and revised hashCode without text 7 years ago
igor-suhorukov 407ecf7334 to get rid of "magic" time constants 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Juergen Hoeller c2d5ca9811 Proper nullable return declaration for AbstractValueAdaptingCache.lookup 7 years ago
Juergen Hoeller 9e55422334 Polishing 7 years ago
Juergen Hoeller 578c078082 Polishing 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller d3cee45f30 Polishing 7 years ago
Vladimir Sitnikov 659f13be1c Avoid creating message arguments to Assert.isABC calls 7 years ago
Juergen Hoeller 39201adca4 Consistent handling of InterruptedException 7 years ago
Juergen Hoeller c7f60d1799 SchedulerFactoryBean always ignores local factory settings in case of an external SchedulerFactory instance (expecting it to be fully initialized) 7 years ago
Juergen Hoeller cd57335e46 SchedulerFactoryBean ignores local factory settings in case of external SchedulerFactory instance (unless it extends from StdSchedulerFactory) 7 years ago
Juergen Hoeller 857a5b03b7 SchedulerFactoryBean accepts external Quartz SchedulerFactory instance 7 years ago
Juergen Hoeller b5cedd43eb Consistent and efficient access to BeanDefinition argument values 7 years ago
Juergen Hoeller 3091feee23 SpringValidatorAdapter skips value retrieval for Set field without index 7 years ago
Juergen Hoeller 9288990603 Varargs and consistent nullability in MailMessage implementations 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 30d67f7c42 Tests for @Lazy Validator setup 7 years ago
Juergen Hoeller 26284cac4f Hibernate Validator 5 compatible support for element constraints 7 years ago
Juergen Hoeller fac1f236c3 Upgrade to Servlet API 4.0 for MVC and merge EhCache 3 tests into spring-context-support 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller de09f8ca1f Support for Bean Validation 2.0 container elements (with BV 2.0 test setup) 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller e7b77cb2b6 Drop legacy DisposableBean declaration on AbstractApplicationContext 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 7 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago