With the current release of odo, the component.compType field return different compType string for different Java based devfiles. This breaks the workflow of the extension.
Example of compType for some devfiles:
springboot -> spring
Quarkus -> java-quarkus
The code handles Java based component Types which includes('java'). This workflow breaks for springboot application debug.
Code Ref: https://github.com/redhat-developer/vscode-openshift-tools/blob/main/src/openshift/component.ts#L769
With the current release of odo, the
component.compTypefield return different compType string for different Java based devfiles. This breaks the workflow of the extension.Example of compType for some devfiles:
springboot -> spring
Quarkus -> java-quarkus
The code handles Java based component Types which
includes('java'). This workflow breaks for springboot application debug.Code Ref: https://github.com/redhat-developer/vscode-openshift-tools/blob/main/src/openshift/component.ts#L769