Add blog post: Java Modules with Maven 4 (Part 1)#256
Merged
Conversation
✅ Deploy Preview for open-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new blog post (Part 1) introducing Java Modules with Apache Maven 4, focusing on the new module source hierarchy and how to build/run a modular sample app.
Changes:
- Added a new markdown post with front matter, conceptual explanation, and build/run examples.
- Added an accompanying SVG diagram illustrating module and dependency relationships.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/posts/2026-01-27-java-modules-maven4-basics/index.md | New article content explaining Maven 4 module source hierarchy and JPMS basics, including commands and examples. |
| content/posts/2026-01-27-java-modules-maven4-basics/images/module-structure.svg | New diagram used by the article to visualize module dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b035ca7 to
46757d2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
46757d2 to
355508a
Compare
hendrikebbers
approved these changes
Feb 5, 2026
Member
|
Approved :) |
First article in a series about Java Modules with Maven 4, covering the module source hierarchy feature introduced in Maven 4.1.0 POM schema. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Move image to static/posts/ and update reference to match the site's existing convention for post images. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Gerd Aschemann <gerd@aschemann.net>
752fbd9 to
ca168db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
🤖 Generated with Claude Code