-
Upstream PR: https://github.com/PrismLauncher/PrismLauncher/pull/2962
-
hi Guys,
I'm using AndroidKeyStore feature which introduced in Android 4.3 (API level 18).
Running Junit test via RobolectricTestRunner, result:
Caused by: java.security.KeyStoreException: AndroidKey…
-
Update https://github.com/microsoft/java-semantic-kernel-demos/tree/main/customer-assistant to use the latest semantic kernel.
Also update demo to use `azd` for deployment.
-
Scala.js does not work for Scala `3.3.x`. Classes extending `java.util.SequencedCollection` cause problems. Note that Scala Native has the class added although it is just a stub at this time.
Repro…
-
Improve java support. Right now it is just registering an LSP.
Need to configure LSP, and add formatting, linting, testing and DAP.
Will likely use [`nvim-jdtls`](https://github.com/mfussenegger…
-
Hey,
The code here is has some old version libs. which are not safe anymore, moreover we cannot upgrade our code to java21 & SpringBoot 3.4.0
thanks (from Roy) ♥
-
Is there a way to support Java and JVM metrics?
So we can see inside the JVM and get recommendations from inside, as it is shown outside the JVM as fully used.
Thanks!
-
For this code:
```
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import org.spr…
-
We added a new java interface to support parquet read and write from hdfs or local file.
The purpose of this implementation is that when we loading and dumping parquet data in Java, we can only use…
-
Our project is old and uses java language, while ntfy is kotlin version, how should we deal with it?