Andy Wilkinson
8d93040c59
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31984
2022-08-04 11:46:56 +01:00
Andy Wilkinson
7c0ccdf78c
Log allocated port when Livereload server is using an ephemeral port
...
Closes gh-31983
2022-08-04 11:45:39 +01:00
Stephane Nicoll
cd59854c09
Merge branch '2.6.x' into 2.7.x
2022-08-04 09:53:19 +02:00
Stephane Nicoll
55eb805f77
Upgrade Ubuntu version in CI images
...
Closes gh-31978
2022-08-04 09:52:22 +02:00
Stephane Nicoll
1614941ece
Upgrade Ubuntu version in CI images
...
Closes gh-31979
2022-08-04 09:51:25 +02:00
Andy Wilkinson
f6ce25f9c5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31976
2022-08-03 19:42:34 +01:00
Andy Wilkinson
c500d8e784
Note need to record req start time to use %D with Undertow access log
...
Closes gh-31103
2022-08-03 19:42:19 +01:00
Andy Wilkinson
3e6b4e68ad
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31974
2022-08-03 19:34:15 +01:00
Andy Wilkinson
591cd0feb3
Mention TLS-terminating proxy as a usecase for h2c
...
Closes gh-25855
2022-08-03 19:33:34 +01:00
Andy Wilkinson
700460c322
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31971
2022-08-03 14:58:07 +01:00
Andy Wilkinson
fa73b73898
Fail build on missing configuration property descriptions
...
Closes gh-31916
2022-08-03 14:45:42 +01:00
Phillip Webb
cfde1878dd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31967
2022-08-03 12:34:52 +01:00
Phillip Webb
d540eefce0
Set running to false when stop method is called
...
Update `WebServerStartStopLifecycle` to change the `running` state when
the `stop()` method is called.
Fixes gh-31966
2022-08-03 12:34:37 +01:00
Phillip Webb
c652d3d95b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31963
2022-08-03 11:34:24 +01:00
Phillip Webb
45ad1557c3
Perform LoggingSystem cleanup after web server shutdown
...
Update `LoggingApplicationListener` so that logging system cleanup is
performed by a `SmartLifecycle` phased after web server shutdown.
Prior to this commit, cleanup occurred on the `ContextClosedEvent` which
was published before Lifecycle beans were stopped. This meant that any
exceptions output during web server shutdown were not logged.
Fixes gh-9457
2022-08-03 11:34:05 +01:00
Andy Wilkinson
0dde4278db
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31951
2022-08-01 21:09:37 +01:00
Andy Wilkinson
d69fcf8948
Merge pull request #31887 from marcwrobel
...
* gh-31887:
Fix links in documentations
Closes gh-31887
2022-08-01 21:09:27 +01:00
Marc Wrobel
3e0665e791
Fix links in documentations
...
- Fix broken links
- Use HTTPS where possible,
- Remove spring-security-oauth2-docs as it is no longer used
- Remove https://github.com/ThierrySquirrel/rocketmq-spring-boot-starter .
This starter is 404 and https://github.com/rocketmq/rocketmq-spring-boot-starter
hasn't been updated for 4 years.
- Clean up nohttp allowlist.lines.
See gh-31887
2022-08-01 21:07:36 +01:00
Andy Wilkinson
012fbb3a57
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31949
2022-08-01 20:51:18 +01:00
Andy Wilkinson
c0daede1aa
Ensure that jarmode jar added to an app has same SHA as published jar
...
Closes gh-31862
2022-08-01 20:49:10 +01:00
Brian Clozel
6e1b68044d
Upgrade to GraphQL Java 18.3
...
Closes gh-31945
2022-08-01 14:32:27 +02:00
Phillip Webb
06b537e2a0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31943
2022-08-01 12:35:23 +01:00
Phillip Webb
66a93a38ec
Merge pull request #31941 from vilmos
...
* pr/31941:
Fix property placeholder references in @Value example
Closes gh-31941
2022-08-01 12:35:02 +01:00
vilmos
00be9e4e94
Fix property placeholder references in @Value example
...
See gh-31941
2022-08-01 12:34:00 +01:00
Stephane Nicoll
06d2c33c31
Merge branch '2.6.x' into 2.7.x
2022-08-01 09:59:20 +02:00
Stephane Nicoll
9a7128fb1f
Upgrade Java 18 version in CI image
...
Closes gh-31937
2022-08-01 09:56:13 +02:00
Stephane Nicoll
e7eb4de1fd
Upgrade Java 17 version in CI image
...
Closes gh-31936
2022-08-01 09:55:48 +02:00
Stephane Nicoll
af8e308c17
Upgrade Java 11 version in CI image
...
Closes gh-31934
2022-08-01 09:55:18 +02:00
Stephane Nicoll
24a6435d19
Upgrade Java 8 version in CI image and .sdkmanrc
...
Closes gh-31935
2022-08-01 09:54:45 +02:00
Stephane Nicoll
141237e2f8
Upgrade Java 18 version in CI image
...
Closes gh-31930
2022-08-01 09:51:10 +02:00
Stephane Nicoll
f3d0da64ae
Upgrade Java 17 version in CI image
...
Closes gh-31933
2022-08-01 09:50:41 +02:00
Stephane Nicoll
4ffb8eeda1
Upgrade Java 11 version in CI image
...
Closes gh-31931
2022-08-01 09:50:15 +02:00
Stephane Nicoll
8ed202576e
Upgrade Java 8 version in CI image and .sdkmanrc
...
Closes gh-31932
2022-08-01 09:49:27 +02:00
Madhura Bhave
2884ec81e9
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31926
2022-07-29 11:33:17 -07:00
Madhura Bhave
cc15eb0b96
Configure existing probes at additional path when necessary
...
Fixes gh-30612
2022-07-29 11:31:19 -07:00
Stephane Nicoll
4806881716
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31921
2022-07-29 14:35:15 +02:00
Stephane Nicoll
3a5b40645a
Restore support for C3P0
...
Closes gh-31920
2022-07-29 14:07:59 +02:00
Andy Wilkinson
6d279abe21
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31914
2022-07-29 07:06:09 +01:00
Andy Wilkinson
2596d616cb
Merge pull request #31912 from Kalpesh-18
...
* gh-31912:
Polish "Allow config prop annotation processor to find reactive cookie props"
Allow config prop annotation processor to find reactive cookie props
Closes gh-31912
2022-07-29 07:05:30 +01:00
Andy Wilkinson
d39e146a7d
Polish "Allow config prop annotation processor to find reactive cookie props"
...
See gh-31912
2022-07-29 07:05:21 +01:00
Kalpesh
1f0d5f1130
Allow config prop annotation processor to find reactive cookie props
...
See gh-31912
2022-07-29 07:05:21 +01:00
Andy Wilkinson
53703206ae
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31910
2022-07-28 16:31:47 +01:00
Andy Wilkinson
532285b47e
Add support for upgrading specific libraries with Bomr
...
Closes gh-31909
2022-07-28 16:30:52 +01:00
Stephane Nicoll
6786659aae
Merge branch '2.6.x' into 2.7.x
2022-07-28 16:07:18 +02:00
Stephane Nicoll
7d860df5f0
Polish
2022-07-28 16:05:16 +02:00
Andy Wilkinson
4f0dac7601
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31906
2022-07-28 14:50:00 +01:00
Andy Wilkinson
348b2c28e9
Improve logging of changes that trigger a DevTools upload or restart
...
Closes gh-31579
2022-07-28 14:13:23 +01:00
Phillip Webb
5c52882f76
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31901
2022-07-28 10:44:42 +01:00
Phillip Webb
9a2ad6d42d
Remove references to ConfigFileApplicationListener
...
Update documentation and meta-data to remove referenced to the now
deprecated `ConfigFileApplicationListener` class.
Closes gh-31895
2022-07-28 10:43:48 +01:00
Phillip Webb
220c588996
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31899
2022-07-28 10:37:00 +01:00