-
This Unit test runs fine:
```C#
[TestMethod]
public async Task Test()
{
var cts = new CancellationTokenSource();
cts.Cancel();
var test = new TaskCanceledException("test", null, cts.To…
-
**input --**
[ "{\"BATCH_ID\":\"\"", "\"PM_PROJECT_REFERENCE\":\"2001-2402001 2024\"", "\"LINE_TYPE\":\"TASK\"", "\"TASK_NUMBER\":\"\"", "\"TASK_NAME\":\"\"", "\"START_DATE\":\"2024-04-01 00:00:00\…
-
Hi,
I am facing this issue while creating native image
```
Error: java.util.concurrent.ExecutionException: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: type is not availabl…
-
Hi,
I am having an issue mentioned below while running the artifact using nativeRun. (nativeCompile worked properly)
```
Caused by: java.lang.IllegalArgumentException: Invalid logger interface or…
-
We keep getting this error in our cucumber tests.
```
java.lang.IllegalArgumentException: class org.assertj.core.error.AssertJMultipleFailuresError declares multiple JSON fields named heading
a…
-
When trying to create a fake from a generated class (gRPC object), the following error (crashes the whole test runner process) occurs:
**Exit code is -1073741819 (Fatal error. Internal CLR error. (…
rizi updated
5 months ago
-
## Bug Report
**Describe the bug**
We are trying to send logs to Fluent Bit using the TCP input Plugin using logback SocketAppender under a Java application. For some reason the connection is st…
-
My wireguard setup on OPNSense 23.7.11 stopped working and where I would normally use this excellent script to make it all work again I am now getting an interesting error.
I downloaded the latest …
-
Hi,
I am following on the PR #13
I have pushed two more alternatives for comparision #14 and #15
Let's move the discussion here so its not scattered on all the PRs
-
This commit https://github.com/revelc/formatter-maven-plugin/commit/d1d5852eeb377d1fc92725bb7eae36427f35081a is breaking caching.
Multiple issues...
- It only addressed java files. All the form…