Im having issues with deploying the changed dependencies ( analysis-model ) . After changing the FullTextFingerprint class and running the go.sh script (using JDK 21) , the script successfully runs and the container starts normally. When i make changes to the warnings-ng-plugin module and update the POM.xml to target the new analysis-model.jar, the maven compiler plugin does not let me use my newly compiled .jar as it expects version 55 ( JDK 11 ). When i try compiling the analysis-model with JDK 11 it does not allow me to compile even if i skip the Enforcer and maven compiler plugin ( Error states that minimum JDK 17 is required ) creating a never ending cycle. I tried manipulating the .jars directly in the docker volume but then the fingerprinting has errors .
Can you please guide me on how to resolve this ? Thank you!
Hey i wanted to work on this issue but I am getting a bit confused navigating through the flow. Are these the right files (other than FullTexFingerprint) to look at to get started : ScanForIssuesStep , IssuesRecorder and IssuesScanner. Also i am using the devenv for setup and testing , do i need to make some extra configurations ?