"Spring Native Query" library to facilitate the execution of native queries, with a focus on simplifying the source code, making it more readable and clean, creating files that contain the native queries and dynamically injecting assets to execute those queries.
To Reproduce
Try to define a class to configure a class that extends NativeQueryConfig, but don't include any native-query configuration in an existing yaml file.
Expected behavior
It should work without having to include any configuration in the properties file.
Describe the bug The
PropertyUtil#getYamlValue
throws a null pointer exception if there is nonative-query
configuration in the yaml file:To Reproduce Try to define a class to configure a class that extends
NativeQueryConfig
, but don't include anynative-query
configuration in an existing yaml file.Expected behavior It should work without having to include any configuration in the properties file.