Paul Gooderham

Results 18 comments of Paul Gooderham

Added code to propagate `--debug` but not all logging levels in #721.

Possibly related: if I remove a dependency from pom.xml such that a Java file fails to compile then dev mode runs the compile task twice and the compilation error appears...

Reproduced this issue using version 3.5. ``` [INFO] --- liberty-maven-plugin:3.5:dev (default-cli) @ dev-sample-proj --- [INFO] CWWKM2102I: Using artifact based assembly archive : io.openliberty:openliberty-kernel:null:22.0.0.3:zip. [INFO] CWWKM2102I: Using installDirectory : /Users/paulg/WAS/devExperience/featureGeneration/tmp/basic-dev-project/target/liberty/wlp. [INFO]...

Need to investigate why Liberty Maven plugin server start code cannot see messages from server. Simplified reproduction steps: Add Java file, observe compilation failure, restart server. Once this issue is...

There is a similar error using gradle: ``` An error occurred while installing features: CWWKF1289E: The following file cannot be created: /opt/ol/wlp/dev/api/stable/com.ibm.websphere.org.eclipse.microprofile.health.2.2_1.0.47.jar. Ensure that its parent directory exists and that...

Thank you for this contribution. As described in our document [Contributing.md](https://github.com/eclipse/lsp4jakarta/blob/main/CONTRIBUTING.md) all developers sign the Eclipse Contributor Agreement. Could you please go to this [legal page](https://www.eclipse.org/legal/ECA.php), review the description and...

Diagnostic received from LS: ``` [Trace - 2:31:17 PM] Received response 'workspace/executeCommand - (28)' in 604ms. Result: [ { "uri": "file:///Users/tl/jakarta-sample/src/main/java/io/openliberty/sample/jakarta/beanvalidation/FieldConstraintValidation1.java", "diagnostics": [ { "range": { "start": { "line": 7,...

Opened issue: https://github.com/microsoft/vscode/issues/181166

Affects diagnostics that use: -ScopeDeclarationQuickFix -BeanValidationQuickFix -JsonbTransientAnnotationQuickFix -ManagedBeanConstructorQuickFix -ManagedBeanQuickFix -PersistenceAnnotationQuickFix -CompleteFilterAnnotationQuickFix -CompleteServletAnnotationQuickFix