rstoyanchev
79386b0e83
Fix unfinished edit from previous commit
...
See gh-36198
2 months ago
rstoyanchev
d1bfe03358
Update docs on trailing slash handling
...
Closes gh-36198
2 months ago
rstoyanchev
4bc9f68451
Update docs content types for ProblemDetail
...
Closes gh-36192
2 months ago
Sam Brannen
ce0e37536b
Fix Javadoc formatting
...
See gh-36207
2 months ago
Juergen Hoeller
b0ac8df13e
Consistent delegation to target ValidatorFactory
2 months ago
Juergen Hoeller
80a57c2468
Consistent references to Hibernate ORM 7.x
2 months ago
Juergen Hoeller
02e05b40b0
Polishing
2 months ago
Juergen Hoeller
c8c99d0464
Support JtaTransactionManager/SpringBeanContainer on HibernateJpaVendorAdapter
...
Makes ConfigurableJtaPlatform public and removes outdated WebSphere UOW check.
Closes gh-36216
2 months ago
Juergen Hoeller
867dd0e972
Upgrade to Hibernate ORM 7.2.2
2 months ago
Sébastien Deleuze
2c96f18439
Upgrade nullability plugin to 0.0.11
...
Closes gh-36188
2 months ago
Patrick Strawderman
96fb5d72eb
Use Reader.transferTo in FileCopyUtils
...
Use the transferTo method in FileCopyUtils#copy(Reader, Writer).
Closes gh-36196
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
2 months ago
Sébastien Deleuze
bc01eeb433
Leverage JUnit 6 suspending function support
...
Closes gh-36215
2 months ago
rstoyanchev
77c24b28b6
Polishing in ReactorClientHttpConnector
2 months ago
Kuyho Chung
e809395635
Clarify Kotlin Coroutine definition
...
Closes gh-36209
Signed-off-by: Kuyho Chung <kchung1995@gmail.com>
2 months ago
Sam Brannen
801035bea7
Upgrade to AssertJ 3.27.7
2 months ago
Sam Brannen
9e4a54bb99
Ensure RetryTaskTests compiles in Eclipse IDE
...
Prior to this commit, "new RetryTask<>" declarations whose
TaskCallbacks (implemented as lambda expressions) did not actually
throw an exception resulted in a compilation error in Eclipse:
"Unhandled exception type Exception".
This is due to the fact that RetryTask is declared with "E extends
Exception", and the Eclipse compiler therefore infers that the lambda
expression potentially throws a checked Exception.
To address that, this commit explicitly declares that the affected
lambda expressions throw unchecked RuntimeExceptions:
"new RetryTask<String, RuntimeException>"
2 months ago
Sam Brannen
e56f7c1e53
Polishing
2 months ago
Padraic Slattery
65bdc78a1e
Update GitHub upload-artifact action to version 6
...
Closes gh-36199
Signed-off-by: Padraic Slattery <pgoslatara@gmail.com>
2 months ago
Juergen Hoeller
fd3bbb057e
Polishing
2 months ago
Juergen Hoeller
c47da1247a
Add TaskCallback/Callable/Runnable wrapper for retryable tasks
...
Closes gh-36208
2 months ago
Juergen Hoeller
22cf7958a5
Revise setPersistenceUnitName javadoc
...
Closes gh-36205
2 months ago
Phillip Webb
ab314aadd9
Refine YamlProcessor to allow different empty values
...
Update `YamlProcessor` to allow any value to be inserted for
empty entries. This update will allow blank strings to be used
instead of `null` which better aligns with the way that
`.properties` files are loaded.
This update also allows allows the specified `emptyValue` to be
inserted instead of a blank String when the YAML contains `null`
or `~` values.
See gh-36197
See gh-19986
Signed-off-by: Phillip Webb <phil.webb@broadcom.com>
2 months ago
Sébastien Deleuze
611811d8fc
Anticipate fixing Kotlin 2.3 compilation warning
...
Closes gh-36203
2 months ago
Phillip Webb
0c9f40b171
Allow YAML processors to create a flattened map with nulls included
...
Add an additional `getFlattenedMap` method to `YamlProcessor` to allow
the resulting flattened map to include nulls.
This update will allow processor subclasses to tell the difference
between YAML that is defined with an empty object vs missing the key
entirely:
e.g.:
application:
name: test
optional: {}
vs
application:
name: test
optional: {}
Closes gh-36197
Signed-off-by: Phillip Webb <phil.webb@broadcom.com>
2 months ago
Sam Brannen
5b4eda3d20
Clean up warnings in Gradle build
2 months ago
Sam Brannen
af8fd8f07d
Upgrade to TestNG 7.12
2 months ago
rstoyanchev
345fa51e77
Handle early exception from AsynchronousFileChannel#write
...
Closes gh-36184
2 months ago
Juergen Hoeller
c05ea841bc
Declare Callable parameter with nullable type variable
...
Closes gh-36191
2 months ago
Juergen Hoeller
dab28b5dce
Upgrade to Selenium 4.40
2 months ago
Juergen Hoeller
1c4b20287f
Use correlation id for explicit sendAndReceive response queue
...
See gh-36162
See gh-36177
2 months ago
Sébastien Deleuze
8fbd147f0b
Upgrade nullability plugin to 0.10.0
...
Closes gh-36188
2 months ago
Juergen Hoeller
1c56ec3f7e
Polishing
2 months ago
Juergen Hoeller
65565de1a8
Prevent accidental printStackTrace() usage in main codebase
...
Closes gh-36185
2 months ago
Juergen Hoeller
b3c26255b1
Upgrade to Hibernate ORM 7.2.1 and Protobuf 4.33.4
2 months ago
Sam Brannen
66962875f9
Reinstate test for Jetty in CookieIntegrationTests
2 months ago
Sam Brannen
5490ba94ae
Simplify tests
2 months ago
Sam Brannen
17e02804ba
Revert changes to FailingBeforeAndAfterMethodsTestNGTests
2 months ago
Sam Brannen
357205723f
Simplify tests
2 months ago
Sam Brannen
c4c167c0e1
Convert various test classes to @ParameterizedClass
...
See gh-35833
2 months ago
rstoyanchev
4119ecc25b
Refine solution to clear Netty channel attribute
...
Closes gh-36158
2 months ago
Sam Brannen
9ebfdb8b6a
Fix test parameterization in CaffeineReactiveCachingTests
...
Prior to this commit, test methods in CaffeineReactiveCachingTests
were parameterized twice with the same configuration class.
See gh-31637
See gh-35833
2 months ago
Sébastien Deleuze
c4cb55fbde
Modernize DispatcherServlet context hierarchy diagram
...
See gh-36175
2 months ago
Sam Brannen
7917ae53e8
Polishing
2 months ago
Sébastien Deleuze
693ec8219f
Introduce RestClient.ResponseSpec#requiredBody
...
Closes gh-36173
2 months ago
rstoyanchev
9b95482557
ContentRequestMatchers supports HttpEntity multipart
...
Closes gh-36154
2 months ago
Sam Brannen
a029dfc6a8
Improve display names for parameterized invocations
...
See gh-35833
2 months ago
Sébastien Deleuze
a921c487b4
Fix snippet imports
...
See gh-36175
2 months ago
Sébastien Deleuze
3f01830d11
Refine CORS documentation to match latest changes
...
Closes gh-36156
2 months ago
Sébastien Deleuze
64d95d7f3e
Extract code snippets from mvc-servlet.adoc
...
Closes gh-36175
2 months ago
Sébastien Deleuze
5a4b1bd1d1
Extract code snippets from logging.adoc
...
See gh-36175
2 months ago