Cheryl King

Results 160 comments of Cheryl King

May I ask what is the outlook for the `0.22.0` release? From previous cadence, I expected it around the end of September. Our language server is dependent on a fix...

> At first if you are using vscode-xml you can use the prerelease which should contain your fix (which fix?). Thank you for the info. This is the fix I...

One thought is perhaps to use openliberty-kernel as the default and not openliberty-runtime for more tests.

PR #597 seemed to fix the out of memory problems, but the build for WLP on Windows with Java 8 was failing consistently on a test that passes all other...

The latest test failure sometimes shows up on Windows with OL and Java 8: ``` 2021-05-03T13:35:26.1627077Z io.openliberty.tools.gradle.TestAppListsWithObjects > test_start_with_timeout_success FAILED 2021-05-03T13:35:26.1629931Z java.lang.AssertionError: Fail on task libertyStart. org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution...

PR #601 may fix the OL Java 8 build. Still have the WLP Java 8 build for Windows excluded for now.

@inad9300 If this is a JVM argument, you could try specifying it in a `jvm.options` file in `src/main/liberty/config`. That would get copied to the target Liberty server if you are...

@jagraj Is this resolved? Can we close the issue?

@jagraj Multi module support has not been added to the Gradle plugin for dev mode. Issue #625 is open for that. But your scenario does not involve dev mode correct?

Is it usually on the same test and file that it fails deletion? If so, can you include the full path of the file?