Phillip Webb
90defac71c
Workaround Spring Data Rest enforcer issue
...
Temporarily update `spring-boot-starter-data-rest` to declare
the correct spring-plugin version.
2019-09-23 23:41:36 -07:00
Andy Wilkinson
42e0dc14b5
Migrate from deprecated Artemis EmbeddedJMS
...
Closes gh-16646
2019-09-23 18:27:32 +01:00
Brian Clozel
60b1bbb8b2
Polish "Reference Spring Framework RSocket section + polish"
...
See gh-18321
2019-09-23 18:07:31 +02:00
Rossen Stoyanchev
9a70b5d1f5
Reference Spring Framework RSocket section + polish
2019-09-23 17:51:11 +02:00
Andy Wilkinson
b9cfbf7c8b
Merge branch '2.1.x'
...
Closes gh-18323
2019-09-23 16:46:53 +01:00
Andy Wilkinson
9df356ec4c
Fix destination checking in Artemis auto-configuration tests
...
Closes gh-18319
2019-09-23 16:45:36 +01:00
Stephane Nicoll
98ad5e53ef
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18316
2019-09-23 15:42:41 +02:00
Stephane Nicoll
ba2c8b333f
Start building against Spring HATEOAS 1.0.0 snapshots
...
See gh-18258
2019-09-23 15:42:41 +02:00
Stephane Nicoll
71e39c7847
Start building against Spring Security 5.2.0 snapshots
...
See gh-18256
2019-09-23 15:42:41 +02:00
Stephane Nicoll
06f5f73362
Start building against Spring Kafka 2.3.0 snapshots
...
See gh-18255
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c2df1afff0
Start building against Spring Integration 5.2.0 snapshots
...
See gh-18254
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c8dc76c5bf
Start building against Spring Data Moore snapshots
...
See gh-18253
2019-09-23 15:42:41 +02:00
Stephane Nicoll
8d131c4fcd
Start building against Spring Batch 4.2.0 snapshots
...
See gh-18252
2019-09-23 15:42:41 +02:00
Stephane Nicoll
e70da5edb0
Start building against Spring AMQP 2.2.0 snapshots
...
See gh-18251
2019-09-23 15:42:41 +02:00
Andy Wilkinson
f027139743
Upgrade to Commons Compress 1.19
...
Closes gh-18311
2019-09-23 14:18:01 +01:00
Andy Wilkinson
5cd7c727d4
Drop dependency management for Spring Plugin
...
Closes gh-18318
2019-09-23 14:11:03 +01:00
Andy Wilkinson
79d8089cd0
Remove redundant spring-plugin-core dependencies
...
Closes gh-18317
2019-09-23 14:11:03 +01:00
Stephane Nicoll
7533bfd0d3
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18315
2019-09-23 13:57:31 +02:00
Stephane Nicoll
f6589e66c2
Start building against Spring Kafka 2.2.9 snapshots
...
See gh-18314
2019-09-23 13:56:26 +02:00
Stephane Nicoll
d38d3ea940
Start building against Spring Integration 5.1.8 snapshots
...
See gh-18313
2019-09-23 13:55:14 +02:00
Stephane Nicoll
05f857d1f1
Start building against Spring AMQP 2.1.11 snapshots
...
See gh-18312
2019-09-23 13:53:54 +02:00
Andy Wilkinson
e6d60d937e
Ensure the use of UTF-8 encoding in ImageBannerTests
...
Closes gh-18301
2019-09-22 20:31:51 +01:00
Andy Wilkinson
ec2483e897
Polish assertions in ImageBannerTests
2019-09-22 19:44:50 +01:00
Phillip Webb
b3141d8887
Use hexadecimal for string compare failure
...
Update `ImageBannerTests` to use `inHexacecimal()` to help with
failure logs.
See gh-18301
2019-09-22 09:46:58 -07:00
Andy Wilkinson
2de7b3af4a
Merge branch '2.1.x'
2019-09-22 11:30:51 +01:00
Andy Wilkinson
e5f26a4f1a
Rename test resource to be Windows-friendly
2019-09-22 11:29:45 +01:00
Andy Wilkinson
30c05b2b49
Support X-Forwarded-Host header when auto-configuring RemoteIpValve
...
Closes gh-18233
2019-09-22 08:30:27 +01:00
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
2019-09-22 00:18:54 -07:00
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
2019-09-21 23:30:05 -07:00
Phillip Webb
7f79c26b6b
Polish 'Add ANSI 8-bit color support'
...
See gh-18264
2019-09-21 23:30:05 -07:00
Toshiaki Maki
65a27ef6d6
Add ANSI 8-bit color support
...
Update ANSI property support to include an 8-bit (256 color) option.
See gh-18264
2019-09-21 23:15:58 -07:00
Phillip Webb
5ca5ec8395
Merge branch '2.1.x'
...
Closes gh-18299
2019-09-21 12:46:13 -07:00
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
2019-09-21 12:29:46 -07:00
Phillip Webb
5427526bcc
Fix ApplicationContextRequestMatcher javadoc
...
Fix an error in the `ApplicationContextRequestMatcher` javadoc.
2019-09-21 12:28:58 -07:00
Andy Wilkinson
4cc7fef728
Deprecate support for Spring Cloud Connectors in favor of Java CFEnv
...
Closes gh-17877
2019-09-21 20:23:56 +01:00
Andy Wilkinson
79b5fd9d73
Polish "Allow the user that runs the app to be specified via an env var"
...
See gh-16973
2019-09-21 20:14:49 +01:00
Wagner Macedo
b57f35893c
Allow the user that runs the app to be specified via an env var
...
See gh-16973
2019-09-21 17:57:20 +01:00
Andy Wilkinson
ea6d9f3328
Merge branch '2.1.x'
...
Closes gh-18298
2019-09-21 13:42:54 +01:00
aohana
51a8c73b7b
Test custom comment prefix with one that does not work by default
...
See gh-18285
2019-09-21 13:33:20 +01:00
Andy Wilkinson
451703f321
Merge branch '2.1.x'
...
Closes gh-18297
2019-09-21 13:29:21 +01:00
Alessandro Falappa
b1750defde
Fix typo in configuration metadata appendix
...
See gh-18289
Closes gh-18289
2019-09-21 13:28:43 +01:00
Phillip Webb
838e7eb605
Extract spring-doc-resources URL property
...
Update the build to use a shared spring-doc-resources URL
rather than repeating it multiple times.
See gh-18293
2019-09-20 21:38:56 -07:00
Madhura Bhave
7978c3d75c
Polish
2019-09-20 15:04:29 -07:00
Madhura Bhave
48960c54d1
Drop . prefix from files in .config directory for devtools
...
Closes gh-18006
2019-09-20 15:01:12 -07:00
Madhura Bhave
d092df43b7
Merge branch '2.1.x'
...
Closes gh-18296
2019-09-20 14:41:55 -07:00
Madhura Bhave
3c4449bf0e
Polish "Fix typo in logback example"
...
See gh-18295
2019-09-20 14:38:57 -07:00
Harald Brabenetz
0091c04720
Fix typo in logback example
...
See gh-18295
2019-09-20 14:36:01 -07:00
Brian Clozel
73ed96893f
Polish spring-doc-resources update
...
See gh-18293
2019-09-20 23:10:17 +02:00
Phillip Webb
221ff0ff6d
Polish configuration property bean classes
...
Refactor the `org.springframework.boot.actuate.context` package
with the following changes:
- Deprecate several classes which would ideally be internal
- Replace `ConfigurationBeanFactoryMetadata` with a new
`ConfigurationPropertiesBean` class to better reflect that we no
longer maintain meta-data directly.
- Use constructor injection and final fields whenever possible
- Rename `ConfiguraionPropertiesBeanDefinition` to
`ConfigurationPropertiesValueObjectBeanDefinition` to align
with the binder changes made in commit 0b3015e4ff
- Add additional tests
Closes gh-16903
2019-09-20 13:42:33 -07:00
Brian Clozel
3b0c4b1837
Upgrade Spring Doc Resources and switch to light theme
...
See gh-18293
2019-09-20 20:52:13 +02:00