-
Due to https://github.com/OpenLiberty/liberty-tools-intellij/pull/249, server.env files are being syntax highlighted as properties files - resulting in expansion variables using `\` being treated as e…
-
See https://github.com/OpenLiberty/liberty-language-server/issues/139#issuecomment-1329382199.
Not sure how this would be done in Liberty Tools Eclipse.
-
Using project https://github.com/turkeylurkey/lmp-multimodules/tree/main/testCases/typeB (tested on Windows)
Define`true` in the `` section of `war/pom.xml`
Start dev mode in multi module project,…
-
![image](https://github.com/user-attachments/assets/196e3839-aba1-481a-8e29-044c08ac5296)
Link to Slack message: https://jetbrains-platform.slack.com/archives/C05C80200LS/p1721452692806359
-
Hi Andy,
as you probably [have noticed on twitter](https://twitter.com/bmarwell/status/1217717126838083584), there currently seems to be no elegant way to supply shared resources to the `liberty:de…
-
We could potentially leverage the LMP and LGP's "liberty:status" commands to see if each server/app is started and reflect that in a "status" column next to each app in the Liberty Dashboard.
-
I am trying to upload the kibana5_traffic.json to OCP 3.11 but getting errors
In openshift the index pattern is project.*, I changed logstash-* to project.* in the json and uploaded the file. In OCP …
-
While testing one of our recent drivers on my Windows 11 workstation, I'm noticing observably slow response times for completion requests in server.xml.
The user can see that something is loading, …
-
After adding a new Java file the endpoint is not visible. Tested on Linux.
First start with a kernel image: kernel-slim-java8-openj9-ubi.
Using the demo-devmode project add a command to Dockerfi…
-
I can write a two-stage Docker build like this, which in stage 1, packages a WAR and generates Liberty config (bootstrap.properties, liberty-plugin-variable-config.xml, etc.) from the POM properties,…