-
**Describe your idea for new feature to add to the Liberty Starter**
I have gotten feedback that new contributors are struggling with getting the Open Liberty starter to run on their local machine…
-
Issues like https://github.com/OpenLiberty/open-liberty/issues/29809 could be avoided with some improvements to our docs.
- The `sslRef` metatype description says:
> Specifies an ID of the SSL …
ayoho updated
2 weeks ago
-
Container tests are only run in linux machines. When tried to run these tests both maven and gradle tests are failing.
Build link - https://github.com/anusreelakshmi934/liberty-tools-intellij/acti…
-
When running a Maven/Gradle build application that requires a custom liberty installation path or usr directoy, the debugger fails to attach to the server's JVM.
Here are some scenarios using a Mav…
-
Design work needed. This is just a placeholder to explore the idea.
https://github.com/OpenLiberty/ci.maven/issues/1630
https://github.com/OpenLiberty/ci.gradle/issues/792
-
> 2023-09-08T19:44:40.2947775Z java.lang.RuntimeException: Unable to locate widget: Start parameters:
> 2023-09-08T19:44:40.2948419Z at io.openliberty.tools.eclipse.test.it.utils.MagicWidgetFinder.f…
-
#### Describe the bug
Adding syntax highlighting for xml files in markdown source does not render any colour in the built HTML.
For example:
```xml
io.openliberty
openliberty-runtime
1…
-
**Describe the bug**
If there is an `openidConnectClient` configured for JWT authentication and there is a gRPC service which uses client streaming (or bidirectional streaming) the client stream is…
-
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/442/console
openliberty_microprofile_tck_0 failed with jdk17.
```
20:00:41 Picked up JAVA_TOOL_OPTIONS: -Dfile.encodi…
-
The current documentation (https://hub.docker.com/_/open-liberty) suggests:
```
docker run -d -p 80:9080 -p 443:9443 \
--tmpfs /opt/ol/wlp//output --tmpfs /logs -v /config --read-only \
…