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
PgClient: NPE when inserting null param with default param extractor (#1486)
See #1477
This is a regression introduced in #1464
When the value is null, the extractor throws a failure.
Then, in ErrorMessageFactory.buildWhenArgumentsTypeNotMatched, a NPE is thrown because the value of the class cannot be determined.
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
0 commit comments