Trevor Crawford
Trevor Crawford
Disclose dependency on IBM WebSphere Application Server Migration Toolkit for Application Binaries which is separately licensed under ILAN. Share link to the public ILAN license: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/en.html **Update the following doc...
The plugins need to pass JSP files to the binary scanner so it is aware of their existence and can suggest the appropriate JSP related feature if it is needed...
Dev mode prints out messages like below on Windows, which uses a mixture of `\` and `/`. We should ensure these messages have the correct file separator at all times....
When dev mode detects that JAVA_HOME is not set, it currently just prints out a warning. Instead, dev mode should fail and print out an error explaining that the user...
Dev mode for containers should support the Dockerfile that Transformation Advisor (TA) generates for users when they migrate their application from WAS to Liberty. The generated Dockerfile uses multi-stage builds....
The method `processFileChanges` is running twice when a single modification is made to a file while running maven dev mode (have not yet confirmed if this happens in gradle or...
Currently, when changes are made to any webapp files, there is no message displayed in the console for dev mode. When Java files, or config files such as server.xml, are...
We should be generating features when code is added to a new Java file. This issue occurs on Windows with Maven. Steps to reproduce: 1. Use the [demo devmode project](https://github.com/OpenLiberty/demo-devmode)...
If multiple Java files are modified while there are compilation errors, once the compilation errors are resolved by a Java file change, there will be multiple feature generation calls. It...
If there is a compilation error in a Java file and an updated dependency version fixes that compilation error, feature generation is called at least twice. We should find a...