-
...in some cases the error is "Circular loading of installed providers detected" due to Groovy having a try/finally that attempts to reload filesystems when the previous attempt has failed (due to the…
-
```console
2018-01-27 00:07:07.439 [main] ERROR net.atomique.ksar.XMLConfig - SAX Parser IO Exception
java.net.MalformedURLException: null
at java.net.URL.(Unknown Source) ~[?:?]
at java.net.U…
-
**Describe the bug**
When I try to use a boolean value in my `action.yaml` file or workflow definition and retrieve it using `core.getInput` the result is a string.
**To Reproduce**
Steps to repr…
-
Hi @smicyk,
What would I be expecting when running the `examples/application`?
I would be expecting some jmeter (or any test script) execution logs showing up, but I've been waiting for over 10 …
-
It seems the version we are using has bugs that are tripped by this test.
We are using 3.7.2, I think we should upgrade to 4.4?
It seems to solve the issue for me.
We should also update our build fil…
-
Hi,
I have been trying to bump the version to `3.11.0`+ (up to the latest `3.12.1`)
and I am getting some strange logs from `net.snowflake.client.jdbc.internal.io.netty.*`:
```
15:41:30.048 [m…
-
## Description
Hello guys,
I have a `module not found` error in this branch: [testcontainers](https://github.com/ziccardi/jnrpe/tree/testcontainers).
The testcontainer dependency is added [her…
-
Currently we can not start broker due to Java 9 have deprecated -Djava.ext.dirs options.
-
### Issue description
Hi,everyone.According to steps of https://apisix.apache.org/zh/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins/,I start java-plugin program and apisix,apisix's log show …
-
### Reproduction steps:
- Start container with Java 9
```
make java9-shell
```
- Create simple Http server
```
mkdir -p /opt/java_http
touch /opt/java_http/SimpleHttpServer.java
`…