-
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951909)
I am trying to connect to my cluster via JMX but I require SSL. There is not an option for Reaper…
-
# Bug Report
## Description
Unhandled InterruptedException, CancellationException, ExecutionException
```
java.lang.InterruptedException
at java.base/java.util.concurrent.CompletableFuture…
-
Error when using async request client
Version: 3.0.12
Code:
```
try (Response response = client.target(BASE_RESOURCE_URI.formatted(baseURI))
.path("items")
…
-
I have the following reduced my problem to the foillowing simple script:
```
import java.util.List;
List aList = [];
for (int index = 0; index < 96; index++) {
aList.add(index);
}
…
-
Make jersey numbers available on player profile with the most currently used as primary number, other ones need to be at least mentioned. Player game logs should also include the used number.
-
-
GDPLE now uses a number followed by the letter "x" and a direction to indicate how far off a guess is. However, the logic is not consistent. Today's state (2024-10-31) was Washington. When I guessed N…
-
-
Sembra esserci un problema nel recupero delle opzioni per le feature di tipo Form, un errore 500 del tipo:
```
POST /maia/lexo/data/filteredForms
{"text":"a","searchMode":"startsWith","representation…
-
For now mlcp uses really old (2011) jersey-core library 1.9
Latest one is 1.19.4 (or new library instead of it as org.glassfish.jersey.core 2.26)
Could you please update this library version?