-
Currently, PetShop's `ServerFacade` uses `HttpURLConnection` to make requests. `HttpURLConnection`'s API is rather unintuitive and bulky, and JDK 11 provided `HttpClient` as a replacement.
Switchin…
-
When I start the game with MojangFixStAPI installed, no sounds (even menu sounds) play for several seconds, until the following error is spit into the log:
```
java.net.ConnectException: Connection …
-
I was able to reproduce this with a self-issued certificate on localhost.
The problem exists when doing a backend call in a SwingUtilities.invokeLater at the same time as a background thread calls …
-
Hi,
I try to use CoinCap API whitin a Java Project.
```
private String getCurrencyAsHTML(Currencys cur, Currencys target) throws Exception {
StringBuilder result = new StringBuilder();
…
-
The real issue is this: https://bugs.openjdk.java.net/browse/JDK-8163921
The RESTXQ end-point:
```xquery
declare
%rest:GET
%rest:path("/{$api:repo}/api/geo/json")
%rest:query-param…
-
**Is your feature request related to a problem? Please describe.**
this project is based on Spring Boot, there are better options than `HttpURLConnection`.
**Describe the solution you'd like**
Sw…
-
### What happened?
The Nightly OLM test github action workflow sometime fails due to some timeout in mvnw internal downloads.
### Steps to reproduce
_No response_
### Relevant log output
```shell…
-
Hello, I am trying to restrict flows to only include those that have a source flow that is used as a query parameter.
For example, say authToken is a source,
```
String urlString = "http://au…
-
### Description of Issue
![image](https://github.com/user-attachments/assets/a9184ca7-9f64-409d-88cb-c687a65008a8)
For the past month, every time I restart the server, there is a high probability of…
-
I have developed a swing application under NB (matisse) that uses the Jersey
client API to populate a JTable. All of my development was using the URL -
[http://localhost/testdata/rest](http://localhos…