Sam Brannen
2e56361fe4
Simplify implementation of internal VariableNotAvailableException
...
Since VariableNotAvailableException is not a public type, there is no
need to store the variable name in a field/property.
2 years ago
Sam Brannen
9b0162da49
Document increment and decrement operators in SpEL
...
Closes gh-32136
2 years ago
Sam Brannen
ab98210e6d
Polishing
2 years ago
Sam Brannen
97ad479250
Sync assignment operator test with example used in reference manual
2 years ago
Sam Brannen
24d6565cad
Provide example for SpEL's exponential power operator (^)
2 years ago
Sam Brannen
e34ad6bf5f
Support prefix notation for SpEL increment/decrement in AST representation
...
Closes gh-32144
2 years ago
Sam Brannen
179b976964
Introduce tests for SpEL's Inc/Dec operators and polishing
2 years ago
Sam Brannen
1ff84671f8
Remove obsolete InProgressTests
...
Since SpEL is no longer "in progress", this commit removes the obsolete
InProgressTests class and moves all non-duplicated test cases to other
test classes.
2 years ago
Sam Brannen
e1c22c5385
Clean up InProgressTests
2 years ago
Sam Brannen
3f30a1540c
Additional SpEL setValue() tests and polishing
2 years ago
Sam Brannen
ae9153e644
Polish SpEL-related tests
2 years ago
Sam Brannen
003407a7e3
Polish Javadoc for SpelEvaluationException and Expression
2 years ago
Stéphane Nicoll
a7764dc61d
Merge pull request #32141 from kzander91
...
* pr/32141:
Polish "Simplify use of Reactor's cast operator"
Simplify use of Reactor's cast operator
Closes gh-32141
2 years ago
Stéphane Nicoll
4b4778d569
Polish "Simplify use of Reactor's cast operator"
...
See gh-32141
2 years ago
Kai Zander
d96a63944c
Simplify use of Reactor's cast operator
...
This commit replaces filter(x -> x instanceof C).cast(C.class) with the
built-in ofType(C.class).
See gh-32141
2 years ago
Stéphane Nicoll
ad7c090f4c
Use catalog name in SimpleJdbcInsert
...
This commit harmonizes SimpleJdbcCall and SimpleJdbcInsert to
consistently use a catalog name if one is set. Previously,
SimpleJdbcInsert only used the catalog name to retrieve database
metadata.
Closes gh-32124
2 years ago
Sam Brannen
b9bad56fc1
Document repeat and characer subtraction String operators in SpEL
...
Closes gh-32137
2 years ago
Sam Brannen
fdf0a6f6c7
Polishing
2 years ago
Sam Brannen
86266b3d67
Update documentation for supported letters in variable names in SpEL
...
Closes gh-32138
2 years ago
Sam Brannen
68cf3b928b
Remove obsolete reference to local variable support in SpEL
2 years ago
Sam Brannen
3024c6efa9
Polishing
2 years ago
Sam Brannen
500767a0fb
Annotate core functional SPIs in SpEL with @FunctionalInterface
...
Prior to this commit, only the MethodFilter and ConstructorResolver
functional SPIs in the org.springframework.expression package were
annotated with @FunctionalInterface.
For consistency, this commit designates each of the following
functional SPIs in that package as a @FunctionalInterface as well.
- BeanResolver
- ConstructorExecutor
- MethodExecutor
- MethodResolver
Closes gh-32135
2 years ago
Sam Brannen
5b5319a659
Polishing
2 years ago
Sam Brannen
3ce7c52030
Update copyright headers
2 years ago
Sam Brannen
bafcd1dc1c
Remove SpEL README and tests for unsupported features
2 years ago
Sam Brannen
00b07659d9
Polish SpEL documentation and tests
2 years ago
Sam Brannen
9df94357de
Enable test for argument conversion in SpEL
2 years ago
Sam Brannen
0e45f4cec4
Polishing
2 years ago
Stéphane Nicoll
8815788004
Allow an existing TaskExecutor to be configured in ChannelRegistration
...
This commit introduces a new method to configure an existing
TaskExecutor in ChannelRegistration. Contrary to
TaskExecutorRegistration, a ThreadPoolTaskExecutor is not necessary,
and it can't be further configured. This includes the thread name
prefix.
Closes gh-32081
2 years ago
Sam Brannen
b7e4fa16ca
Upgrade com.gradle.enterprise plugin to 3.16.1
2 years ago
Stéphane Nicoll
645d0db260
Merge pull request #32123 from wfouche
...
* pr/32123:
Upgrade to gradle-versions-plugin 0.51.0
Closes gh-32123
2 years ago
Werner Fouché
f4b3c768e8
Upgrade to gradle-versions-plugin 0.51.0
...
See gh-32123
2 years ago
Yanming Zhou
6b3bf554ce
Fix typo
...
Introduced by commit f9726ae0c8
Closes gh-32111
2 years ago
Juergen Hoeller
c6121da151
Polishing
2 years ago
Juergen Hoeller
c5a75219ce
Compare qualifier value arrays with equality semantics
...
Closes gh-32106
2 years ago
Juergen Hoeller
89e7174cc4
Share cached interceptors for entire Advised instance if possible
...
Closes gh-32104
2 years ago
Sébastien Deleuze
4f16297e45
Polishing
...
See gh-32074
2 years ago
Felipe
11898daed7
Add support for JSON streams to Kotlin Serialization
...
Closes gh-32074
2 years ago
Stéphane Nicoll
4d7da0059e
Revert "Merge pull request #32071 from mnhock"
...
This reverts commit c3127249ac , reversing
changes made to 11c8b22c5a .
See gh-32071
2 years ago
Arjen Poutsma
a4fcef4a62
Upgrade to jetty-reactive-httpclient:4.0.2
...
Closes gh-31931
2 years ago
Arjen Poutsma
f2e267b494
Guard against multiple body subscriptions
...
Before this commit, the JDK and Jetty connectors do not have any
safeguards against multiple body subscriptions. Such as check has now
been added.
Closes gh-32100
2 years ago
rstoyanchev
f9726ae0c8
Update description of web validation in docs
...
Closes gh-32082
2 years ago
Juergen Hoeller
199a675692
Declare current observation context as available since 6.0.15
...
See gh-31609
See gh-31646
2 years ago
Juergen Hoeller
2f921dd13d
Declare allowPrivateNetwork as available since 5.3.32
...
See gh-28546
See gh-31974
2 years ago
Juergen Hoeller
b92877990d
Consistent nullability for concurrent result
2 years ago
Juergen Hoeller
d7778c0212
Polishing
2 years ago
Juergen Hoeller
531ac89e7e
Expose sendError message as default body
...
Closes gh-26720
2 years ago
Stéphane Nicoll
358555929d
Revert "Merge pull request #32088 from Ryan-Dia"
...
This reverts commit 484aee069e , reversing
changes made to 6bd7f0231d .
See gh-32088
2 years ago
rstoyanchev
9230a7db16
WebAsyncManager handles disconnected client errors
...
See gh-32042
2 years ago
Sam Brannen
7e53a1f048
Re-enable Jaxb2MarshallerTests on JDK 22+
...
Since the bug in JDK 22-ea builds has been fixed [1], this commit
re-enables the disabled tests.
Verified using: OpenJDK Runtime Environment (build 22-ea+31-2314)
[1] https://bugs.openjdk.org/browse/JDK-8322214
2 years ago