Dmytro Nosan
0e81b6386e
Don't use ArgFile when using JavaCompiler
...
See gh-44340
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 12:10:41 -08:00
Phillip Webb
bac9217b14
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44343
2025-02-18 12:09:48 -08:00
Phillip Webb
9ba851d4ac
Merge pull request #44330 from nosan
...
* pr/44330:
Polish ClasspathBuilder
Closes gh-44330
2025-02-18 12:09:27 -08:00
Dmytro Nosan
616d4cb149
Polish ClasspathBuilder
...
See gh-44330
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 12:08:49 -08:00
Andy Wilkinson
213383ce26
Merge branch '3.3.x' into 3.4.x
2025-02-18 17:55:13 +00:00
Andy Wilkinson
b6abb42ec9
Remove redundant prohibiting of Tomcat version
...
See gh-44331
2025-02-18 17:54:11 +00:00
Andy Wilkinson
f0513d7402
Upgrade to Tomcat 10.1.36
...
Closes gh-44333
2025-02-18 17:44:26 +00:00
Andy Wilkinson
13f254b289
Upgrade to Spring Session 3.4.2
...
Closes gh-44127
2025-02-18 17:44:22 +00:00
Andy Wilkinson
b36b64b7ea
Upgrade to Spring Security 6.4.3
...
Closes gh-44126
2025-02-18 17:44:21 +00:00
Andy Wilkinson
a9b6b34482
Upgrade to Spring Pulsar 1.2.3
...
Closes gh-44125
2025-02-18 17:44:21 +00:00
Andy Wilkinson
1f65d41b18
Upgrade to Spring GraphQL 1.3.4
...
Closes gh-44121
2025-02-18 17:44:21 +00:00
Andy Wilkinson
d12a33a2d9
Upgrade to Hibernate 6.6.8.Final
...
Closes gh-44332
2025-02-18 17:44:20 +00:00
Andy Wilkinson
b8bea3ae71
Merge branch '3.3.x' into 3.4.x
2025-02-18 17:40:42 +00:00
Andy Wilkinson
e8812ace3b
Upgrade to Tomcat 10.1.36
...
Closes gh-44331
2025-02-18 17:40:33 +00:00
Andy Wilkinson
7ba2d873a8
Upgrade to Spring Security 6.3.7
...
Closes gh-44113
2025-02-18 17:40:33 +00:00
Andy Wilkinson
99744ec9d8
Upgrade to Spring Pulsar 1.1.9
...
Closes gh-44112
2025-02-18 17:40:33 +00:00
Andy Wilkinson
e1d79e80bb
Upgrade to Spring GraphQL 1.3.4
...
Closes gh-44108
2025-02-18 17:40:33 +00:00
Stéphane Nicoll
1a4af5626c
Merge branch '3.3.x' into 3.4.x
2025-02-18 17:00:28 +01:00
Stéphane Nicoll
29e498b6bc
Only run Windows-related tests on Windows
...
See gh-44305
2025-02-18 16:59:32 +01:00
Stéphane Nicoll
332958a8de
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44328
2025-02-18 16:31:12 +01:00
Stéphane Nicoll
4c1f63bdf2
Merge pull request #44305 from nosan
...
* pr/44305:
Polish "Use ArgFile for classpath argument on Windows"
Use ArgFile for classpath argument on Windows
Closes gh-44305
2025-02-18 16:27:41 +01:00
Stéphane Nicoll
cd8c12da0b
Polish "Use ArgFile for classpath argument on Windows"
...
See gh-44305
2025-02-18 16:25:57 +01:00
Dmytro Nosan
a6b80831f0
Use ArgFile for classpath argument on Windows
...
This commit uses @argfile syntax for classpath argument on Windows OS
to avoid creating a command-line that is too long.
See gh-44305
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 16:25:57 +01:00
Stéphane Nicoll
8d55f24f45
Merge pull request #44293 from quaff
...
* pr/44293:
Polish "Include non-default DataSource candidates"
Include non-default DataSource candidates
Closes gh-44293
2025-02-18 11:18:39 +01:00
Stéphane Nicoll
ceaf88c1a4
Polish "Include non-default DataSource candidates"
...
See gh-44293
2025-02-18 11:18:26 +01:00
Yanming Zhou
8d27f4ee7c
Include non-default DataSource candidates
...
This commit updates H2ConsoleAutoConfiguration to consider non-default
data sources when logging connection URLs.
See gh-44293
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-02-18 11:18:26 +01:00
Andy Wilkinson
0eeb0b61de
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44319
2025-02-18 10:05:37 +00:00
Andy Wilkinson
0a42082671
Fail fast when trying to use SNI with reactive Jetty
...
Previously only a servlet-based Jetty server would fail fast when
trying to use SNI with Jetty. A reactive Jetty server just ignored
the configuration. This commit aligns the behavior of the two by
making the reactive server fail fast as well.
Closes gh-44316
2025-02-18 10:05:09 +00:00
Stéphane Nicoll
b0a6d325c9
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44317
2025-02-18 11:03:06 +01:00
Stéphane Nicoll
84998f91a9
Merge pull request #44310 from nosan
...
* pr/44310:
Polish contribution
Catch WebServer stop or destroy exception when context refresh fails
Closes gh-44310
2025-02-18 11:02:58 +01:00
Stéphane Nicoll
062b73f4a4
Polish contribution
...
See gh-44310
2025-02-18 10:59:52 +01:00
Dmytro Nosan
84bde2a836
Catch WebServer stop or destroy exception when context refresh fails
...
This commit adds the stop or destroy failure as a suppressed
exception if either ServletWebServerApplicationContext or
ReactiveWebServerApplicationContext refresh fails.
See gh-44310
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 10:55:04 +01:00
Stéphane Nicoll
4d21f1e8b1
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44307
2025-02-17 13:10:10 +01:00
Stéphane Nicoll
e51efef30b
Merge pull request #44306 from nosan
...
* pr/44306:
Fix build
Closes gh-44306
2025-02-17 13:10:06 +01:00
Dmytro Nosan
35a77e2cf1
Fix build
...
See gh-44306
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 13:09:52 +01:00
Andy Wilkinson
9fa40adb45
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44303
2025-02-17 11:01:31 +00:00
Andy Wilkinson
045fbee395
Document need for $ separator when auto-config is nested
...
Closes gh-44298
2025-02-17 11:00:29 +00:00
Stéphane Nicoll
2adbc24be1
Polish
2025-02-17 11:49:59 +01:00
Stéphane Nicoll
db34e37041
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44301
2025-02-17 11:30:55 +01:00
Stéphane Nicoll
6760c3981c
Merge pull request #44267 from ngocnhan-tran1996
...
* pr/44267:
Clarifyt when UserDetailsService auto-configuration will back off
Closes gh-44267
2025-02-17 11:30:49 +01:00
Tran Ngoc Nhan
f3ce5bca0c
Clarifyt when UserDetailsService auto-configuration will back off
...
See gh-44267
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-17 11:29:37 +01:00
Tran Ngoc Nhan
d212232d9d
Implement RuntimeHintsRegistrar
...
CLoses gh-44299
2025-02-17 11:21:04 +01:00
Stéphane Nicoll
c20599a6c8
Merge pull request #44266 from ngocnhan-tran1996
...
* pr/44266:
Implement RuntimeHintsRegistrar
Closes gh-44266
2025-02-17 11:17:48 +01:00
Tran Ngoc Nhan
e982136f5e
Implement RuntimeHintsRegistrar
...
See gh-44266
2025-02-17 11:09:29 +01:00
Stéphane Nicoll
e67c8b43a2
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44296
2025-02-17 11:06:58 +01:00
Stéphane Nicoll
d9c54312d8
Merge pull request #44259 from nosan
...
* pr/44259:
Polish "Do not auto-configure ViewResolver if spring-webmvc is absent"
Do not auto-configure ViewResolver if spring-webmvc is absent
Closes gh-44259
2025-02-17 11:06:49 +01:00
Stéphane Nicoll
6aa0055e5e
Polish "Do not auto-configure ViewResolver if spring-webmvc is absent"
...
See gh-44259
2025-02-17 11:01:23 +01:00
Dmytro Nosan
ac73766f9b
Do not auto-configure ViewResolver if spring-webmvc is absent
...
See gh-44259
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 11:01:07 +01:00
Stéphane Nicoll
40eefd5cae
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44294
2025-02-17 10:53:48 +01:00
Stéphane Nicoll
6f05926643
Merge pull request #44134 from nosan
...
* pr/44134:
Destroy WebServer if ReactiveWebServerApplicationContext refresh fails
Closes gh-44134
2025-02-17 10:53:39 +01:00