Stephane Nicoll
c6a070b0f0
Merge pull request #14985 from alonbl
...
* pr/14985:
Polish contribution
Allow to disable SSL client authentication on the management port
2018-11-28 11:30:03 +01:00
Stephane Nicoll
33000b6e8e
Polish contribution
...
Closes gh-14985
2018-11-28 11:29:37 +01:00
Alon Bar-Lev
108f28417e
Allow to disable SSL client authentication on the management port
...
When server and management are at different ports, and when server
requires TLS client authentication, then there is no simple method to
disable TLS client authentication for management port.
This commit adds an additional "none" option to ssl.client-auth.
Example:
server.port=8080
server.ssl.enabled=true
server.ssl.client-auth=need
management.server.port=8081
management.server.ssl.enabled=true
management.server.ssl.client-auth=none
See gh-14985
2018-11-28 11:29:21 +01:00
Stephane Nicoll
476fe6ed17
Stop configuring metrics if hibernate is not available
...
Closes gh-15317
2018-11-28 10:54:56 +01:00
Stephane Nicoll
5f145ac482
Merge branch '2.0.x'
2018-11-28 10:23:44 +01:00
Stephane Nicoll
b103e0c869
Polish "Unwrap DataSource target rather than plain instanceof calls"
...
Closes gh-15227
2018-11-28 10:18:28 +01:00
Stephane Nicoll
04c7036e7e
Merge branch '2.0.x'
2018-11-28 09:11:17 +01:00
Stephane Nicoll
98378e210d
Start building against Spring Kafka 2.1.11 snapshots
...
See gh-15315
2018-11-28 09:09:28 +01:00
Stephane Nicoll
ce8556e4d3
Merge pull request #15312 from dreis2211
...
* pr/15312:
Replace DirectFieldAccessor usages by hasFieldOrPropertyWithValue
2018-11-28 08:50:47 +01:00
dreis2211
17f04b8b75
Replace DirectFieldAccessor usages by hasFieldOrPropertyWithValue
...
Closes gh-15312
2018-11-28 08:47:41 +01:00
Madhura Bhave
d28d9e7e38
Merge branch '2.0.x'
2018-11-27 14:01:42 -08:00
Madhura Bhave
6f89da88e6
Cleanup unused pipeline params
2018-11-27 13:59:07 -08:00
Andy Wilkinson
2dc8f49f8a
Polish
2018-11-27 20:54:41 +00:00
Andy Wilkinson
dad6d4beca
Merge branch '2.0.x'
2018-11-27 20:37:35 +00:00
Andy Wilkinson
2b22b23aad
Polish
2018-11-27 20:35:30 +00:00
Andy Wilkinson
cf7664c01a
Cope with version not found in Embedded Mongo's Version enum
...
Closes gh-15311
2018-11-27 16:33:22 +00:00
Andy Wilkinson
dee8085f20
Merge branch '2.0.x'
2018-11-27 16:09:02 +00:00
Andy Wilkinson
6f07155d59
Merge pull request #15295 from Johannes Zick
...
* gh-15295:
Warn about Quartz dropping tables on restart
2018-11-27 16:08:28 +00:00
Johannes Zick
83cf348ec8
Warn about Quartz dropping tables on restart
...
Closes gh-15295
2018-11-27 16:05:11 +00:00
Andy Wilkinson
feaa3a3892
Merge pull request #15310 from Christoph Dreis
...
* gh-15310:
Polish "Document that test slices should not be combined"
Document that test slices should not be combined
2018-11-27 15:50:43 +00:00
Andy Wilkinson
760003b9d7
Polish "Document that test slices should not be combined"
...
Closes gh-15310
2018-11-27 15:50:19 +00:00
dreis2211
29cd1cc762
Document that test slices should not be combined
...
See gh-15310
2018-11-27 15:50:19 +00:00
Andy Wilkinson
b094e28081
Remove auto-configuration of RequestContextFilter when using Jersey
...
Closes gh-15048
2018-11-27 15:39:46 +00:00
Andy Wilkinson
643b0f84da
Merge branch '2.0.x'
2018-11-27 15:32:14 +00:00
Andy Wilkinson
ab39e50ece
List Gradle's Shadow Plugin as an alternative to Boot's loader
...
Closes gh-1828
2018-11-27 15:31:26 +00:00
Andy Wilkinson
74740c3bd2
Merge pull request #15143 from Dileep Bapat
...
* gh-15143:
Polish "Trim whitespace when coercing to a LogLevel"
Trim whitespace when coercing to a LogLevel
2018-11-27 15:16:27 +00:00
Andy Wilkinson
e1ad5641d5
Polish "Trim whitespace when coercing to a LogLevel"
...
Closes gh-15143
2018-11-27 15:14:26 +00:00
Dileep Bapat
dfe94a0abb
Trim whitespace when coercing to a LogLevel
...
See gh-15143
2018-11-27 15:10:36 +00:00
Stephane Nicoll
d6571c0157
Upgrade to Reactor Californium-SR3
...
Closes gh-15192
2018-11-27 15:21:36 +01:00
Stephane Nicoll
bf88a7e466
Be more lenient when repackage is invoked several times
...
This commit makes the repackager more lenient when it is invoked several
times in the same lifecycle.
Closes gh-15034
2018-11-27 15:09:55 +01:00
Stephane Nicoll
d7fe3c73a3
Provide better logging for RepackageMojo
...
Closes gh-15294
2018-11-27 15:06:51 +01:00
Andy Wilkinson
9331390079
Upgrade to Spring Data Lovelace-SR3
...
Closes gh-15191
2018-11-27 14:01:15 +00:00
Andy Wilkinson
fb3deab89d
Merge branch '2.0.x'
2018-11-27 13:55:33 +00:00
Andy Wilkinson
e81abc3f11
Order jacksonCodecCustomizer so user-provided customizer can go after it
...
Closes gh-15167
2018-11-27 13:51:33 +00:00
Andy Wilkinson
971adfcd5b
Merge branch '2.0.x'
2018-11-27 13:27:05 +00:00
Andy Wilkinson
e6dd11254c
Polish
2018-11-27 13:26:49 +00:00
Andy Wilkinson
51a5b841dd
Merge branch '2.0.x'
2018-11-27 12:51:16 +00:00
Andy Wilkinson
4a385e89bd
Mention fully executable jars in Jersey’s scanning limitations
...
Closes gh-3413
2018-11-27 12:51:05 +00:00
Andy Wilkinson
669eeef29b
Merge branch '2.0.x'
2018-11-27 12:36:22 +00:00
Andy Wilkinson
1f994b70b5
Correct description of file generated by heapdump endpoint
...
Closes gh-15016
2018-11-27 12:35:35 +00:00
Andy Wilkinson
1d029a09e2
Start building against Spring Data Lovelace-$R3 snapshots
...
See gh-15191
2018-11-27 12:17:37 +00:00
Andy Wilkinson
f9a3b79e97
Merge branch '2.0.x'
2018-11-27 12:12:07 +00:00
Andy Wilkinson
ae5d5235f6
Upgrade to Spring Data Kay-SR12
...
Closes gh-14893
2018-11-27 12:11:14 +00:00
Andy Wilkinson
376e7fdfa1
Document profile activation limitation of .spring-boot-devtools.properties
...
Closes gh-15151
2018-11-27 12:09:56 +00:00
Andy Wilkinson
6729e56f6b
Merge branch '2.0.x'
2018-11-27 12:00:36 +00:00
Andy Wilkinson
e74b084c67
Auto-configure codec customizations and JSON when using @WebFluxTest
...
Closes gh-15070
2018-11-27 11:48:30 +00:00
Andy Wilkinson
ac77fc9dcf
Ignore .writing files in Integration samples tests
...
Previously, a temporary .writing file could be found and an attempt made to
access its contents. If the temporary file was deleted between it being found
and its contents being read, the test would fail with a FileNotFoundException.
This commit updates the test to ignore .writing files so that it will only
examine the contents of the final file once Integration has finished
writing it an atomically moved it to its final location.
2018-11-27 11:24:25 +00:00
Andy Wilkinson
f6a22a05b8
Merge branch '2.0.x'
2018-11-27 11:21:22 +00:00
Andy Wilkinson
ab8e4d5987
Merge pull request #15163 from Vedran Pavic
...
* gh-15163:
Polish "Auto-configure Spring Session's cookie serializer"
Auto-configure Spring Session's cookie serializer
2018-11-27 11:15:27 +00:00
Andy Wilkinson
9553d4f64b
Polish "Auto-configure Spring Session's cookie serializer"
...
Closes gh-15163
2018-11-27 11:08:15 +00:00