Heute Abend gebe ich eine Talk zu #apachemaven bei der @rheinjug. Sozusagen eine Generalprobe fΓΌr nΓ€chste Woche. Da bin ich mit dem Talk bei der @jcon .

#talk #java

πŸ“’ Updated! New URL: https://maven.aschemann.net/blog/2026/01/27/modular-basics/ My first blog post about Java Module support with @[email protected] (4)! Apache Maven 4 enables multiple Java Modules in a single project (just one POM). #Java #Maven #JavaModules #ApacheMaven
πŸ“’ Updated! New URL: https://maven.aschemann.net/blog/2026/02/26/modular-basics-homework/ Part 2 of my Java Modules with @[email protected] (4) series! Homework: missing resources and JAR packaging challenges. Workarounds included. #Java #Maven #JavaModules #ApacheMaven
πŸ“’ Updated! New URL: https://maven.aschemann.net/blog/2026/03/12/encapsulation/ Part 3 of my Java Modules with @[email protected] (4) series β€” strong encapsulation: hiding implementation details in internal packages. #Java #Maven #JavaModules #ApacheMaven
My Java Modules with @[email protected] (4) series continues! Cleanly separate API and implementation in Java modules β€” and why mixing both is a common antipattern. https://maven.aschemann.net/blog/2026/03/26/api-and-implementation/ #Java #Maven #JavaModules #ApacheMaven

My Java Modules with @ASFMavenProject (4) series continues!

Cleanly separate API and implementation in Java modules β€” and why mixing both is a common antipattern.

https://maven.aschemann.net/blog/2026/03/26/api-and-implementation/

#Java #Maven #JavaModules #ApacheMaven

In the third part of my Java Modules with @ASFMavenProject (4) series, I explore strong encapsulation β€” how to properly hide implementation details in internal packages so that neither the compiler nor the JVM allows other modules to access them.

https://maven.aschemann.net/blog/2026/03/12/encapsulation/

#Java #Maven #JavaModules #ApacheMaven

Part 2 of my Java Modules with Maven 4 series is out! This follow-up tackles the homework from the first article: missing resources and JAR packaging challenges in Maven 4's module source hierarchy. Workarounds included. open-elements.com/posts/2026/0... #Java #JavaModules #ApacheMaven

Part 2 of my Java Modules with @ASFMavenProject (4) series! This follow-up tackles the homework from the first article: missing resources and JAR packaging challenges in the module source hierarchy.

Workarounds included until Maven 4 fully catches up.

https://maven.aschemann.net/blog/2026/02/26/modular-basics-homework/

#Java #Maven #JavaModules #ApacheMaven

I am happy to announce my first blog post of a series about Java Module support with @[email protected]. The upcoming #ApacheMaven 4 release will enable multiple Java Modules in a single project (just one POM etc.): open-elements.com/posts/2026/0...