Dave Leo
Dave Leo
New property allows users to configure the color of defaultValue text independent of disabled
Currently dependent on Jackson 2.9.6 which has some vulnerabilities (e.g. https://nvd.nist.gov/vuln/detail/CVE-2018-19362) Please consider updating to 2.9.8 as these vulnerabilities have been resolved in this version.
I have a gradle spring boot application with unit tests, and functionalTest Test task that starts up the spring boot application by spawning another gradle process to run the bootRun...