Juergen Hoeller
|
cc70fdcbeb
|
Backport further refinements from the nullability efforts
Issue: SPR-15656
|
2017-09-27 15:20:17 +02:00 |
|
Juergen Hoeller
|
9fdc4404a5
|
Backport selected refinements from the nullability efforts
Issue: SPR-15656
|
2017-09-27 00:10:04 +02:00 |
|
Juergen Hoeller
|
c752ba5b38
|
Polishing
|
2017-07-19 23:55:47 +02:00 |
|
Juergen Hoeller
|
b35c238d27
|
Cleanup of duplicate semicolons
Issue: SPR-15654
(cherry picked from commit 779deb0)
|
2017-06-30 16:06:05 +02:00 |
|
Juergen Hoeller
|
227ac3faa4
|
Explicit notes on transaction phase processing
Issue: SPR-15323
(cherry picked from commit 8b74150)
|
2017-03-07 16:04:09 +01:00 |
|
Stephane Nicoll
|
a1e4afe338
|
Update copyright header
Closes gh-1343
|
2017-03-03 09:35:29 +01:00 |
|
nkjackzhang
|
3b9faee335
|
Remove unecessary "<<"
See gh-1343
|
2017-03-03 09:35:16 +01:00 |
|
Juergen Hoeller
|
ce3cf3251d
|
Tests for annotation lookups in interfaces (currently ignored for CGLIB proxies)
Issue: SPR-15271
Issue: SPR-14949
Issue: SPR-14322
(cherry picked from commit d003f66)
|
2017-02-28 14:00:39 +01:00 |
|
Juergen Hoeller
|
d69fb06852
|
Skip transaction/caching metadata retrieval for java.lang.Object methods
Also retrieves CacheConfig as merged annotation now, aligned with other caching annotations.
Issue: SPR-15296
(cherry picked from commit d4a1b59)
|
2017-02-28 14:00:33 +01:00 |
|
Juergen Hoeller
|
0f71f58616
|
Polishing
|
2017-02-18 00:52:12 +01:00 |
|
Juergen Hoeller
|
5017c05c23
|
Polishing
(cherry picked from commit e9019cd)
|
2017-02-10 11:47:28 +01:00 |
|
Juergen Hoeller
|
941f3e7166
|
Clear synchronization before triggering afterCompletion callbacks
Issue: SPR-15194
Issue: SPR-11590
(cherry picked from commit b630c9b)
|
2017-02-10 11:46:13 +01:00 |
|
Juergen Hoeller
|
28849e0987
|
Revisit Assert to avoid single-arg assert methods (with refined messages)
Issue: SPR-15196
(cherry picked from commit 1b2dc36)
|
2017-01-31 10:28:46 +01:00 |
|
Juergen Hoeller
|
0296c7c5b6
|
Stronger explanation of default rollback rules
Issue: SPR-14994
(cherry picked from commit 953bc18)
|
2016-12-19 00:58:44 +01:00 |
|
Juergen Hoeller
|
dd3c370bca
|
ImportRegistry properly tracks excluded superclasses
Issue: SPR-14972
(cherry picked from commit a7ec6dc)
|
2016-12-19 00:57:45 +01:00 |
|
Juergen Hoeller
|
01e9307fb7
|
DataSourceTransactionManager triggers flush callbacks on registered transaction synchronizations
Issue: SPR-14847
(cherry picked from commit 2874066)
|
2016-10-31 11:44:17 +01:00 |
|
Juergen Hoeller
|
6d95b999ad
|
DefaultTransactionAttribute stores descriptor (method identification)
Issue: SPR-14760
(cherry picked from commit 52b029d)
|
2016-10-21 12:59:43 +02:00 |
|
Juergen Hoeller
|
29a946163b
|
Polishing
(cherry picked from commit eafaaa5)
|
2016-10-12 17:48:33 +02:00 |
|
Juergen Hoeller
|
040d131284
|
Polishing
(cherry picked from commit ce42ed4)
|
2016-09-13 22:31:47 +02:00 |
|
Juergen Hoeller
|
37670924f6
|
Polishing
|
2016-08-31 01:53:03 +02:00 |
|
Juergen Hoeller
|
3b91dec462
|
ApplicationListenerMethodAdapter resolves order on construction
Issue: SPR-14642
(cherry picked from commit 58fa63f)
|
2016-08-31 00:44:43 +02:00 |
|
Juergen Hoeller
|
ab686732d0
|
Refined exception message
Issue: SPR-14609
|
2016-08-24 15:05:43 +02:00 |
|
Juergen Hoeller
|
6d86437369
|
TransactionAspectSupport stores given PlatformTransactionManager instance as strong reference
Issue: SPR-14609
(cherry picked from commit 951ac5e)
|
2016-08-24 14:39:19 +02:00 |
|
Juergen Hoeller
|
67176e2b75
|
TransactionAspectSupport avoids hard references to transaction manager beans
Issue: SPR-14511
(cherry picked from commit 02374d7)
|
2016-07-26 21:46:49 +02:00 |
|
Juergen Hoeller
|
9e2c34dfa6
|
Fixed ConcurrentMap declaration
(cherry picked from commit 23135b1)
|
2016-07-26 00:28:40 +02:00 |
|
Juergen Hoeller
|
cc93c2a559
|
Polishing
|
2016-07-26 00:03:21 +02:00 |
|
Juergen Hoeller
|
52f46c7fea
|
Aspect actually applies in PersistenceExceptionTranslationPostProcessorTests
Issue: SPR-14457
(cherry picked from commit 04e9c2b)
|
2016-07-15 15:38:44 +02:00 |
|
Stephane Nicoll
|
037746da44
|
Polish
Closes gh-1097
|
2016-07-01 14:26:48 +02:00 |
|
Juergen Hoeller
|
66ec1c1618
|
Add missing package-info files for common packages
Issue: SPR-14420
|
2016-06-30 21:39:06 +02:00 |
|
nkjackzhang
|
9656015d26
|
Fix typo in javadoc
See gh-1080
|
2016-06-16 12:11:14 +02:00 |
|
Juergen Hoeller
|
a9fda3e7e2
|
Defensive catching of any Throwable subclasses instead of just Error
Issue: SPR-14329
|
2016-06-04 00:17:20 +02:00 |
|
Juergen Hoeller
|
1be544f8fa
|
JtaTransactionManager explicitly resets transaction timeout after completion
Issue: SPR-14239
|
2016-05-03 13:30:51 +02:00 |
|
Juergen Hoeller
|
f83cbff543
|
Consistent SmartLifecycle implementations
Issue: SPR-14233
|
2016-05-02 13:01:44 +02:00 |
|
Johnny Lim
|
44e652f99e
|
Remove duplicate words
Closes gh-1039
|
2016-04-19 08:24:21 +02:00 |
|
Juergen Hoeller
|
74608e6b49
|
Polishing
|
2016-04-12 16:03:57 +02:00 |
|
Juergen Hoeller
|
831f09cf48
|
SimpleTransactionScope properly suspends and resumes scoped objects
Issue: SPR-14148
|
2016-04-12 16:02:36 +02:00 |
|
Juergen Hoeller
|
537193a4e0
|
Consistent license header
|
2016-04-11 20:49:38 +02:00 |
|
Juergen Hoeller
|
14bf6509ec
|
Consistent cache key implementation across transaction and cache attribute sources
Includes consistent applicability of class-level metadata to user-level methods only.
Issue: SPR-14017
Issue: SPR-14095
|
2016-03-30 14:13:04 +02:00 |
|
Juergen Hoeller
|
b7819e6ec8
|
AnnotationTransactionAttributeSource applies class-level metadata to user-level methods only
Issue: SPR-14095
|
2016-03-30 10:21:22 +02:00 |
|
Juergen Hoeller
|
54aeb7a5d6
|
Cache key classes implement Comparable and consistently provide a toString representation
Issue: SPR-14017
|
2016-03-26 14:32:10 +01:00 |
|
Juergen Hoeller
|
9af12d290e
|
Polishing
|
2016-03-23 18:39:29 +01:00 |
|
Juergen Hoeller
|
5025c615b1
|
Consistent use of AnnotatedElementUtils.findMergedAnnotation/hasAnnotation
Issue: SPR-13440
|
2016-03-23 18:39:20 +01:00 |
|
Juergen Hoeller
|
25be5e060c
|
TaskDecorator callback supported by common TaskExecutor implementations
Issue: SPR-13930
|
2016-02-17 16:58:02 +01:00 |
|
Juergen Hoeller
|
1d8a3e1f07
|
BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well
Issue: SPR-13819
Issue: SPR-13452
|
2015-12-28 23:28:08 +01:00 |
|
Sam Brannen
|
5b3edcd9f9
|
Spring Cleaning in December
- Delete unused imports
- Delete unused code
- Clean up warnings
|
2015-12-17 20:27:33 +01:00 |
|
Stephane Nicoll
|
752d3c715a
|
Initiate structure for 4.3 XSDs
|
2015-12-17 15:43:23 +01:00 |
|
Johnny Lim
|
2defb6555e
|
Fix broken Javadoc related to < and >
|
2015-11-12 11:22:08 +01:00 |
|
Juergen Hoeller
|
760bc719f2
|
Polishing
|
2015-11-09 15:03:14 +01:00 |
|
Juergen Hoeller
|
d5efe4f983
|
Detect event listener methods behind interface proxies as well
Issue: SPR-13650
|
2015-11-09 15:00:03 +01:00 |
|
Juergen Hoeller
|
e35855f9b5
|
Avoid expensive annotation retrieval algorithm if no annotations present in the first place
Issue: SPR-13621
|
2015-11-05 12:26:54 +01:00 |
|