Commit Graph

23481 Commits

Author SHA1 Message Date
Dmytro Nosan
fe1b9c9501 Log health check failure with Reactive health indicators
See gh-17635
2019-07-29 11:18:19 +02:00
Stephane Nicoll
b7ceb6548f Merge pull request #17660 from dreis2211
* pr/17660:
  Fix deprecation warnings in spring-boot-actuator

Closes gh-17660
2019-07-28 15:23:04 +02:00
dreis2211
eb9527a170 Fix deprecation warnings in spring-boot-actuator
See gh-17660
2019-07-28 15:22:37 +02:00
Stephane Nicoll
858199a2fa Only configure Spring Data jdbc if a transaction manager is present
This commit adds an extra condition to JdbcRepositoriesAutoConfiguration
so that it doesn't scan for repositories if a transaction manager is not
available as this dependency is now mandatory.

Closes gh-17654
2019-07-28 09:59:19 +02:00
Stephane Nicoll
97907aac30 Polish 2019-07-28 09:47:04 +02:00
Stephane Nicoll
2c3d4501ed Merge pull request #17648 from izeye
* pr/17648:
  Add missing assertion in dispatcherServletCustomConfig()

Closes gh-17648
2019-07-27 09:32:56 +02:00
Johnny Lim
a80749ed81 Add missing assertion in dispatcherServletCustomConfig()
See gh-17648
2019-07-27 09:32:24 +02:00
Madhura Bhave
3423dbf6ac Add transaction manager in Spring Data jdbc tests
See gh-17654
2019-07-27 09:06:01 +02:00
Madhura Bhave
39a7b9da38 Switch to lambda style security configuration
Closes gh-17525
2019-07-26 14:41:49 -07:00
Stephane Nicoll
ed0f6e66ca Merge branch '2.1.x' 2019-07-26 16:38:24 +02:00
Stephane Nicoll
b79de1e7e3 Fix broken build 2019-07-26 16:26:37 +02:00
Stephane Nicoll
4a394c74ac Merge branch '2.1.x' 2019-07-26 14:14:02 +02:00
Stephane Nicoll
dd5d55a2d8 Start building against Spring Kafka 2.2.8 snapshots
See gh-17645
2019-07-26 14:12:53 +02:00
Stephane Nicoll
4b6b5fc160 Start building against Spring Integration 5.1.7 snapshots
See gh-17643
2019-07-26 14:11:33 +02:00
Stephane Nicoll
aa5630b0e0 Start building against Spring AMQP 2.1.8 snapshots
See gh-17641
2019-07-26 14:09:42 +02:00
Stephane Nicoll
8745413bb1 Merge branch '2.0.x' into 2.1.x 2019-07-26 14:05:19 +02:00
Stephane Nicoll
5ae47d914f Merge branch '1.5.x' into 2.0.x 2019-07-26 14:04:48 +02:00
Stephane Nicoll
b2188ae2a0 Start building against Spring Data Ingalls snapshots
See gh-17352
2019-07-26 14:03:44 +02:00
Stephane Nicoll
c6be8d49ab Start building against Spring Integration 4.3.21 snapshots
See gh-17642
2019-07-26 13:58:17 +02:00
Stephane Nicoll
634de5e8e5 Start building against Spring AMQP 1.7.14 snapshots
See gh-17640
2019-07-26 13:56:53 +02:00
Stephane Nicoll
fc2c98ffad Merge branch '2.1.x' 2019-07-26 12:08:03 +02:00
Stephane Nicoll
ac4dcfbf9a Improve detection of NoSuchMethodError cause
Closes gh-17649
2019-07-26 12:01:35 +02:00
Stephane Nicoll
0f1b441b6f Merge branch '2.1.x' 2019-07-25 17:39:03 +02:00
Stephane Nicoll
9e8649ccca Start building against Reactor Californium snapshots
See gh-17639
2019-07-25 17:37:40 +02:00
Stephane Nicoll
2c0f1fb32c Start building against Reactor Dysprosium snapshots
See gh-17638
2019-07-25 17:35:12 +02:00
Stephane Nicoll
d222575483 Merge branch '2.1.x'
Closes gh-17632
2019-07-25 10:14:41 +02:00
Stephane Nicoll
2db1db6bfb Upgrade Java 12 version in CI image
Closes gh-17625
2019-07-25 10:14:25 +02:00
Stephane Nicoll
f7ce9346f4 Merge branch '2.1.x'
Closes gh-17631
2019-07-25 10:13:45 +02:00
Stephane Nicoll
f6266d04fb Upgrade Java 11 version in CI image
Closes gh-17626
2019-07-25 10:13:39 +02:00
Stephane Nicoll
486aa48de5 Merge branch '2.1.x'
Closes gh-17630
2019-07-25 10:12:49 +02:00
Stephane Nicoll
9d12626e43 Upgrade Java 8 version in CI image
Closes gh-17627
2019-07-25 10:12:35 +02:00
Madhura Bhave
4a309ed491 Merge branch '2.1.x' 2019-07-24 16:27:49 -07:00
Madhura Bhave
f13f96d705 Fix customizer for windows tests
JettyServerCustomizers beans do not get picked up automatically in 2.1.x

