Cheryl King
Cheryl King
Reverts OpenLiberty/ci.maven#1576 After further internal discussion, we determined that this change is not warranted. The `devc` container mode requires that loose application is enabled. But Spring Boot JAR applications are...
We need to look into what can be done to improve the odds of the test cases passing on the builds. See this merge of a PR where 4 out...
This documentation still refers to the `install-apps` goal which was superseded by the `deploy` goal in release 3.0. https://github.com/OpenLiberty/ci.maven/blob/main/docs/spring-boot-support.md#spring-boot-support Should also add documentation for the `attach` config parameter to the...
All the Windows builds are failing consistently and mostly due to GenerateFeaturesTest problems with deleting files. The DevTest also fails occasionally on Windows due to file deletion problems. Out of...
The io.spring.gradle:dependency-management-plugin which is used in the ci.gradle arquillian-tests here: https://github.com/OpenLiberty/ci.gradle/blob/main/src/test/resources/arquillian-tests/build.gradle#L11 may need updating. In the dependencies section of the build.gradle for the dependency-management-plugin, there is a dependency on io.spring.nohttp:nohttp-cli:...
The OL builds on Windows are consistently failing running out of memory. I tried many different jvm memory options (many of which the jvm did not like). The WL builds...
Currently this plugin executes Liberty in forked processes and relinquishes control of those processes. This can lead to orphaned processes. Need to figure out how to prevent the processes from...
Consolidate tests and test resources. Could some reuse the same Liberty process? We run the Liberty server in order to test certain features, but probably not necessary. Do not validate...
With the 3.1 release of ci.maven, you need to specify `runnable` in the `include` parameter once again. No need to specify packageType (defaults to jar when runnable is specified) or...
If the project contains a server.xml, need to handle that correctly and merge features into it. Also consider whether any configuration we are generating (for example the ssl config) should...