python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Chronicle Bytes Release Method Deprecated
I recently moved to JDK 17 from JDK 11 which triggered an update to the Chronicle Wire library. We used to use version 2.17.50 with JDK 11 and now we have moved to chronicle-wire version 2.22.17 and c...
ATO
Votes: 0
Answers: 1
ZGC out of memory error when moving from G1GC
I have an application in Java 17 configured like so:
-Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxMetaspaceSize=1024m
It's a rather large web service that is pretty memory intensive over the years that's g...
RMSD
Votes: 0
Answers: 0
How do I enable a Cloud Native Buildpacks builder to detect my Gradle Java project's Java version?
I'm having trouble getting either of the two Cloud Native Buildpacks builders I've tried (gcr.io/buildpacks/builder:v1 and paketobuildpacks/builder:base) to fully detect my desired Java version so tha...
Matt Welke
Votes: 0
Answers: 1
Why does SonarQube is showing the message for all Java Streams: Refactor the code so this stream pipeline is used.?
I have a Java project running in Java 17 version. I have pushed my code to the organization repository where SonarQube is running. In that repository, I am getting issues/bugs for all the Java Streams...

BATMAN_2008
Votes: 0
Answers: 1