Juergen Hoeller
6f41d4ec4d
DefaultLifecycleProcessor properly counts dependent beans in same phase
...
Issue: SPR-16901
2018-08-09 17:56:50 +02:00
Juergen Hoeller
42dbc39032
Polishing
...
(cherry picked from commit 8e571decc1 )
2018-08-09 12:15:23 +02:00
Rossen Stoyanchev
1d45e326b7
Fix link from Spring MVC to OXM chapter
2018-08-09 10:29:10 +03:00
Juergen Hoeller
7737175140
Polishing
2018-08-09 03:02:52 +02:00
Juergen Hoeller
e00fd52dc6
Polishing
2018-08-09 02:30:10 +02:00
Juergen Hoeller
a159dd5993
AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue
2018-08-09 02:07:00 +02:00
Juergen Hoeller
d8d04d82c1
Polishing
2018-08-09 01:41:45 +02:00
Juergen Hoeller
f3184a0878
Polishing
2018-08-09 00:49:54 +02:00
Juergen Hoeller
688ef9ad46
Find annotations on implemented generic superclass methods as well
...
Includes Java 8 getDeclaredAnnotation shortcut for lookup on Class.
Issue: SPR-17146
(cherry picked from commit 4521a79b2d )
2018-08-09 00:49:46 +02:00
Juergen Hoeller
9580bbd59f
Expose checkbox field marker as 'hidden' to RequestDataValueProcessor
...
Issue: SPR-17147
(cherry picked from commit fa72186e28 )
2018-08-09 00:49:39 +02:00
Juergen Hoeller
a9305dbe8b
ConcurrentModel ignores null value for put (also used by putAll)
...
Issue: SPR-17141
(cherry picked from commit b8b6367f9b )
2018-08-09 00:49:33 +02:00
Kazuhiro Sera
a80f4caf37
Fix typos detected by github.com/client9/misspell
...
(cherry picked from commit be211ceead )
2018-08-09 00:49:27 +02:00
Rossen Stoyanchev
eaafcee077
Proper use of setComplete in ContextPathCompositeHandler
...
Issue: SPR-17144
2018-08-08 16:41:50 +03:00
Juergen Hoeller
a45ef35b38
Pruning of outdated JDK 6/7 references (plus related polishing)
...
(cherry picked from commit b325c74216 )
2018-08-07 21:08:26 +02:00
Juergen Hoeller
b87ee4ca32
ConcurrentModel.addAttribute(String, Object) ignores null value
...
Issue: SPR-17141
(cherry picked from commit 34ddb88851 )
2018-08-07 21:08:18 +02:00
Juergen Hoeller
737ece71ca
Polishing
2018-08-07 02:48:04 +02:00
Juergen Hoeller
a938f528e2
Polishing
2018-08-07 02:41:18 +02:00
Juergen Hoeller
2b593b0b06
Upgrade to Log4J 2.11.1
2018-08-07 02:12:12 +02:00
Juergen Hoeller
4042c1d578
Polishing
2018-08-07 02:12:00 +02:00
Juergen Hoeller
34052945de
Avoid unnecessary annotation introspection on framework methods
...
Issue: SPR-16933
2018-08-07 02:11:54 +02:00
Juergen Hoeller
c814f5821a
DisposableBean javadoc refers to singletons as well as scoped beans
...
Issue: SPR-17131
(cherry picked from commit f155d21c95 )
2018-08-07 02:11:42 +02:00
Rossen Stoyanchev
6562e3047f
takeUntilByteCount actually uses takeUntil
...
Issue: SPR-17188
2018-08-02 21:20:20 +03:00
Rossen Stoyanchev
0d0a0a2d08
Polish
2018-08-02 21:20:08 +03:00
Juergen Hoeller
08b5921fff
Polishing
2018-08-02 17:45:46 +02:00
Juergen Hoeller
f9307897b6
Polishing
...
(cherry picked from commit 2474c48749 )
2018-08-02 17:18:08 +02:00
Juergen Hoeller
f4c0421a7d
Polishing
...
(cherry picked from commit dc36bb34c7 )
2018-08-02 14:55:28 +02:00
Juergen Hoeller
ecf6c381be
SchedulerAccessor catches cluster race conditions on job rescheduling
...
Issue: SPR-17114
(cherry picked from commit fa97aab8be )
2018-08-02 14:55:22 +02:00
Juergen Hoeller
55e8aea2a3
Polishing
2018-08-01 12:35:01 +02:00
Juergen Hoeller
77e75fdf87
Avoid synthesizable annotation creation for @Bean/@Scope on scanning
...
Includes consistent (non-)use of AnnotationUtils/AnnotatedElementUtils.
Issue: SPR-16933
2018-08-01 12:18:10 +02:00
Juergen Hoeller
8c1290084d
Polishing
2018-07-31 23:40:36 +02:00
Rossen Stoyanchev
4133355b72
Typo in URI Encoding section
...
Issue: SPR-17104
2018-07-31 23:28:08 +03:00
Rossen Stoyanchev
7476c5d5db
Revert ""Order of messages" in STOMP section of reference docs"
...
This reverts commit dc066b0530 which
wasn't meant to be added to 5.0.x where the feature does not exist.
2018-07-31 23:15:49 +03:00
Juergen Hoeller
fd75600c26
Polishing
2018-07-31 21:37:40 +02:00
Juergen Hoeller
a4be54d760
Avoid synthesizable check for common annotation types
...
This revision immediately returns false from isSynthesizable for java.lang.annotation types.
Issue: SPR-16933
2018-07-31 21:37:34 +02:00
Juergen Hoeller
f791b827ec
Correct 404 status code and refined resolution failure log message
2018-07-30 23:33:53 +02:00
Juergen Hoeller
a65c7ef780
Polishing
2018-07-30 23:13:22 +02:00
Juergen Hoeller
2a32c6cf57
Nullability refinements in spring-webmvc
...
Includes revision of web.servlet.tags.form for non-null conventions.
Issue: SPR-15540
(cherry picked from commit f74a631ea1 )
2018-07-30 22:33:11 +02:00
Juergen Hoeller
91fa2ed0d4
Initialize pre-filled HashMaps with large enough capacity
...
Empty Maps are preferably initialized without capacity (not initializing them at all or lazily initializing with default capacity when needed).
Issue: SPR-17105
(cherry picked from commit 4a147d26fc )
2018-07-30 22:33:04 +02:00
Juergen Hoeller
006db06d11
Polishing
2018-07-27 18:48:09 +02:00
Juergen Hoeller
6839570187
Polishing
...
(cherry picked from commit 1fd6248d84 )
2018-07-27 18:20:29 +02:00
Rossen Stoyanchev
5f96d7c46c
Add notes on future deprecation of the RestTemplate
...
Issue: SPR-16993
2018-07-27 08:43:26 -04:00
Juergen Hoeller
cca8968a44
Polishing
2018-07-26 23:40:32 +02:00
Juergen Hoeller
b6a049a088
Polishing
...
(cherry picked from commit 7c9ba80f85 )
2018-07-26 23:27:28 +02:00
Rossen Stoyanchev
2d83051ce1
bindToApplicatonContext uses WebSessionManager bean
...
Issue: SPR-17094
2018-07-26 16:05:33 -04:00
Rossen Stoyanchev
f9ff6d4192
Polish
2018-07-26 15:54:21 -04:00
Juergen Hoeller
514c28b7c0
Revise BeanFactory vs ApplicationContext section in reference docs
...
Issue: SPR-17095
(cherry picked from commit 8277ea5794 )
2018-07-26 18:50:21 +02:00
Juergen Hoeller
5da58393c1
Polishing
2018-07-26 15:55:15 +02:00
Juergen Hoeller
79936d98de
Properly identify event-related ClassCastExceptions on JDK 11
...
Issue: SPR-17093
(cherry picked from commit e458777925 )
2018-07-26 15:07:10 +02:00
Spring Buildmaster
7dff7bb7a4
Next Development Version
2018-07-26 07:49:44 +00:00
Juergen Hoeller
d7cf2c869c
MethodBeforeAdviceInterceptor implements BeforeAdvice marker interface
...
Includes related polishing in the advice interceptor implementations.
Issue: SPR-17088
(cherry picked from commit 4e03d3fdcb )
2018-07-25 20:16:48 +02:00