Chiranjib Karn
Chiranjib Karn
### Issue description After upgrading my running application from Grails 4.0.6 to Grails 5.1.2, it refuse to start up. Stacktrace: 07.02.2022 16:08:47.278 [restartedMain] ERROR o.s.boot.SpringApplication - Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException:...
A simple constructor (following code): `ClamavClient clamClient = new ClamavClient('localhost', Platform.UNIX)` Throws this error: > groovy.lang.GroovyRuntimeException: Could not find matching constructor for: xyz.capybara.clamav.ClamavClient(java.lang.String, java.lang.Class) In grails 3.2.11.