Kathryn Kodama
Kathryn Kodama
Intermittent error **To reproduce** Follow [demo-devmode steps on the devc branch](https://github.com/OpenLiberty/demo-devmode/tree/devc) steps 1 through 5. When changing the `inMaintenance` property in the server.xml it is not consistently picked up. The...
Need integration tests to cover the various behaviour that can be triggered from a build.gradle change. Currently altering the build.gradle through the integration tests results in the following error: ```...
Once in the inner dev mode loop, remove all the specified features from the server.xml. No new features are generated. The expectation is that the required features should be generated....
Rather than dev mode calling the `maven-compiler-plugin` directly on startup, it should call all plugins associated with the `compile` phase. For example, users can specify an additional source directory with...
Under the "Getting Started" portion of the guide, once the server starts and I try to login in as: Username: bob Password: bobpwd I receive the following exception: Exception thrown...
https://jakarta.ee/specifications/webprofile/9/ **Jakarta Servlet 5.0** - [x] `@WebListener` diagnostic #6 and quick fix - [x] `@WebServlet` diagnostic #7 and quick fix - [x] `@WebServlet` and `@WebFilter` URL diagnostics #8 and quick...
**To reproduce** Using [jakarta-sample](https://github.com/eclipse/lsp4jakarta/tree/main/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/projects/jakarta-sample) project in VS Code (Mac OS), trying to trigger quick-fixes on bean validation constraint diagnostics: ``` [Error - 12:57:13 PM] Request textDocument/codeAction failed. Message: Request jakarta/java/codeaction...
Set up framework and externalize existing strings
https://github.com/eclipse/lsp4jakarta/blob/8647902a614fb38e20d343c713923e28648af32f/jakarta.ls/pom.xml#L34-L63
see https://github.com/eclipse/lsp4jakarta/pull/392