226 Commits (206a5e02dd8b6d61edb60c9da955feed48388aab)

Author SHA1 Message Date
Juergen Hoeller b1c657fa4b Consistent nullability in DataAccessUtils through nullableSingleResult 7 years ago
Juergen Hoeller efe943df72 WebSphereUowTransactionManager logs overridden application exceptions 7 years ago
Juergen Hoeller c7100f771c Explicit notes on advice mode proxy vs aspectj 7 years ago
Sam Brannen e9367a11f6 Delete unused import 7 years ago
Robin Wang d9c0151d41 Fix typo 7 years ago
Juergen Hoeller e2882fe1db Build against EE 8 API level wherever possible 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 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
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Juergen Hoeller b94302b5bd Enforce non-null value from getBean and at injection points 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller 697d14a028 Unit tests for transaction annotations on parent interfaces 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 c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 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
Juergen Hoeller 779deb0fa7 Cleanup of duplicate semicolons 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 fd53d2a51a Consistent use of @Nullable in spring-test 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
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Juergen Hoeller 42d6d7ec4e Transaction annotations on interface methods with CGLIB proxies 8 years ago
Juergen Hoeller 4e82bf30c6 TransactionSynchronization declared with default methods 8 years ago
Juergen Hoeller 8b741508a6 Explicit notes on transaction phase processing 8 years ago
Stephane Nicoll 05787f314f Update copyright header 8 years ago
nkjackzhang 0e49c0e152 Remove unecessary "<<" 8 years ago
Juergen Hoeller 2b3fb2f5cc Polishing 8 years ago
Juergen Hoeller d003f6614b Tests for annotation lookups in interfaces (currently ignored for CGLIB proxies) 8 years ago
Juergen Hoeller d4a1b59b4c Skip transaction/caching metadata retrieval for java.lang.Object methods 8 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 8 years ago
Juergen Hoeller e9019cd7d1 Polishing 8 years ago
Juergen Hoeller b630c9bea7 Clear synchronization before triggering afterCompletion callbacks 8 years ago
Juergen Hoeller acf511ac0e Polishing 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller 1cb381e9a7 Consistent deprecation markers on JDK 9 8 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 8 years ago
Juergen Hoeller 953bc189e7 Stronger explanation of default rollback rules 8 years ago
Juergen Hoeller a7ec6dc0af ImportRegistry properly tracks excluded superclasses 8 years ago
Juergen Hoeller 2874066a97 DataSourceTransactionManager triggers flush callbacks on registered transaction synchronizations 8 years ago
Juergen Hoeller 52b029d71d DefaultTransactionAttribute stores descriptor (method identification) 8 years ago
Philippe Marschall ae5b0c6fb5 Replace J2EE with Java EE 8 years ago
Juergen Hoeller eafaaa5cb8 Polishing 8 years ago
Juergen Hoeller ce42ed4d44 Polishing 8 years ago
Juergen Hoeller ab9fea6b8d Polishing 8 years ago