241 Commits (4967dd887dc3c3cacdf619824a00280cd6701a71)

Author SHA1 Message Date
Juergen Hoeller 6102715b8d Consistent treatment of proxy classes and interfaces for introspection 7 years ago
Juergen Hoeller d4a8f76bf9 Consistent volatile access to running flag in Lifecycle implementations 7 years ago
Juergen Hoeller df8061494c TransactionTemplate equality for same transaction manager only 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Juergen Hoeller 9962df6527 Polishing 7 years ago
igor-suhorukov 7bce04c06c Polish: combine catches block with same body 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller de7ff556d9 Polishing 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
Juergen Hoeller 0ac117ff27 Explicit notes on isolation level handling in participating transactions 7 years ago
Juergen Hoeller 9d0e62ef68 Javadoc format and related polishing 7 years ago
Skelotron b9e03cb06b SPR-16316 — fix transaction timeout value overflow 7 years ago
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