- 10 Jul, 2019 11 commits
-
-
Stephane Nicoll authored
Closes gh-17478
-
Stephane Nicoll authored
Closes gh-17476
-
Brian Clozel authored
The `reactor-tools` dependency now brings a new Reactor Debug Agent which instruments loaded classes for better Reactor stacktraces. This commit removes the `spring.reactor.stacktrace-mode.enabled` configuration property since the related Reactor Hook is about to be removed. As a replacement, we're introducing `spring.reactor.debug-agent.enabled` which tells whether the Reactor Debug Agent should be loaded, given that the `reactor-tools` dependency is available. This option is enabled by default, since adding the dependency on classpath is a strong signal already. Fixes gh-17128
-
Brian Clozel authored
Prior to this commit, having the `spring-boot-starter-rsocket` and the `jackson-dataformat-xml` dependencies on classpath would result in a `ClassCastException` when the RSocket auto-configuration tries to configure Jackson CBOR codecs for RSocket strategies. This commit disables the Jackson XML support for the CBOR codec in RSocket. Fixes gh-17425
-
Brian Clozel authored
This commit uses native Reactor operators `Mono.fromCallable` and `subscribeOn` for better performance and support. Fixes gh-17452
-
Andy Wilkinson authored
* gh-17444: Use Assertions.contentOf() where possible Closes gh-17444
-
dreis2211 authored
See gh-17444
-
Andy Wilkinson authored
* gh-17473: Add Javadoc `@since` tags for new additional Tomcat connectors methods Closes gh-17473
-
Johnny Lim authored
See gh-17473
-
Andy Wilkinson authored
* gh-17471: Remove folder that only contains package-info Closes gh-17471
-
dreis2211 authored
See gh-17471
-
- 09 Jul, 2019 17 commits
-
-
Andy Wilkinson authored
Closes gh-17470
-
Andy Wilkinson authored
Fixes gh-17217
-
Stephane Nicoll authored
Closes gh-17467
-
Stephane Nicoll authored
Closes gh-17446
-
Andy Wilkinson authored
* gh-17462: Polish BatchAutoConfiguration Closes gh-17462
-
Dmytro Nosan authored
See gh-17462
-
Andy Wilkinson authored
Closes gh-17466
-
Andy Wilkinson authored
Fixes gh-17465
-
Andy Wilkinson authored
* gh-17459: Polish Base64 usages Closes gh-17459
-
dreis2211 authored
See gh-17459
-
Andy Wilkinson authored
Closes gh-17463
-
Andy Wilkinson authored
Closes gh-17461
-
Andy Wilkinson authored
Closes gh-17460
-
Andy Wilkinson authored
Closes gh-17419
-
Andy Wilkinson authored
Closes gh-16663
-
Stephane Nicoll authored
* pr/17413: Polish Closes gh-17413
-
Johnny Lim authored
See gh-17413
-
- 08 Jul, 2019 12 commits
-
-
Madhura Bhave authored
* pr/17448: Fix typo Closes gh-17448
-
Johnny Lim authored
See gh-17448
-
Madhura Bhave authored
Closes gh-17457
-
Madhura Bhave authored
Closes gh-17445
-
Andy Wilkinson authored
Closes gh-17454
-
Andy Wilkinson authored
Closes gh-17451
-
Andy Wilkinson authored
Closes gh-17453
-
Andy Wilkinson authored
Closes gh-17449
-
Andy Wilkinson authored
* gh-17375: Polish "Add support for configuring a Batch-specific DataSource" Add support for configuring a Batch-specific DataSource Closes gh-17375
-
Andy Wilkinson authored
See gh-17375
-
Dmytro Nosan authored
See gh-17375
-
Andy Wilkinson authored
* gh-17431: Remove references to archived spring-boot-issues repo Closes gh-17431
-