You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Support of more projects point more and more in the direction of ConstructorResolver that we decided to not include, but rather have a lightweight version of it.
This time, it is a SpEL expression that hides a boolean. The target bean has four constructors and one argument of type String (the spel expression). Two out of the four constructors have a single argument, one is an Executor, and one is a boolean.
We could add a fallback that match the string constructor since, theoretically, the context can convert from one to another anyway.
The text was updated successfully, but these errors were encountered:
Support of more projects point more and more in the direction of
ConstructorResolver
that we decided to not include, but rather have a lightweight version of it.This time, it is a SpEL expression that hides a
boolean
. The target bean has four constructors and one argument of typeString
(the spel expression). Two out of the four constructors have a single argument, one is anExecutor
, and one is aboolean
.We could add a fallback that match the string constructor since, theoretically, the context can convert from one to another anyway.
The text was updated successfully, but these errors were encountered: