-
### Is your feature request related to a problem? Please describe.
If the server adds an optional parameter, that is a backward compatible and non-breaking change. However, when the client pulls in…
-
This message is printed by Jansi 2.4.1 when I run Maven 3.9.8 that uses it as one of its libraries.
Also if I just run `java -jar jansi-2.4.1.jar` in Git Bash of Git for Windows 2.45.2.windows.1 this…
-
**com.longport.OpenApiException: error sending request for url (https://openapi.longportapp.com/v2/socket/token)**
springboot 应用启动时,创建QuoteContext 报错。错误日志和截屏如下:
quoteContext error.java.util.concur…
-
Hudi version: hudi-spark3.3-bundle_2.12-0.13.1
Table type: COW
Env: GCP Dataproc batches V 1.1
I am getting the following exception with incremental query:
23/07/11 22:27:50 ERROR TaskSetManag…
-
**Description**
It would be nice if you could use Java 14 records in CDI/arc producer methods.
Currently you get the following (build time) exception:
```
java.lang.RuntimeException: io.quarkus.bu…
-
Type: Bug
Occurs on start, extension does not load...
Error: Could not find or load main class org.eclipse.lemminx.XMLServerLauncher
Caused by: java.lang.ClassNotFoundException: org.eclipse.lemminx…
-
Now with Java 16 we finally have java records which are native data holders, but what java records lack is the Builder functionality.
It would be nice to add support for Java records, so it's poss…
-
### Use case
The upcoming Java 21 is going to have Sequenced Collections ([JEP 431](https://openjdk.org/jeps/431)). We need to look into adding support for them.
### Generated Code
_No response_
#…
-
In the stack trace below a requests sent to an external service has timed out. This event shouldn't be logged as an error in the Elasticsearch logs as it is not an error in Elasticsearch. Additionally…
-
globally we set
```
let Foo;
Java.performNow(() => {
Foo = Java.use('com.bar.Foo');
});
```
inside the hook:
```
const foo = Java.cast(args[2], Foo);
```