Stephane Nicoll
d703ca95d7
Upgrade to Reactor Californium SR5
6 years ago
Brian Clozel
d463598c09
Defer ExchangeFilterFunction to subscription time
...
Prior to this commit, the `ExchangeFilterFunction` instances configured
on a `WebClient` instance would be executed as soon as the `exchange`
method would be called. This behavior is not consistent with the server
side and can confuse filter developers as they'd need to manually
`Mono.defer()` their implementations if they want to record metrics.
This commit defers all `ExchangeFilterFunction` processing at
subscription time.
Fixes gh-22375
6 years ago
Juergen Hoeller
4e47006a17
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
106a757098
Polishing
6 years ago
Juergen Hoeller
8637540678
Expose empty annotation array as empty AnnotationAttributes array
...
Closes gh-22405
6 years ago
Sebastien Deleuze
0bdacddc53
Remove SqlXmlObjectMappingHandler
...
This class is only known to be used in spring-data-jdbc-ext project
which was never upgraded to Spring Framework 5.x and is no longer
actively developed.
Closes gh-22402
6 years ago
Sebastien Deleuze
5bb1c3e1e3
Deprecate SqlXmlObjectMappingHandler
...
This class is only known to be used in spring-data-jdbc-ext project
which was never upgraded to Spring Framework 5.x and is no longer
actively developed.
Closes gh-11647
6 years ago
Sebastien Deleuze
9d0f97fa00
Merge branch '5.1.x'
6 years ago
Sebastien Deleuze
2a0a002bd3
Improve Kotlin documentation
...
Closes gh-22400
6 years ago
dzou
514f7e3328
Add link to Kotlin sample for Spring Cloud GCP
...
Closes gh-2070
6 years ago
Juergen Hoeller
4ca376ef31
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
cdd0456aa4
Upgrade to Tomcat 9.0.16 and Log4J 2.11.2
6 years ago
Juergen Hoeller
b5e9fa5f1e
TransactionActionSupport evaluates Vavr Try failure as rollback-only
...
Closes gh-20361
6 years ago
Brian Clozel
afbe7b31bb
Polish
...
See gh-22341
6 years ago
Brian Clozel
fb4a28f904
Polish
...
See gh-22340
6 years ago
Sam Brannen
f7e53a071b
Polishing
6 years ago
Juergen Hoeller
783a7ca46b
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
9f03d158ce
Upgrade to Checkstyle 8.17 and Mockito 2.24
6 years ago
Juergen Hoeller
ba0c48b933
Polishing
6 years ago
Mansur Mustaquim
82dbde13b6
Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on the same line as '*/' ( #22392 )
...
* Test for multi-line comment block where the comment end delimiter occurs on a line starting with the single-line comment prefix
* ScriptUtils successfully parses a SQL script containing a multi-line comment block where the comment-end delimiter occurs on a line starting with the single-line comment prefix.
6 years ago
Sam Brannen
4f57d717ba
Upgrade to JUnit Jupiter 5.4
...
Closes gh-22308
6 years ago
Stephane Nicoll
f5ae288990
Merge branch '5.1.x'
6 years ago
Stephane Nicoll
a698adf125
Merge pull request #22382 from artembilan
...
* pr/22382:
Polish contribution
Polish warning message
6 years ago
Stephane Nicoll
50e4308779
Polish contribution
...
Closes gh-22382
6 years ago
Artem Bilan
07bac70c09
Polish warning message
...
See gh-22382
6 years ago
Stephane Nicoll
aff9e37b8d
Merge pull request #22373 from izeye
...
* pr/22373:
Fix casing for GitHub in the contributing guide
6 years ago
Johnny Lim
64c86623ee
Fix casing for GitHub in the contributing guide
...
Closes gh-22373
6 years ago
Juergen Hoeller
7cde283066
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
cc740dfd93
Upgrade to Groovy 2.5.6 and Hibernate ORM 5.1.17
6 years ago
Juergen Hoeller
15af0d9787
Polishing
6 years ago
Rossen Stoyanchev
b4de3845c0
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
2b974da395
Use snapshot instead of libs-snapshot repository
...
The latter has stale Reactor snapshots
6 years ago
Rossen Stoyanchev
cb9db70857
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
e7c038f2d2
Switch to Reactor Californium snapshots
6 years ago
Juergen Hoeller
0b617a8c93
Deprecate PreferencesPlaceholderConfigurer along with its base class
...
Also removing common PropertyPlaceholderConfigurer doc references.
See gh-22181
6 years ago
Juergen Hoeller
d25783329a
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
b8e663c531
AbstractAutoProxyCreator ignores unused early proxy references
...
Closes gh-22370
6 years ago
Juergen Hoeller
0f73a69033
AbstractApplicationContext resets local listeners to pre-refresh state
...
Closes gh-22325
6 years ago
Juergen Hoeller
e9626779ee
@Resource provides dependency descriptor for resolving beans by name
...
Closes gh-22359
6 years ago
Juergen Hoeller
5f4c461d4f
Documentation revision for @PostConstruct/PreDestroy and @Required
...
Closes gh-22348
6 years ago
Juergen Hoeller
bb05ee7bff
Upgrade to Kotlin 1.3.21
...
See #20945
6 years ago
Brian Clozel
05d7ab4328
Merge branch '5.1.x'
6 years ago
Brian Clozel
ef8652615c
Log exception at ERROR level in CompositeLog
...
Fixes gh-22364
6 years ago
Sebastien Deleuze
72ed274c6f
Merge branch '5.1.x'
6 years ago
Sebastien Deleuze
d1e5a3af9f
Fix truncated Value#value javadoc
...
Closes gh-22331
6 years ago
Sam Brannen
9bc2c99ce5
Suppress deprecation warning in Gradle build
...
See gh-22181
6 years ago
Sebastien Deleuze
3787b23a98
Deprecate PropertyPlaceholderConfigurer
...
This commit deprecates PropertyPlaceholderConfigurer in favor of
PropertySourcesPlaceholderConfigurer.
Closes gh-22181
6 years ago
Sebastien Deleuze
0ad9349d84
Limit ref() and provider() visibility in Kotlin DSL
...
This commit makes ref() and provider() only available from
inside the bean lambda and not from the root level of the beans DSL.
Closes gh-22177
6 years ago
Juergen Hoeller
34ddb1e3cd
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
9895e44d73
Polishing
6 years ago