Is Java Cloud Native? How Java Became Perfect for Cloud Native Applications - JAVAPRO International
Explore how Java transformed into a cloud-native language with Docker, Kubernetes, and CI/CD, providing fast, efficient container deployments.
Is Java really cloud native? โ๏ธ After 30 years, the platform looks nothing like it did โ from container awareness and minimal images to native builds and virtual threads. Dmitry Chuyko breaks down how #Java became a first-class citizen in the cloud world: javapro.io/2025/07/29/i...
17.10.2025 13:43 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
YouTube video by CyberJAR
Spring AI vs LangChain4J: The Live Coding Duel
Going live in 5 minutes! ๐ฌ
@cat-edelveis.bsky.social vs @rabauer.bsky.social:
Spring Boot + Spring AI ๐ Quarkus + LangChain4J
Grab your popcorn and see which stack makes building AI apps smoother: www.youtube.com/watch?v=rBxc...
16.10.2025 14:57 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
We keep exploring new #Java25 features in action. This time โ module import declarations.
No need for a module-info .java, you can import a module right in your source file.
Perfect for quick demos, scripts, or teaching.
15.10.2025 12:34 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
YouTube video by CyberJAR
Spring AI vs LangChain4J: The Live Coding Duel
Tomorrow, join @cat-edelveis.bsky.social and @rabauer.bsky.social for a live coding duel โ๏ธ
Spring Boot + Spring AI vs Quarkus + LangChain4J โ which stack gives a smoother dev experience for AI apps?
๐
Oct 16, live on YouTube: www.youtube.com/watch?v=rBxc...
15.10.2025 11:30 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Devoxx
The Ultimate Showdown of Database Migration Tools by Pasha Finkelshteyn & Mikhail Polivakha
Missed Devoxx Belgium? The recording of โThe Ultimate Showdown of Database Migration Toolsโ by @asm0dey.site is live!
Liquibase ๐ Flyway โ which migration tool comes out on top?
Watch the full talk here: youtu.be/Ro-zZPkizas
14.10.2025 14:22 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
Is your #Java app slower than it should be? @cat-edelveis.bsky.social breaks down how to profile it properly โ from JFR and VisualVM to Async Profiler, YourKit, and more. Learn how to find whatโs eating your CPU or memory: youtu.be/APvwi1SiFTw
13.10.2025 12:57 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0
Devoxx Belgium is over. Lots of good talks, plenty of hallway chats, and many great people at our stand.
Congrats to Kevin Schuddinck, the winner of our Steam Deck raffle! ๐
Thanks to everyone who came by โ see you at the next Devoxx! ๐ฉต
10.10.2025 14:31 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Our lightweight OS is officially a toddler ๐ฆ
This fall, Alpaquita Linux turns three! Born small, secure, and optimized for #Java โ still keeping containers lean and zero-CVE three years later.
Hereโs to many more builds ahead: bell-sw.com/alpaquita-li...
10.10.2025 11:29 โ ๐ 4 ๐ 2 ๐ฌ 0 ๐ 0
Looking for a legal performance boost for your #Java apps?
Tomorrow at #Devoxx Belgium, Dmitry Chuyko explores JVM โdopesโ: Leyden, CRaC, Lilliput, Graal JIT, native images, fused JDKs.
How far can you go without rewriting code?
๐
Thu, Oct 9 โข 12:55 โข Room 5
08.10.2025 13:06 โ ๐ 4 ๐ 2 ๐ฌ 0 ๐ 0
Weโre at booth 24 at #Devoxx Belgium. Lots of good conversations already โ stop by if you want to talk #Java, performance, or containers.
08.10.2025 12:32 โ ๐ 3 ๐ 3 ๐ฌ 0 ๐ 0
Still on Java 8 or 11? Youโre not alone.
Tomorrow at #Devoxx Belgium, @asm0dey.site (#BellSoft) and @jbaru.ch (@TuxCare) show how to make legacy #Java feel better โ cleaner code, safer apps, faster runtime, without forced rewrites.
๐
Thu, Oct 9 โข 13:50 โข Room 7
08.10.2025 10:18 โ ๐ 8 ๐ 3 ๐ฌ 0 ๐ 0
#Java25 adds compact source files with instance main methods. No more complicated public static void main, just a clean entry point.
Perfect for PoCs and teaching.
07.10.2025 13:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Our team is at #Devoxx Belgium this week. Youโll find us at stand 24, where weโre discussing JVM performance, container efficiency, and #Java security with the community. We also have a Steam Deck raffle at the booth โ stop by and take part!
07.10.2025 12:26 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
One important improvement in #Kamal 2.x is that #curl is no longer required for your #Docker images in order to perform health checks. That way way you can use slim base images, e.g. @bellsoft.bsky.social 's Alpaquita based image for Liberica #Java, e.g. jdk-25-cds-slim-musl โ.
05.10.2025 00:33 โ ๐ 6 ๐ 5 ๐ฌ 0 ๐ 0
In Berlin this week? Donโt miss tomorrowโs talk at Berlin Expert Days ๐ค
@asm0dey.site will show how #Java apps can start in just 5 ms โ without native images โ using #CRaC (Coordinated Restore at Checkpoint).
๐๏ธ Tue, 10:20โ11:20
06.10.2025 16:05 โ ๐ 4 ๐ 2 ๐ฌ 0 ๐ 0
Top 7 Mistakes When Testing JavaFX Applications
Testing JavaFX programs may seem non-trivial at first. This article describes the most common mistakes when testing desktop apps, their causes, and solutions.
Testing #JavaFX often fails for common reasons: touching UI off the FX thread, racing the event queue, flaky pixel checks, Monocle misconfig in CI, FXML classloader traps.
@cat-edelveis.bsky.social explains the pitfalls and how to avoid them, with code:
dzone.com/articles/top...
03.10.2025 12:44 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Many teams still rely on Lombok, but few realize what it actually does under the hood. In this video, @cat-edelveis.bsky.social explains how Lombok rewrites your code and when it might be safer to move on: youtu.be/D-4mWspCz58
02.10.2025 13:24 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
OpenJDK distributions offer a way out. They are TCK-verified and compatible with Oracle JDK, provide longer free update timelines, and offer support prices based on infrastructure size rather than employee count.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The outcome for enterprises: higher costs that grow with employee count, upgrade pressure, and sudden changes to Java SE products roadmap.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
September 2025 brought another shift. Just a few days before JDK 25 release, Oracle announced that GraalVM for JDK 24 was the final GraalVM release licensed and supported as part of Oracle Java SE products.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
For older versions, the deadlines are known. Free updates for Java 8 and 11 ended in 2019. Paid support for Oracle Java 11 ends in September 2026, and for Java 8 in December 2030.
01.10.2025 13:16 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
In 2023, the pricing model shifted to the Java SE Universal Subscription. Instead of licensing per server, costs are now calculated by total employee count. This meant dramatic budget increases for many enterprises.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The NFTC license introduced with JDK 17 offers only three years of free updates per LTS release. That window closed for JDK 17 in September 2024. It will close for JDK 21 in September 2026. After that, you upgrade or pay.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
In 2019, Oracle ended free updates for Java 8 used in production. Running a secure JDK now meant buying a subscription or switching vendors.
01.10.2025 13:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Oracle frequently changes the rules of Java licensing. Costs tied to the total number of employees, new schedule for free updates, GraalVM pulled out of Java SE. Hereโs whatโs changed in recent years and why many companies are moving to OpenJDK ๐งต
01.10.2025 13:16 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 1
#Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:
30.09.2025 13:17 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
At #Dev2Next in Colorado Springs?
Tomorrow 2:15 PM, catch @asm0dey.site and Jonatan Ivanov on:
๐ง From Mystery to Mastery: Decoding the JVM with Observability Tools.
Real-world ways to debug CPU spikes, memory loss, and latency with observability that works.
29.09.2025 14:45 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 1
Should you still use Lombok in 2025?
In this new video, @cat-edelveis.bsky.social explains how it rewrites your code, why it breaks with new JDKs, and when it might be time to move on: youtu.be/D-4mWspCz58
26.09.2025 13:36 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
โ Java coder @xdev.software | ๐ค AI wrangler | ๐ค Conference speaker | ๐ฎ Full-time dad, part-time gamer
DaShaun is a struggling triathlete, Raspberry Pi enthusiast, Testcontainer Champion, former professional cheerleader, keynote speaker, and Spring Developer Advocate at Broadcom. Deliberately practicing to build, run, and manage, better software, faster.
@micrometer.io and @spring.io maintainer, Spring Observability Team member, Open Sourcerer, Speaker, @seattlejug.bsky.social co-organizer, Java Champion
Use the #javabubble or #java hashtags
The biggest community of Java Developers in Bsky!
I follow everyone who mentions #Java or #JavaBubble in their posts and repost them all!
Built by @raphaeldelio.dev
Not an official Java account
Use the #devbubble or #dev hashtags
The biggest community of Developers in Bluesky!
Aggregating all software development posts in one single place!
Developer Relations | Liberica JDK Advocate | Java Dev | Spring Boot Enthusiast | JavaFX Fancier | Tech Writer and YouTuber | Dog Mom | Views are my own
CyberJAR channel: https://www.youtube.com/@cbrjar
The Truth is Out There! ๐ฝ
๐น Softwareโ developer, 40+ years
๐น Franceโ born & raised
๐น Apple USโ in my early 20s
๐น Companiesโ sold a few
๐น Consultingโ lots of
๐น Java Linkblogโ ran for 7 years
๐น Columnistโ Java Developer's Journal
๐น Cancerโ survivor
Developer advocate for @BellSoft
Love people, both listen and talk to
https://asm0dey.site/
Java Champion, Developer Productivity Advocate, Author
https://trishagee.com
https://linktr.ee/trisha_gee
๐ช๐ธ๐ฌ๐ง๐ช๐บ
A two-day conference full of Spring awesomeness in Barcelona. +1300 attendees. Next edition: 13-15 April 2026
Organized by @sergialmar.com
๐ Spring Developer Advocate @Broadcom
โ๏ธ Java Champion
๐น YouTuber http://bit.ly/3zJb93b
๐๏ธ Podcast http://bit.ly/3Tzi0CO
๐ค ByteSized AI http://bit.ly/3XYv87j
AWS Hero, JavaONE Rockstar, Consultant, Java Champion
about: https://about.adam-bien.com
linkedin: https://www.linkedin.com/in/adam-bien
trainer: http://airhacks.live and http://airhacks.io
podcaster: http://airhacks.fm
yt: http://youtube.com/@bienadam
Foojay.io is the central resource for the Java communityโs daily โinformation needs, a place for friends of OpenJDK, โand a community platform for the Java ecosystemโ โ bringing together and helping Java professionals everywhere.โ
Chief Architect, Java Platform Group, Oracle ยท Views are my own ยท https://mreinhold.org
JavaChampion. Speaker. Books: http://goo.gl/QD6eeh. Co-lead
Delhi JUG. DevNexus Rockstar!