Micronaut Framework 4.10.5
The Micronaut Foundation is excited to announce the release of Micronaut Framework 4.10.5 ! Please see our latest blog post for more details. micronaut.io/2025/12/17/m... #micronaut
17.12.2025 07:49 โ
๐ 6
๐ 2
๐ฌ 0
๐ 0
I am mind blown. I asked Claude to port Ratatui to Java, using Gradle, create a demo app and compile it to a native binary. It took 20 minutes. Here's the demo (this is a native binary compiled using GraalVM using the official native build tools plugin). ๐ซณ๐ค
/cc @glaforge.dev @maxandersen.xam.dk
19.12.2025 16:18 โ
๐ 22
๐ 6
๐ฌ 2
๐ 2
Not sure there has ever been a technology that made me want to ragequit software development completely like Lombok does. Somebody kill it with fire please.
24.04.2025 09:53 โ
๐ 4
๐ 0
๐ฌ 3
๐ 0
Micronaut JSON schema
Source code generation from JSON schema with @micronautfw.bsky.social micronaut-projects.github.io/micronaut-js...
07.04.2025 09:38 โ
๐ 2
๐ 0
๐ฌ 0
๐ 0
Micronaut Build Plugin Sourcegen
Generate Maven and Gradle plugins from common code using @micronautfw.bsky.social sourcegen micronaut-projects.github.io/micronaut-bu...
05.04.2025 11:22 โ
๐ 3
๐ 0
๐ฌ 0
๐ 0
Micronaut Servlet
Nice! @micronautfw.bsky.social 4.8 now ships with HTTP client and server implementations that use the built-in JDK client and server. You can build GraalVM compatible Micronaut applications with no third party dependencies micronaut-projects.github.io/micronaut-se...
#java #micronaut #graalvm
02.04.2025 08:09 โ
๐ 7
๐ 4
๐ฌ 0
๐ 0
Micronaut Framework 4.8.0
The Micronaut Foundation is excited to announce the release of Micronaut Framework 4.8.0 ! Please see our latest blog post for more details. micronaut.io/2025/04/01/m... #micronaut
01.04.2025 18:04 โ
๐ 7
๐ 4
๐ฌ 0
๐ 0
Awesome "GraalVM for JDK 24 Release Stream" by Alina Yurenko and Fabio Niephaus today with the latest "GraalVM for JDK 24" features medium.com/graalvm/welc... and medium.com/graalvm/what... @alina-yurenko.bsky.social @fniephaus.com
26.03.2025 14:53 โ
๐ 8
๐ 2
๐ฌ 1
๐ 0
[GR-58659] [GR-58660] Add FFM Support for {darwin,linux}-aarch64 on SubstrateVM by graalvmbot ยท Pull Request #10856 ยท oracle/graal
Adds support for AArch64 platforms. This is based on the x86_64 implementation and adapted accordingly.
You asked, we delivered: we merged FFM support in @graalvm.org Native Image on MacOS/AArch64!๐๐
github.com/oracle/graal...
This means that you can now also build and run locally apps like github.com/mukel/llama3... (cc @stephanjanssen.be :))
Coming soon in GraalVM for JDK 25 EA builds!๐
14.03.2025 11:05 โ
๐ 34
๐ 11
๐ฌ 1
๐ 0
Whatโs new in Graal Languages 24.2
Today, along with GraalVM for JDK 24, we are releasing version 24.2 of Graal Languages. This version is designed for use with GraalVM forโฆ
Today we are releasing Graal Languages v24.2! ๐.
This release brings a Gradle plugin for GraalPy, scaling native Python across Java threads, Continuation API in Espresso, Truffle Bytecode DSL, and more!
What's new: medium.com/graalvm/what...
The release notes: www.graalvm.org/release-note...
18.03.2025 16:00 โ
๐ 23
๐ 15
๐ฌ 0
๐ 3
Welcome, GraalVM for JDK 24!๐
Today we are releasing GraalVM for JDK 24!
GraalVM for JDK 24 is here!๐
Higher peak performance with ML, smaller executables, enhanced SBOM support, and many more new features!
What's new: medium.com/graalvm/welc...
The release notes: www.graalvm.org/release-note...
Download now!๐
graalvm.org/downloads/
#GraalVM #Java24
18.03.2025 15:30 โ
๐ 34
๐ 12
๐ฌ 0
๐ 1
Java 24 / JDK 24: General Availability: mail.openjdk.org/pipermail/jd...
Features: openjdk.org/projects/jdk...
#java24 #jdk24 #openjdk #java
18.03.2025 13:23 โ
๐ 110
๐ 62
๐ฌ 8
๐ 2
#JavaOne is 5 days away! Donโt miss out on attending the conference that started it all! Network with #Java experts from #Oracle and the community. Register now: javaone.com
14.03.2025 08:28 โ
๐ 1
๐ 1
๐ฌ 0
๐ 0
This is me debugging a Rust library compiled to Wasm and embedded in a @micronautfw.bsky.social microservice in @intellijidea.com: Compile with debug info, enable the Chrome Inspector for #GraalJS and #GraalWasm, and attach to the process. ๐ค
Will share more details at #WasmIO later this month!
09.03.2025 17:37 โ
๐ 34
๐ 9
๐ฌ 2
๐ 2
How did we get to this point? ๐คฆ
24.02.2025 18:39 โ
๐ 8
๐ 0
๐ฌ 2
๐ 0
That is correct ๐
21.02.2025 17:56 โ
๐ 3
๐ 1
๐ฌ 1
๐ 0
Right, not saying the module system doesn't add value, but it doesn't take away the need for strong build tooling.
Also application developers don't think like library developers so when an application developer is tasked to build a library they are not thinking about restricting the public API
19.02.2025 14:31 โ
๐ 1
๐ 0
๐ฌ 0
๐ 0
Module system doesnโt really help uncontrolled growth of the dependency graph. It only helps isolation. Compilation time isolation can already be achieved with compile vs runtime scopes
19.02.2025 11:40 โ
๐ 1
๐ 0
๐ฌ 1
๐ 0
A library that depends on X shouldn't mean that X is now usable by everyone. It is just an unbelievable crazy default.
Developers are also sloppy putting things like JUnit and Mockito without a scope and publishing a library. Now those are public API and the transitives of those public as well.
18.02.2025 16:08 โ
๐ 4
๐ 1
๐ฌ 3
๐ 0
This becomes worse in larger organisations as internal libraries are produced that export more dependencies and then these transitives are consumed by everyone until the point that "the platform" everyone builds on includes hundreds of APIs. Removing a transitive results in breaking changes.
18.02.2025 16:08 โ
๐ 3
๐ 0
๐ฌ 1
๐ 0
Part of it is our fault I guess. We create higher level abstractions that encapsulate functionality (frameworks) that provide tremendous value and allow devs to do less and less because batteries included. These frameworks are very modular and allow configuring only what is needed, but no one does.
18.02.2025 16:08 โ
๐ 3
๐ 0
๐ฌ 1
๐ 0
We work at the same company, come help me fix our issues with it ๐
18.02.2025 15:02 โ
๐ 3
๐ 0
๐ฌ 0
๐ 0
Donโt think there as any easy answer to that. Gradle can be just as bad though does give you more control of resolution rules.
In large organizations it is difficult to control transitives and because with Maven transitives become public API automatically effectively every dep is public API
17.02.2025 17:49 โ
๐ 4
๐ 0
๐ฌ 0
๐ 0
#Micronaut Framework 4.7.0 is out!
Learn about the latest enhancements, including support for LangChain4J to integrate LLMs into Java apps, and improved support for Graal-based dynamic languages.
Read more on #InfoQ ๐ bit.ly/41c0rxa
#Java #LLMs #SoftwareDevelopment
12.02.2025 07:04 โ
๐ 6
๐ 3
๐ฌ 0
๐ 0
Oh and AI is only going to make it worse.
17.02.2025 14:22 โ
๐ 1
๐ 0
๐ฌ 0
๐ 0
Unpopular opinion: Maven used at scale causes untold damage and keeps thousands of Senior Architects busy and employed policing uncontrolled dependency graphs from end-less copying and pasting of <dependency> snippets found on StackOverflow
17.02.2025 14:21 โ
๐ 11
๐ 1
๐ฌ 4
๐ 0
New release: Graal Development Kit for Micronaut 4.7.3!๐
It contains Micronautยฎ framework 4.7.3, software supply chain security enhancements, new hands-on labs, and more.
See what's in this release: blogs.oracle.com/java/post/an...
07.02.2025 10:40 โ
๐ 9
๐ 4
๐ฌ 0
๐ 0