mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Convert CheckmarxWrapperEnvironment to @ConfigurationProperties #3218

Open de-jcup opened 2 weeks ago

de-jcup commented 2 weeks ago

Situation

Inside CheckmarxWrapperEnvironment we use @Value but with #3212 we decided to use instead @ConfigurationProperties.

Solution

Annotated the class as @ConfigurationProperties, drop the @Value approach and ensure everything works as before without changes at caller side (keep getters as they are...)