Rossen Stoyanchev
14e2c6803e
Support for RSocket composite metadata
...
Closes gh-22798
6 years ago
Sam Brannen
9fb973d4f3
Polish JavaDoc for FreeMarkerView in spring-webflux
...
See gh-23105
6 years ago
Sam Brannen
a4f4ef9011
Update documentation for spring.ftl in spring-webflux
...
See gh-23105
6 years ago
Juergen Hoeller
0a77477d32
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
fc46abf0b7
Polishing
6 years ago
stsypanov
49873a30c5
Simplify String concatenation
6 years ago
Sam Brannen
cc4593fda8
Improve FreeMarker macro support in spring-webflux
...
This commit improves the FreeMarker macro support in spring-webflux by
automatically exposing a RequestContext under the name
"springMacroRequestContext" for use with Spring's FreeMarker macros in
spring.ftl.
This aligns with the user experience for FreeMarkerView in spring-webmvc.
Closes gh-23105
6 years ago
Sam Brannen
c99b7c1c90
Polishing
6 years ago
Sam Brannen
8b68400bbe
Remove use of @Nullable from copy of SortedProperties
...
Rationale: @Nullable is not visible in the spring-context-indexer
project.
6 years ago
Juergen Hoeller
42c0d8ec7f
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
1ccd99ebe7
Polishing
6 years ago
Juergen Hoeller
627d37f73b
Thread-safe removal of destruction callbacks in web scopes
...
Closes gh-23117
6 years ago
Sam Brannen
259dd3d731
Polishing
6 years ago
Juergen Hoeller
918ffacdf8
Polishing
6 years ago
Juergen Hoeller
98a49b46b7
NamedParameterJdbcTemplate only treats Iterables like Collections
...
Closes gh-22981
6 years ago
Sam Brannen
bee4fb0615
Polishing
6 years ago
Sam Brannen
049437e111
Log exception when closing InputStream in AbstractResource
...
Prior to this commit, exceptions thrown while closing an InputStream in
AbstractResource were silently ignored.
This commit improves diagnostics for such failure scenarios by logging
the exception at DEBUG level.
Closes gh-23116
6 years ago
Sam Brannen
5cbc0cd8a3
Merge branch '5.1.x'
6 years ago
Sam Brannen
0086801457
Upgrade to dokka 0.9.18
6 years ago
Juergen Hoeller
bd76a160bb
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
4877736794
Polishing
6 years ago
Juergen Hoeller
707c720441
Polishing
6 years ago
Juergen Hoeller
7e02358166
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
33b5bc2aae
Polishing
6 years ago
Juergen Hoeller
22aba8bf60
Upgrade to Apache HttpClient 4.5.9
6 years ago
Phillip Webb
5e505ce3a9
Add FormatterRegistry addPrinter/addParser methods
...
Update `FormatterRegistry` with `addPrinter` and `addParser` methods
that can be used to register Printer or Parser implementations in a
similar way to the existing `addFormatter` method.
Closes gh-23110
6 years ago
Juergen Hoeller
a89bfffd8c
Merge branch '5.1.x'
6 years ago
Sam Brannen
74d520fbfa
Polish @Value documentation in the Reference Manual
...
See gh-23052
6 years ago
Phillip Webb
6ac68391c1
Polishing
6 years ago
Phillip Webb
b21b27c5ac
Add MultiValueMap.addIfAbsent method
...
Closes gh-23111
6 years ago
Juergen Hoeller
7dc92aa05d
Polishing
6 years ago
Juergen Hoeller
1956cb1e57
Defensive concurrent access to shared file extension data structures
...
Closes gh-23064
6 years ago
Juergen Hoeller
4fc9747569
Defensive concurrent access to key set from java.util.Properties
...
Closes gh-23063
6 years ago
Juergen Hoeller
b37390b8fe
Restore javax meta-annotation lookup behavior
...
Closes gh-22957
6 years ago
Juergen Hoeller
fd159ad082
Custom init/destroy methods get invoked through interface is possible
...
Closes gh-22939
6 years ago
Juergen Hoeller
dec6d69819
ReflectivePropertyAccessor uses interface methods if possible
...
Closes gh-22242
6 years ago
Juergen Hoeller
b63c853a7d
Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21
...
Includes upgrade to Reactor Californium SR9 proper.
6 years ago
Rossen Stoyanchev
0757eaee9d
Clear ProducesRequestCondition attribute
...
Closes gh-23091
6 years ago
Juergen Hoeller
859923b732
Support for fine-grained by-type references and autowired properties
...
Closes gh-23032
6 years ago
Juergen Hoeller
eeb79c8dde
NamedParameterJdbcTemplate treats arrays/Iterables like Collections
...
Closes gh-22981
6 years ago
Juergen Hoeller
9f92b42d69
Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21, Mockito 2.28.2, Hibernate ORM 5.4.3
...
Centralizes rsocketVersion declaration in build.gradle; also includes upgrade to Reactor Dysprosium M2 proper.
6 years ago
Sebastien Deleuze
1af43d7164
Rework @Value documentation
...
See gh-23052
6 years ago
Sam Brannen
44a00b58c8
Polish contribution
...
See gh-22383
6 years ago
Vedran Pavic
b51e553f55
Ensure indexer output is deterministic and repeatable
...
Closes gh-22383
6 years ago
Sam Brannen
a5828ca14e
Polish JavaDoc for AbstractView in spring-webflux
6 years ago
Sam Brannen
dfbf742547
Polishing
6 years ago
Sylvain Lemoine
74fcb0c5e8
Add proper @Value documentation
...
Closes gh-23052
6 years ago
Sam Brannen
59d070e12a
Test JUnit Jupiter 5.5 @Timeout support with Spring transactions
...
See gh-23076
6 years ago
Sam Brannen
809fc50036
Upgrade to JUnit Jupiter 5.5 RC1
...
See gh-23076
6 years ago
Sam Brannen
7a87d86b80
Fix documentation for FreeMarker `bind` macro in spring-webflux
...
See gh-23002
6 years ago