konveyor / analyzer-lsp

Add-on that is focused on providing analysis based on the Language Server Protocol.
Apache License 2.0
12 stars 45 forks source link

Define default values for provider settings of Java external provider #594

Open pranavgaikwad opened 6 months ago

pranavgaikwad commented 6 months ago

We are now building a separate image for Java provider. Some provider config fields are baked into the image and we can assume they will be unchanged as long as official base image is used. If the external provider defines known default values for them, users don't have to configure it everytime.

In the Java external provider, we need to define default values for these fields.

shawn-hurley commented 4 months ago

Moving out, because we have lots of other bugs and this is not impacting users