-
Hi is there an Example how to mock GHIssueComment everytime I try:
```
var ghComment = mock(GHIssueComment.class);
when(ghComment.getId()).thenReturn(123L);
```
I get:
```
java.lang.NullP…
-
Describe the bug
GIVEN following context
SpringBoot : 2.6.3
SpringCloudAzure: 4.5.0 => package com.azure:azure-cosmos:4.39.0
Java ApplicationInsights agent: 3.4.7
WHEN cosmos try to monitor req…
-
Hello,
we have a set of Java Spring Boot applications, that we updated today to version 3.0.7. For monitoring the applications we have added dependency "io.micrometer:micrometer-registry-prometheus…
-
**Describe the bug:**
java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
at com.google.ads.googleads.lib.GoogleAdsClient$Builde…
-
As @jakobbraun suggested, we can use additional library for more readable JSON assertions in tests: https://github.com/kinbiko/jsonassert
-
`compile "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9"`
change to
`compile "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1"`
cause following test code was that origina…
-
Hi,
I have an API returning a sublist in JSON, but this list does not have a fixed order, so sometimes entries are rearranged.
It seems that Tavern is not capable of handling such case, because…
-
We recently upgraded from Vaadin v22.0.0 to v23.3.25 and are looking to set up TestBench and utilize the SpringUIUnit4Test for creating Spring Boot Unit Tests, however we are encountering the followin…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
hare is my project https://github.com/abamoshe/ConnectWise_portable/releases/tag/0.0.0
im running native-image -jar ConnectWise.jar --no-fallback -H:NativeLinkerOption=prefs.lib
and on runtime i get…