Rossen Stoyanchev
f23496ae32
Fix URI var encoding issue with '$'
...
When expanding and strictly encoding URI variables, there is no need to
quote `/` and `$` which will be encoded anyway.
Issue: SPR-17168
6 years ago
Juergen Hoeller
1d8e5f4d85
Revert to Map entry iteration for less expensive static initialization
...
Issue: SPR-17169
(cherry picked from commit df51ff0386
)
6 years ago
Juergen Hoeller
d8aecd8c87
Post-processors consistently ignore ScopedObject/AopInfrastructureBean
...
Issue: SPR-17166
6 years ago
Stephane Nicoll
6ed03c24ac
Disable quotes substitution in code sample
...
Issue: SPR-17167
6 years ago
Juergen Hoeller
9c1cbbb689
Post-processors consistently ignore ScopedObject/AopInfrastructureBean
...
Issue: SPR-17166
6 years ago
Juergen Hoeller
67d0c69a95
Polishing
6 years ago
Juergen Hoeller
951b39cc7a
Polishing
6 years ago
Juergen Hoeller
1695ef7e87
Polishing
6 years ago
Juergen Hoeller
6f41d4ec4d
DefaultLifecycleProcessor properly counts dependent beans in same phase
...
Issue: SPR-16901
6 years ago
Juergen Hoeller
42dbc39032
Polishing
...
(cherry picked from commit 8e571decc1
)
6 years ago
Rossen Stoyanchev
1d45e326b7
Fix link from Spring MVC to OXM chapter
6 years ago
Juergen Hoeller
7737175140
Polishing
6 years ago
Juergen Hoeller
e00fd52dc6
Polishing
6 years ago
Juergen Hoeller
a159dd5993
AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue
6 years ago
Juergen Hoeller
d8d04d82c1
Polishing
6 years ago
Juergen Hoeller
f3184a0878
Polishing
6 years ago
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
)
6 years ago
Juergen Hoeller
9580bbd59f
Expose checkbox field marker as 'hidden' to RequestDataValueProcessor
...
Issue: SPR-17147
(cherry picked from commit fa72186e28
)
6 years ago
Juergen Hoeller
a9305dbe8b
ConcurrentModel ignores null value for put (also used by putAll)
...
Issue: SPR-17141
(cherry picked from commit b8b6367f9b
)
6 years ago
Kazuhiro Sera
a80f4caf37
Fix typos detected by github.com/client9/misspell
...
(cherry picked from commit be211ceead
)
6 years ago
Rossen Stoyanchev
eaafcee077
Proper use of setComplete in ContextPathCompositeHandler
...
Issue: SPR-17144
6 years ago
Juergen Hoeller
a45ef35b38
Pruning of outdated JDK 6/7 references (plus related polishing)
...
(cherry picked from commit b325c74216
)
6 years ago
Juergen Hoeller
b87ee4ca32
ConcurrentModel.addAttribute(String, Object) ignores null value
...
Issue: SPR-17141
(cherry picked from commit 34ddb88851
)
6 years ago
Juergen Hoeller
737ece71ca
Polishing
6 years ago
Juergen Hoeller
a938f528e2
Polishing
6 years ago
Juergen Hoeller
2b593b0b06
Upgrade to Log4J 2.11.1
6 years ago
Juergen Hoeller
4042c1d578
Polishing
6 years ago
Juergen Hoeller
34052945de
Avoid unnecessary annotation introspection on framework methods
...
Issue: SPR-16933
6 years ago
Juergen Hoeller
c814f5821a
DisposableBean javadoc refers to singletons as well as scoped beans
...
Issue: SPR-17131
(cherry picked from commit f155d21c95
)
6 years ago
Rossen Stoyanchev
6562e3047f
takeUntilByteCount actually uses takeUntil
...
Issue: SPR-17188
6 years ago
Rossen Stoyanchev
0d0a0a2d08
Polish
6 years ago
Juergen Hoeller
08b5921fff
Polishing
6 years ago
Juergen Hoeller
f9307897b6
Polishing
...
(cherry picked from commit 2474c487499c3a6b77dedbcbedf7fa8c2c5e3ba4)
6 years ago
Juergen Hoeller
f4c0421a7d
Polishing
...
(cherry picked from commit dc36bb34c7388e12f821de0f6cb08de58dd5202c)
6 years ago
Juergen Hoeller
ecf6c381be
SchedulerAccessor catches cluster race conditions on job rescheduling
...
Issue: SPR-17114
(cherry picked from commit fa97aab8be10df62cc13bb799604e15bc94b6a61)
6 years ago
Juergen Hoeller
55e8aea2a3
Polishing
6 years ago
Juergen Hoeller
77e75fdf87
Avoid synthesizable annotation creation for @Bean/@Scope on scanning
...
Includes consistent (non-)use of AnnotationUtils/AnnotatedElementUtils.
Issue: SPR-16933
6 years ago
Juergen Hoeller
8c1290084d
Polishing
6 years ago
Rossen Stoyanchev
4133355b72
Typo in URI Encoding section
...
Issue: SPR-17104
6 years ago
Rossen Stoyanchev
7476c5d5db
Revert ""Order of messages" in STOMP section of reference docs"
...
This reverts commit dc066b053099407321819b4693616ad87f919c66 which
wasn't meant to be added to 5.0.x where the feature does not exist.
6 years ago
Juergen Hoeller
fd75600c26
Polishing
6 years ago
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
6 years ago
Juergen Hoeller
f791b827ec
Correct 404 status code and refined resolution failure log message
6 years ago
Juergen Hoeller
a65c7ef780
Polishing
6 years ago
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
)
6 years ago
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
)
6 years ago
Juergen Hoeller
006db06d11
Polishing
6 years ago
Juergen Hoeller
6839570187
Polishing
...
(cherry picked from commit 1fd6248d84
)
6 years ago
Rossen Stoyanchev
5f96d7c46c
Add notes on future deprecation of the RestTemplate
...
Issue: SPR-16993
6 years ago
Juergen Hoeller
cca8968a44
Polishing
6 years ago