Tran Ngoc Nhan
d781ce164d
Use Javadoc attributes for Gradle reference guide
...
See gh-44388
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Stéphane Nicoll
b7114898bb
Merge pull request #44348 from bernie-schelberg-invicara
...
* pr/44348:
Polish contribution
Consider properties on outer class in nested @DataJpaTest tests
Closes gh-44348
1 year ago
Stéphane Nicoll
2a94ee1586
Polish contribution
...
See gh-44348
1 year ago
Bernie Schelberg
b9438bef9e
Consider properties on outer class in nested @DataJpaTest tests
...
See gh-44348
Signed-off-by: Bernie Schelberg <bernard.schelberg@invicara.com>
1 year ago
Stéphane Nicoll
acfdd1127d
Merge pull request #44384 from nosan
...
* pr/44384:
Polish contribution
Clarify which Mongo properties are ignored when URI property is set
Closes gh-44384
1 year ago
Stéphane Nicoll
7fd19556b2
Polish contribution
...
See gh-44384
1 year ago
Dmytro Nosan
2f288bf614
Clarify which Mongo properties are ignored when URI property is set
...
See gh-44384
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Stéphane Nicoll
58a9280ca2
Merge pull request #44385 from ngocnhan-tran1996
...
* pr/44385:
Adapt reference to JooqExceptionTranslator
Closes gh-44385
1 year ago
Tran Ngoc Nhan
c211b05660
Adapt reference to JooqExceptionTranslator
...
This commit updates the reference guide as JooqExceptionTranslator has
been superseded by ExceptionTranslatorExecuteListener.
See gh-44385
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Stéphane Nicoll
7ca2713665
Fix typo
1 year ago
Andy Wilkinson
70e0744c27
Next development version (v3.3.10-SNAPSHOT)
1 year ago
Phillip Webb
c718461450
Protect against NoSuchMethodException on setReadOnly
...
See gh-44331
1 year ago
Andy Wilkinson
69abb7dda7
Upgrade to Spring Session 3.3.6
...
Closes gh-44114
1 year ago
Andy Wilkinson
ff4babc4d1
Upgrade to jOOQ 3.19.19
...
Closes gh-44367
1 year ago
Andy Wilkinson
9704afbe2a
Upgrade to Tomcat 10.1.36
...
Closes gh-44331
1 year ago
Phillip Webb
0e551651d8
Merge pull request #44355 from nosan
...
* pr/44355:
Polish ClassPath
Closes gh-44355
1 year ago
Dmytro Nosan
e919fd806f
Polish ClassPath
...
See gh-44355
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Andy Wilkinson
cfc12bfef7
Remove unused empty-web.xml
...
Closes gh-44357
1 year ago
Stéphane Nicoll
b5d50ebf7a
Upgrade to Spring Kafka 3.2.7
...
Closes gh-44110
1 year ago
Stéphane Nicoll
c31872cd2f
Upgrade to Spring Integration 6.3.8
...
Closes gh-44109
1 year ago
Stéphane Nicoll
d89d1aa332
Upgrade to Spring Authorization Server 1.3.5
...
Closes gh-44105
1 year ago
Stéphane Nicoll
55c9603387
Upgrade to Spring AMQP 3.1.9
...
Closes gh-44277
1 year ago
Phillip Webb
082c5859e8
Polish
1 year ago
Phillip Webb
8aea6d575a
Update copyright year of changed files
1 year ago
Phillip Webb
bc28fbad28
Use latest Buildship in Eclipse setup
1 year ago
Phillip Webb
0be58127c6
Drop JST installs from Eclipse setup
1 year ago
Andy Wilkinson
bba964cd12
Prohibit upgrades to Tomcat 10.1.35 and 10.1.36
...
Closes gh-44331
1 year ago
Phillip Webb
9dff6cddd4
Merge pull request #44340 from nosan
...
* pr/44340:
Don't use ArgFile when using JavaCompiler
Closes gh-44340
1 year ago
Dmytro Nosan
0e81b6386e
Don't use ArgFile when using JavaCompiler
...
See gh-44340
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Phillip Webb
9ba851d4ac
Merge pull request #44330 from nosan
...
* pr/44330:
Polish ClasspathBuilder
Closes gh-44330
1 year ago
Dmytro Nosan
616d4cb149
Polish ClasspathBuilder
...
See gh-44330
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Andy Wilkinson
b6abb42ec9
Remove redundant prohibiting of Tomcat version
...
See gh-44331
1 year ago
Andy Wilkinson
e8812ace3b
Upgrade to Tomcat 10.1.36
...
Closes gh-44331
1 year ago
Andy Wilkinson
7ba2d873a8
Upgrade to Spring Security 6.3.7
...
Closes gh-44113
1 year ago
Andy Wilkinson
99744ec9d8
Upgrade to Spring Pulsar 1.1.9
...
Closes gh-44112
1 year ago
Andy Wilkinson
e1d79e80bb
Upgrade to Spring GraphQL 1.3.4
...
Closes gh-44108
1 year ago
Stéphane Nicoll
29e498b6bc
Only run Windows-related tests on Windows
...
See gh-44305
1 year ago
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
1 year ago
Stéphane Nicoll
cd8c12da0b
Polish "Use ArgFile for classpath argument on Windows"
...
See gh-44305
1 year ago
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>
1 year ago
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
1 year ago
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
1 year ago
Stéphane Nicoll
062b73f4a4
Polish contribution
...
See gh-44310
1 year ago
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>
1 year ago
Stéphane Nicoll
e51efef30b
Merge pull request #44306 from nosan
...
* pr/44306:
Fix build
Closes gh-44306
1 year ago
Dmytro Nosan
35a77e2cf1
Fix build
...
See gh-44306
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Andy Wilkinson
045fbee395
Document need for $ separator when auto-config is nested
...
Closes gh-44298
1 year ago
Stéphane Nicoll
6760c3981c
Merge pull request #44267 from ngocnhan-tran1996
...
* pr/44267:
Clarifyt when UserDetailsService auto-configuration will back off
Closes gh-44267
1 year ago
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>
1 year ago
Stéphane Nicoll
c20599a6c8
Merge pull request #44266 from ngocnhan-tran1996
...
* pr/44266:
Implement RuntimeHintsRegistrar
Closes gh-44266
1 year ago