Andy Wilkinson
2cb775a90c
Merge branch '1.5.x' into 2.0.x
2018-05-09 06:36:07 +01:00
Andy Wilkinson
7cfaf5e287
Upgrade to Spring Integration 4.3.16.RELEASE
...
Closes gh-13015
2018-05-09 06:35:29 +01:00
Andy Wilkinson
e407ed5f92
Upgrade to Spring Session Apple-SR2
...
Closes gh-13103
2018-05-08 21:21:08 +01:00
Andy Wilkinson
8ce4110966
Allow Jersey-based Actuator to be used with separate management port
...
Previously, when the Jersey-based Actuator was configure with a
separate management port, the resulting child context would fail to
start due to their being no ResourceConfigCustomizer beans available.
This commit updates the configuration so that the customizer's are
injected using an ObjectProvider and an empty list is used in the
event of their being no customizer beans. This aligns the child
context configuration class with JerseyAutoConfiguration which
already used this approach.
Closes gh-12975
2018-05-08 21:00:05 +01:00
Andy Wilkinson
e45384bdfa
Upgrade to Spring Kafka 2.1.6.RELEASE
...
Closes gh-13018
2018-05-08 20:16:41 +01:00
Andy Wilkinson
3243ccd8b3
Merge pull request #13090 from ifigotin
...
* gh-13090:
Polish "Clarify deployment of Spring Boot apps to App Engine Standard"
Clarify deployment of Spring Boot apps to App Engine Standard
2018-05-08 20:14:34 +01:00
Andy Wilkinson
7a53623e1c
Polish "Clarify deployment of Spring Boot apps to App Engine Standard"
...
See gh-13090
2018-05-08 20:12:46 +01:00
ifigotin
676b013998
Clarify deployment of Spring Boot apps to App Engine Standard
...
Closes gh-13090
2018-05-08 20:12:33 +01:00
Andy Wilkinson
ce8e1527ca
Merge branch '1.5.x' into 2.0.x
2018-05-08 19:18:34 +01:00
Andy Wilkinson
6ce43df110
Upgrade to Spring Security OAuth 2.0.15
...
Closes gh-13098
2018-05-08 19:17:10 +01:00
Andy Wilkinson
82bf178880
Upgrade to Spring Security 4.2.6
...
Closes gh-13028
2018-05-08 19:15:42 +01:00
Andy Wilkinson
5168766ebb
Upgrade to Spring Security 5.0.5.RELEASE
...
Closes gh-13029
2018-05-08 17:07:17 +01:00
Andy Wilkinson
bca2756b46
Upgrade to Jaybird 3.0.4
...
Closes gh-13100
2018-05-08 17:06:55 +01:00
Andy Wilkinson
47c45539d9
Upgrade to Lettuce 5.0.4.RELEASE
...
Closes gh-13099
2018-05-08 17:06:40 +01:00
Stephane Nicoll
f9134c9325
Upgrade to Spring Data Kay SR7
...
Closes gh-13017
2018-05-08 17:22:01 +02:00
Andy Wilkinson
7b6546c28c
Merge branch '1.5.x' into 2.0.x
2018-05-08 12:51:45 +01:00
Andy Wilkinson
2c865688f9
Upgrade to Spring Data Ingalls SR12
...
Closes gh-13014
2018-05-08 12:51:09 +01:00
Andy Wilkinson
bc80e90b00
Merge branch '1.5.x' into 2.0.x
2018-05-08 12:38:13 +01:00
Andy Wilkinson
2195ed1e8e
Update Jetty war package test to expect new ASM transitive dependency
...
Closes gh-13097
2018-05-08 12:37:19 +01:00
Stephane Nicoll
6577513464
Upgrade to Spring Framework 5.0.6.RELEASE
...
Closes gh-13021
2018-05-08 12:44:55 +02:00
Andy Wilkinson
874650cb33
Merge branch '1.5.x' into 2.0.x
2018-05-08 11:30:30 +01:00
Andy Wilkinson
8a5cefb547
Upgrade to Spring Framework 4.3.17.RELEASE
...
Closes gh-13013
2018-05-08 11:29:04 +01:00
Andy Wilkinson
63aff45438
Upgrade to Jetty 9.4.10.v20180503
...
Closes gh-13097
2018-05-08 11:28:01 +01:00
Andy Wilkinson
14520f6ca8
Include build pipeline name in Slack alerts
2018-05-08 09:58:33 +01:00
Stephane Nicoll
9dccf5b895
Polish
...
See gh-13078
2018-05-07 14:48:56 +02:00
Stephane Nicoll
6e428100d7
Merge pull request #13084 from dreis2211:mock-server-empty-enumeration
...
* pr/13084:
Remove MockServletWebServer.emptyEnumeration()
2018-05-07 14:42:06 +02:00
dreis2211
15d67d6b12
Remove MockServletWebServer.emptyEnumeration()
...
Closes gh-13084
2018-05-07 14:41:06 +02:00
Stephane Nicoll
4a1bdc2c05
Merge pull request #13085 from dreis2211:remove-deprecation-yaml-loader
...
* pr/13085:
Fix deprecation warning in OriginTrackedYamlLoader
2018-05-07 14:38:40 +02:00
dreis2211
e3862d9bdf
Fix deprecation warning in OriginTrackedYamlLoader
...
Closes gh-13085
2018-05-07 14:38:22 +02:00
Brian Clozel
925269eacc
Upgrade to Reactor Bismuth SR9
...
Closes gh-12848
2018-05-07 10:54:24 +02:00
Stephane Nicoll
c22e9a5514
Make sure that JpaProperties does not have Hibernate imports
...
This commit removes Hibernate imports from JpaProperties so that it can
be used with another JPA provider.
This commit is a breaking change for an internal, yet public class used
to transmit customizations provided by the user. It does not change the
external functionality though: naming strategies defined as bean are
still taken into account and a customizer has a chance to override it
regardless.
Closes gh-13043
2018-05-05 07:21:50 +02:00
Phillip Webb
6556bb2e89
Fix checkstyle violations
2018-05-04 20:13:57 -07:00
Phillip Webb
975e986fef
Polish
2018-05-04 20:06:27 -07:00
Phillip Webb
f9750248ef
Migrate KafkaProperties to use PropertyMapper
2018-05-04 20:06:11 -07:00
Madhura Bhave
469372c5ef
Account for servlet path "/" in EndpointRequest
...
See gh-12934
2018-05-04 18:09:15 -07:00
Madhura Bhave
f5f3af7f9c
Point to gradle plugin's doc for custom dependency versions
...
Fixes gh-12807
2018-05-04 16:54:11 -07:00
Phillip Webb
6de479fe6a
Polish
2018-05-04 16:08:05 -07:00
Phillip Webb
93046d058d
Polish
2018-05-04 16:05:12 -07:00
Madhura Bhave
6855c5556d
EndpointRequest should consider server.servlet.path
...
Fixes gh-12934
2018-05-04 16:03:31 -07:00
Phillip Webb
5b3cb8a698
Update copyright header year for changed files
2018-05-04 15:59:26 -07:00
Phillip Webb
57bfbfb3ad
Fix checkstyle errors
2018-05-04 15:58:59 -07:00
Phillip Webb
9ca13911ab
Merge branch '1.5.x' into 2.0.x
2018-05-04 15:53:06 -07:00
Phillip Webb
c104bae76c
Fix checkstyle errors
2018-05-04 15:32:29 -07:00
Phillip Webb
99dad81e9a
Update copyright header year for changed files
2018-05-04 12:15:13 -07:00
Phillip Webb
6e09e497f2
Formatting
2018-05-04 12:06:19 -07:00
Phillip Webb
86f43c4750
Merge branch '1.5.x' into 2.0.x
2018-05-04 12:04:48 -07:00
Phillip Webb
0a0247975c
Formatting
2018-05-04 12:00:50 -07:00
Andy Wilkinson
fefe9e4e49
Upgrade to Junit Jupiter 5.1.1
...
Closes gh-13075
2018-05-04 19:18:41 +01:00
Andy Wilkinson
c74292c222
Upgrade to Jooq 3.10.7
...
Closes gh-13074
2018-05-04 19:18:40 +01:00
Andy Wilkinson
ee587130b2
Upgrade to Narayana 5.8.1.Final
...
Closes gh-13073
2018-05-04 19:18:40 +01:00