See gh-15553
2019-07-24 16:11:18 -07:00
Madhura Bhave
9bd1187f40 Merge branch '2.1.x'
Closes gh-17628
2019-07-24 13:39:45 -07:00
Madhura Bhave
bb85612723 Add concourse pipeline for Windows
Closes gh-15553
2019-07-24 13:25:54 -07:00
Brian Clozel
5beb7edfbb Reinstate RSocket codecs configuration ordering
Since spring-projects/spring-framework#23314 and the following commit
spring-projects/spring-framework@be4facef1b, the RSocket codec selection
is relaxed and the order of configured commits matters again.

This commit ensures that the CBOR codec is configured ahead of the JSON
codec so that it can be chosen first if no data mime type is specified
when a connection is established with a client requester.
2019-07-24 20:39:55 +02:00
Brian Clozel
1996952e68 Update RSocket configuration after Framework changes
Since spring-projects/spring-framework#23314, the `RSocketStrategies`
provide more codecs by default, and there is no need to order them to
avoid conflicts during mime type selection.

This commit also ensures that the `PayloadDecoder.ZERO_COPY` is
configured on the RSocket server if the configured `DataBufferFactory`
is compatible with that strategy.
2019-07-24 15:51:27 +02:00
Phillip Webb
5a4ec081f6 Merge branch '2.1.x'
Closes gh-17624
2019-07-24 14:40:50 +01:00
Phillip Webb
0da0bff397 Merge pull request #17497 from nosan
* pr/17497:
  Trim OAuth2 provider property whitespace

Closes gh-17497
2019-07-24 14:38:38 +01:00
Dmytro Nosan
efce9388e7 Trim OAuth2 provider property whitespace
Update `OAuth2ClientPropertiesRegistrationAdapter` to trim whitespace
of the "provider" property.

See gh-17497
2019-07-24 14:32:41 +01:00
Stephane Nicoll
7a2f4e83d4 Upgrade to Jedis 3.1.0
Closes gh-17622
2019-07-24 14:44:04 +02:00
Phillip Webb
8bc780762a Merge branch '2.1.x' 2019-07-24 11:42:48 +01:00
Phillip Webb
fb1dd8fe93 Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
Phillip Webb
913e831f4e Merge '1.5.x' into 2.0.x 2019-07-24 11:39:58 +01:00
Phillip Webb
ff36074401 Update copyright header for changed files
Effectively all files have been touched this year due to the nohttp
work.
2019-07-24 11:37:23 +01:00
Stephane Nicoll
0d324812c7 Add Java 13 CI
Closes gh-16970
2019-07-24 12:12:42 +02:00
Stephane Nicoll
ad51972e3b Add reference to grizzly starter
Closes gh-17620
2019-07-24 11:44:54 +02:00
Stephane Nicoll
5ed3185d04 Merge branch '2.1.x'
Closes gh-17621
2019-07-24 11:37:13 +02:00
Stephane Nicoll
5a019cf14a Merge pull request #17567 from lihongmingming
* pr/17567:
  Polish "Clarify description of "logging.file.max-history""
  Clarify description of "logging.file.max-history"

Closes gh-17567
2019-07-24 11:36:37 +02:00
Stephane Nicoll
057ca8f6a8 Polish "Clarify description of "logging.file.max-history""
See gh-17567
2019-07-24 11:36:15 +02:00