Spring Buildmaster
88c547c4c1
Release version 5.0.9.RELEASE
8 years ago
Juergen Hoeller
dcdd08c432
Remove declaration for snapshot repository
8 years ago
Juergen Hoeller
06ed818f4c
Fix SpEL compilation for non trivial elvis operand
...
Issue: SPR-17214
8 years ago
Juergen Hoeller
ad5447253c
ConfigurationClassParser consistently uses ClassUtils.forName
...
Issue: SPR-17253
(cherry picked from commit c803ad7998 )
8 years ago
Juergen Hoeller
7653762240
XMLEventReader.getElementText() properly checks for start element
...
Issue: SPR-17233
(cherry picked from commit 84ec382201 )
8 years ago
Sebastien Deleuze
89fca1b949
Fix Kotlin inner class nested configuration handling
...
Before this commit, Kotlin inner class nested configuration
handling thrown an IndexOutOfBoundsException due to bogus filtering
of its constructor parameter reference to an instance of the outer
class.
This commit keep constructor parameter of type INSTANCE in order to
throw a more meaningful NoSuchBeanDefinitionException.
Issue: SPR-17222
8 years ago
Rossen Stoyanchev
92bb76f3cd
Disable Jackson's buffer recyling feature for WebFlux
...
Issue: SPR-17193
8 years ago
Stephane Nicoll
4b6a5fbd13
Upgrade to Reactor Bismuth SR11
8 years ago
Rossen Stoyanchev
b17e7c321a
Use random id for WebSocket sessions
...
Issue: SPR-17228
8 years ago
Toshiaki Maki
ee559bb2c8
Use long for expires and lastModified in HeaderAssertions
...
This commit changes the type of parameters so that HeaderAssertions
can assert expires and lastModified properly.
Issue: SPR-17194
8 years ago
Brian Clozel
1371cfe301
Upgrade to Jetty 9.4.12.v20180830
...
(Cherry-picked from 7041e5e8e3 )
8 years ago
Juergen Hoeller
04814e604e
Polishing
...
(cherry picked from commit 95a56cd28d )
8 years ago
Juergen Hoeller
e332e32a88
SpelExpression consistently exposes EvaluationContext to compiled AST
...
Operator includes explicit support for Boolean comparisons now.
Issue: SPR-17229
(cherry picked from commit 51cee658d5 )
8 years ago
Juergen Hoeller
648fa60f48
Transactional timeout documented as seconds in annotation javadoc
...
Issue: SPR-17226
(cherry picked from commit 8c6f3505c4 )
8 years ago
Brian Clozel
4004f92e3f
Switch back to Reactor Bismuth SNAPTHOTs
...
Preparing for Bismut-SR11
8 years ago
Brian Clozel
6189e17d7c
Fix empty body writing in EncoderHttpMessageWriter
...
Prior to this commit, an bug introduced in SPR-16949 prevented
`Mono.empty` bodies from being written to the response.
This commit ensures that empty bodies still trigger the writing to the
response and does not hang the processing of the exchange.
Issue: SPR-17220
Cherry-picked from: 280da61d5c
8 years ago
Juergen Hoeller
1e8cb5fc59
Upgrade to RxJava 2.1.17, Tomcat 8.5.33, Netty 4.1.29
8 years ago
Juergen Hoeller
b5270a9cff
Polishing
8 years ago
Juergen Hoeller
a44fe4cbe4
Support Jackson filters in combination with serialization view
...
Issue: SPR-17209
(cherry picked from commit 03f1920106 )
8 years ago
Kyle Carter
abb92b6966
Fix usage of deprecated functionality in docs
...
Closes gh-1934
8 years ago
Juergen Hoeller
68cf18f4a3
SimpleAliasRegistry.hasAlias properly resolves multiple chained aliases
...
Issue: SPR-17191
(cherry picked from commit 2ac23badee )
8 years ago
Juergen Hoeller
92228f9e64
Fix recent javadoc errors
...
Issue: SPR-17174
8 years ago
Juergen Hoeller
fb083a3776
Consistently use double quotes (even if no interpolation needed)
8 years ago
Juergen Hoeller
f532de5a8a
Polishing
8 years ago
Juergen Hoeller
6b3dd0779f
Consistently skip unnecessary search on superclasses and empty elements
...
Issue: SPR-16933
8 years ago
Rossen Stoyanchev
bf7fa39a48
Consistent logging of resolved exceptions
...
Issue: SPR-17178
8 years ago
Juergen Hoeller
37db3ba834
Polishing
...
(cherry picked from commit 6027cf2255 )
8 years ago
Juergen Hoeller
4b2a0471e1
Revised documentation for PDF, Excel and JSON views
...
Issue: SPR-17180
Issue: SPR-17182
(cherry picked from commit c0c9e08bf9 )
8 years ago
Juergen Hoeller
7894ecf445
Polishing
8 years ago
Juergen Hoeller
0e3f23eeb7
Polishing
8 years ago
Sam Brannen
e306d3e83a
Generate “Use” links in aggregated Spring API JavaDoc
...
This commit enables the `-use` javadoc flag so that class usage pages
are included in the aggregated JavaDoc that is published to
https://docs.spring.io/spring-framework/docs/ .
Issue: SPR-17173
8 years ago
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
8 years ago
Juergen Hoeller
1d8e5f4d85
Revert to Map entry iteration for less expensive static initialization
...
Issue: SPR-17169
(cherry picked from commit df51ff0386 )
8 years ago
Juergen Hoeller
d8aecd8c87
Post-processors consistently ignore ScopedObject/AopInfrastructureBean
...
Issue: SPR-17166
8 years ago
Stephane Nicoll
6ed03c24ac
Disable quotes substitution in code sample
...
Issue: SPR-17167
8 years ago
Juergen Hoeller
9c1cbbb689
Post-processors consistently ignore ScopedObject/AopInfrastructureBean
...
Issue: SPR-17166
8 years ago
Juergen Hoeller
67d0c69a95
Polishing
8 years ago
Juergen Hoeller
951b39cc7a
Polishing
8 years ago
Juergen Hoeller
1695ef7e87
Polishing
8 years ago
Juergen Hoeller
6f41d4ec4d
DefaultLifecycleProcessor properly counts dependent beans in same phase
...
Issue: SPR-16901
8 years ago
Juergen Hoeller
42dbc39032
Polishing
...
(cherry picked from commit 8e571decc1 )
8 years ago
Rossen Stoyanchev
1d45e326b7
Fix link from Spring MVC to OXM chapter
8 years ago
Juergen Hoeller
7737175140
Polishing
8 years ago
Juergen Hoeller
e00fd52dc6
Polishing
8 years ago
Juergen Hoeller
a159dd5993
AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue
8 years ago
Juergen Hoeller
d8d04d82c1
Polishing
8 years ago
Juergen Hoeller
f3184a0878
Polishing
8 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 )
8 years ago
Juergen Hoeller
9580bbd59f
Expose checkbox field marker as 'hidden' to RequestDataValueProcessor
...
Issue: SPR-17147
(cherry picked from commit fa72186e28 )
8 years ago
Juergen Hoeller
a9305dbe8b
ConcurrentModel ignores null value for put (also used by putAll)
...
Issue: SPR-17141
(cherry picked from commit b8b6367f9b )
8 years ago