spring-framework
spring-framework copied to clipboard
Optimize SpEL and property placeholder support for @Async qualifiers
optimize spel in AsyncExecutionAspectSupport
spel is already supported.
spel is already supported.
Okay, but use cases like @Async("${executor.name:}") don't work when executor.name is not configured.
Additionally EmbeddedValueResolver can be reused.
Related Issues
- #27818
Please make the requested change and introduce a test that fails before this PR and passes after this PR.
I've already added it. Please review, thanks.
I've already added it. Please review, thanks.
Thanks for making the requested changes. I'll see about getting it merged in.
This has been merged into main.
Thanks 👍