Andy Wilkinson
039aa16579
Merge branch '2.1.x'
5 years ago
dreis2211
d89adfac91
Test compression with invalid content type for all webservers
...
Closes gh-18338
5 years ago
Andy Wilkinson
3fa9e037fa
Merge pull request #18337 from dreis2211
...
* gh-18337:
Test compression with invalid content type for all webservers
Closes gh-18337
5 years ago
dreis2211
7bc28fc646
Test compression with invalid content type for all webservers
...
See gh-18337
5 years ago
Andy Wilkinson
c5cb41df55
Merge pull request #18330 from eddumelendez
...
* gh-18330:
Add dependency management for io.rest-assured:spring-web-test-client
Closes gh-18330
5 years ago
Eddú Meléndez
82bf819c49
Add dependency management for io.rest-assured:spring-web-test-client
...
See gh-18330
5 years ago
Stephane Nicoll
3c8402f6af
Polish
...
See gh-18194
5 years ago
Stephane Nicoll
ddc96c1a62
Merge branch '2.1.x'
...
Closes gh-18336
5 years ago
Stephane Nicoll
12751fe50a
Merge pull request #18331 from polarbear567
...
* pr/18331:
Fix property name in "Task Execution and Scheduling" example
Closes gh-18331
5 years ago
leoli
09cf1e6791
Fix property name in "Task Execution and Scheduling" example
...
See gh-18331
5 years ago
Phillip Webb
d7a472b8a6
Restore HealthIndicatorRegistry beans
...
Restore `HealthIndicatorRegistry` and `ReactiveHealthIndicatorRegistry`
auto-configured beans with a version that adapts to the new contributor
interfaces.
Closes gh-16903
5 years ago
Phillip Webb
5076d8562a
Fix Artemis EmbeddedJMS initialization
...
Update `ArtemisConnectionFactoryFactory` to reference the new
embedded Artemis classes.
See gh-16646
5 years ago
Phillip Webb
90defac71c
Workaround Spring Data Rest enforcer issue
...
Temporarily update `spring-boot-starter-data-rest` to declare
the correct spring-plugin version.
5 years ago
Andy Wilkinson
42e0dc14b5
Migrate from deprecated Artemis EmbeddedJMS
...
Closes gh-16646
5 years ago
Brian Clozel
b210d2fcef
Merge pull request #18321 from rstoyanchev
...
* gh-18321:
Polish "Reference Spring Framework RSocket section + polish"
Reference Spring Framework RSocket section + polish
Closes gh-18321
5 years ago
Brian Clozel
60b1bbb8b2
Polish "Reference Spring Framework RSocket section + polish"
...
See gh-18321
5 years ago
Rossen Stoyanchev
9a70b5d1f5
Reference Spring Framework RSocket section + polish
5 years ago
Andy Wilkinson
b9cfbf7c8b
Merge branch '2.1.x'
...
Closes gh-18323
5 years ago
Andy Wilkinson
9df356ec4c
Fix destination checking in Artemis auto-configuration tests
...
Closes gh-18319
5 years ago
Stephane Nicoll
98ad5e53ef
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18316
5 years ago
Stephane Nicoll
ba2c8b333f
Start building against Spring HATEOAS 1.0.0 snapshots
...
See gh-18258
5 years ago
Stephane Nicoll
71e39c7847
Start building against Spring Security 5.2.0 snapshots
...
See gh-18256
5 years ago
Stephane Nicoll
06f5f73362
Start building against Spring Kafka 2.3.0 snapshots
...
See gh-18255
5 years ago
Stephane Nicoll
c2df1afff0
Start building against Spring Integration 5.2.0 snapshots
...
See gh-18254
5 years ago
Stephane Nicoll
c8dc76c5bf
Start building against Spring Data Moore snapshots
...
See gh-18253
5 years ago
Stephane Nicoll
8d131c4fcd
Start building against Spring Batch 4.2.0 snapshots
...
See gh-18252
5 years ago
Stephane Nicoll
e70da5edb0
Start building against Spring AMQP 2.2.0 snapshots
...
See gh-18251
5 years ago
Andy Wilkinson
f027139743
Upgrade to Commons Compress 1.19
...
Closes gh-18311
5 years ago
Andy Wilkinson
5cd7c727d4
Drop dependency management for Spring Plugin
...
Closes gh-18318
5 years ago
Andy Wilkinson
79d8089cd0
Remove redundant spring-plugin-core dependencies
...
Closes gh-18317
5 years ago
Stephane Nicoll
7f84e4fba7
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
7533bfd0d3
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18315
5 years ago
Stephane Nicoll
f6589e66c2
Start building against Spring Kafka 2.2.9 snapshots
...
See gh-18314
5 years ago
Stephane Nicoll
d38d3ea940
Start building against Spring Integration 5.1.8 snapshots
...
See gh-18313
5 years ago
Stephane Nicoll
05f857d1f1
Start building against Spring AMQP 2.1.11 snapshots
...
See gh-18312
5 years ago
Andy Wilkinson
e6d60d937e
Ensure the use of UTF-8 encoding in ImageBannerTests
...
Closes gh-18301
5 years ago
Andy Wilkinson
ec2483e897
Polish assertions in ImageBannerTests
5 years ago
Phillip Webb
b3141d8887
Use hexadecimal for string compare failure
...
Update `ImageBannerTests` to use `inHexacecimal()` to help with
failure logs.
See gh-18301
5 years ago
Andy Wilkinson
2de7b3af4a
Merge branch '2.1.x'
5 years ago
Andy Wilkinson
e5f26a4f1a
Rename test resource to be Windows-friendly
5 years ago
Andy Wilkinson
30c05b2b49
Support X-Forwarded-Host header when auto-configuring RemoteIpValve
...
Closes gh-18233
5 years ago
Phillip Webb
303974fde9
Add block pixel mode support for image banners
...
Add support for a `spring.banner.image.pixelmode` property which can
be set to `block` to use unicode block characters when rendering image
banners.
Closes gh-18301
5 years ago
Phillip Webb
18396a3dc3
Merge pull request #18264 from making
...
* pr/18264:
Add ANSI 8-bit color image banner support
Polish 'Add ANSI 8-bit color support'
Add ANSI 8-bit color support
Closes gh-18264
5 years ago
Phillip Webb
4ef1e18216
Add ANSI 8-bit color image banner support
...
Update `ImageBanner` and `AnsiColors` to optionally support 8-bit
color output.
See gh-18264
5 years ago
Phillip Webb
7f79c26b6b
Polish 'Add ANSI 8-bit color support'
...
See gh-18264
5 years ago
Toshiaki Maki
65a27ef6d6
Add ANSI 8-bit color support
...
Update ANSI property support to include an 8-bit (256 color) option.
See gh-18264
5 years ago
Phillip Webb
5ca5ec8395
Merge branch '2.1.x'
...
Closes gh-18299
5 years ago
Phillip Webb
1ceb96f9f2
Ensure matches is not called before initialization
...
Update `ApplicationContextRequestMatcher` to ensure that the `matches`
method is never called before `initialized`. This fixes an issue
accidentally introduced in commit 5938ca78
where concurrent calls
to `matches` could trigger unexpected errors due to the fact that the
second call proceeded before the `initialized` method had returned.
Fixes gh-18211
5 years ago
Phillip Webb
5427526bcc
Fix ApplicationContextRequestMatcher javadoc
...
Fix an error in the `ApplicationContextRequestMatcher` javadoc.
5 years ago
Andy Wilkinson
4cc7fef728
Deprecate support for Spring Cloud Connectors in favor of Java CFEnv
...
Closes gh-17877
5 years ago