NorthernKgalagadi

Results 3 comments of NorthernKgalagadi

> > I wouldn't recommend disabling the oss indexer though, we are currently getting four failures with the indexer enabled, but none with it disabled. I would instead recommend registering...

see https://github.com/jeremylong/DependencyCheck/issues/4535#issuecomment-1137136998

it's a old one, but we are facing the same problem. here are a possbility to reproduce: ``` import com.openpojo.reflection.PojoClass; import com.openpojo.reflection.impl.PojoClassFactory; import com.openpojo.validation.ValidatorBuilder; import com.openpojo.validation.test.impl.GetterTester; import org.junit.jupiter.api.Test; import java.time.LocalDateTime;...