Kathryn Kodama
Kathryn Kodama
We currently detect the EE level to pass to the binary scanner based on the [jakarta.jakartaee-api](https://mvnrepository.com/artifact/jakarta.platform/jakarta.jakartaee-api/9.1.0) umbrella dependency: ``` jakarta.platform jakarta.jakartaee-api 9.1.0 provided ``` We should also check for the...
In dev mode, after a new directory is registered to the FileWatcher we need to process all of the files within that directory. For example, if a user creates a...
When running `liberty:dev` if a specified feature is unknown by the binary scanner, we should disable feature generation and continue on. ``` [INFO] Running liberty:generate-features [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE...
DevTest.resourceFileChangeTest intermittently fails on Ubuntu through GitHub actions: ``` Running net.wasdev.wlp.test.dev.it.DevTest [INFO] Tests run: 11, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 96.757 sec
Investigative item for: https://github.com/OpenLiberty/ci.maven/blob/3794a79621af66a45761e1e5a8cbfa108e42eb90/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java#L813 In ci.gradle we do not call the deploy task on compile dependency changes. Further investigation may be required into why the compile dependency change logic differs...
**To reproduce** Using the https://github.com/openliberty/guide-maven-multimodules project 1. Start dev mode `mvn liberty:dev -DhotTests` with `3.6-SNAPSHOT` of Liberty Maven Plugin 2. Make a java file change to the /war directory, notice...
Users can specify locations for their configuration directory and serverXmlFile in the configuration block of the Liberty Maven plugin, ie. ```xml publish/servers/server.xml publish/config ``` Looks like generate features is not...
Starting dev mode without all of the correct dependencies (no features generated on startup) add the correct dependencies to pom.xml, no additional features are generated when features should be generated....
Changes to dependencies in the pom.xml file are not currently picked up by devc. The workaround is to stop dev mode and start it again. This occurs regardless of whether...
Blocked until EE9 features can be generated Cover BINARY_SCANNER_CONFLICT_MESSAGE3 = "A working set of features could not be generated due to conflicts in the application’s API usage: %s. Review and...