Die JVM in einem Kubernetes-Pod – 📢 Session von Dr. Halil-Cem Gürsoy auf den IT-Tagen 2023
#ittage @hgutoot @CapgeminiDE #kubernetes #k8s #jvm
https://www.ittage.informatik-aktuell.de/programm/2023/die-jvm-in-einem-kubernetes-pod.html
Amazon Corretto April, 2023 Quarterly Updates 👉 A no-cost, multi-platform, production-ready distribution of OpenJDK https://aws.amazon.com/about-aws/whats-new/2023/04/amazon-corretto-april-quarterly-updates/ #AWS #OpenSource #Java #JVM
Amazon Corretto 20 is now generally available 👉 The latest version of the no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK) https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-corretto-20/ #AWS #OpenSource #Java #JVM
Nice tips 👏 Building serverless Java applications with the AWS SAM CLI – This post focuses on Apache Maven, however the same concepts apply for Gradle https://aws.amazon.com/blogs/compute/building-serverless-java-applications-with-the-aws-sam-cli/ #AWS #Java #JVM #Serverless https://aws.amazon.com/es/blogs/compute/building-serverless-java-applications-with-the-aws-sam-cli/
Announcing availability of the AWS CRT HTTP Client in the AWS SDK for Java 2.x 👉 An asynchronous, non-blocking HTTP client that can be used to invoke AWS APIs and offers faster SDK startup time and smaller memory footprint https://aws.amazon.com/blogs/developer/announcing-availability-of-the-aws-crt-http-client-in-the-aws-sdk-for-java-2-x/ #AWS #Java #JVM
Mockito 5.0 release notes have some interesting details how they deal with Java module system and lockup of #JVM internal classes:
https://github.com/mockito/mockito/releases/tag/v5.0.0
Even varargs are now supported in ArgumentMatcher!
Async-profiler - manual by use cases | #JVM #Java https://bit.ly/3GduKrk by @k_slusar
WebAssembly for the #Java Geek - @evacchi https://bit.ly/3GeKBar via @JavaAdvent #wasm #jvm
Spring Boot 3: Upgrading Javax to Jakarta wasn't hard. Upgrading Spring Security on the other hand...man what a pain. #java #jvm #SpringBoot3 #spring
#spring #springboot3 #JVM #Java
Spring Boot 3: Upgrading Javax to Jakarta wasn't hard. Upgrading Spring Security on the other hand...man what a pain. #java #jvm #SpringBoot3 #spring
#spring #springboot3 #JVM #Java
@THISWILLWORK I'd look at using #Kotlin & #Gradle. Then you could add Spring Boot or, if you're not a fan of dragging everything but the kitchen sink in from the get-go, you could look at a more lightweight framework like #Javalin which has #Jetty built in, or #Ktor which is pretty well established. Tbh the #Jvm ecosystem is filled with more good options. I read your view on #Maven but I believe Maven 4 is around the corner and is looking quite promising.
#maven #JVM #ktor #jetty #Javalin #gradle #kotlin
RT @starbuxman@twitter.com
RT @javabubble
Awesome #java / #jvm savvy accounts to follow:
👋🏼 Antonin Delpeuch - pintoch
👋🏼 Stefano Cordio - scordio
👋🏼 Ondro Mihályi - ondromih
👋🏼 Josh Long - starbuxman
👋🏼 Jeanne Boyarsky - jeanneboyarsky
More updates like this? Follow me or (1/2)
🐦🔗: https://twitter.com/starbuxman/status/1600941126311092248
Number one sign the #JVM changes are getting out of hand? 🤣
https://www.infoworld.com/article/3682141/c-plus-plus-overtakes-java-in-language-popularity-index.html
Best JVM lang for new/greenfield projects #cs #programming #software #softwareengineering #Dev #developer #jvm #java
#cs #programming #software #softwareengineering #Dev #developer #JVM #java
Finding heap memory leaks with Async-profiler https://bit.ly/3F8UKoK #Java #jvm #profiling
JDriven has release a new Tech Radar to share our views on technological trends at the end of 2022. Our focus is the ecosystem surrounding the #jvm.
Interesting read about humongous objects in #JVM heap.
https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/
Seeing through hardware counters: a journey to threefold performance increase https://bit.ly/3fX3ZOL
👆a fascinating read about hunting cache errors in the #jvm. Via @igb