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
Sébastien Deleuze
a91402dcc6
Extract code snippets from multipart.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
0014e0b3c9
Extract code snippets from context-hierarchy.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
49da766551
Extract code snippets from exceceptionhandlers.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
50bbe6191a
Extract code snippets from container-config.adoc
...
See gh-36175
2 months ago
Shubham Kalloli
a8c33c13e2
Upgraded Apache POI and Commons IO to remediate CVEs
...
Signed-off-by: Shubham Kalloli <shubham.kalloli@est.tech>
2 months ago
Sam Brannen
b164db35c1
Revise contribution
...
See gh-36170
2 months ago
Tran Ngoc Nhan
385e62dbf0
Replace getErrors() with getBindingResult() in examples
...
DataBinder#getErrors was removed in v4.0.0.M1.
Closes gh-36170
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Sam Brannen
4d4adeb2c6
Polish Javadoc
2 months ago
Juergen Hoeller
7aa862f5ec
Make scope fully configurable
...
Closes gh-36171
2 months ago
Juergen Hoeller
2d2809f45c
Consistently throw Task/InvocationRejectedException on access rejected
...
Closes gh-36167
2 months ago
Michał Pisarski
3f390d55f0
Add overloaded sendAndReceive methods to JmsOperations and JmsTemplate to use explicit response queue
...
Signed-off-by: Michał Pisarski <pisekfm@o2.pl>
2 months ago
Juergen Hoeller
2b96a61063
Apply transactionIsolationLock in EclipseLinkConnectionHandle as well
...
Closes gh-36165
2 months ago
Juergen Hoeller
c55351aa4a
Remove javadoc references to WebLogic API
...
See gh-36151
2 months ago