Java Modules in Real Life

This page summarizes the projects mentioned and recommended in the original post on /r/java

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. jstachio

    Java type safe statically compiled mustache

    After converting a good portion of our code base to modules and writing a OSS library that tries to embrace it I have some addendums or caveats that I think Nicolai missed:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. metainf-services

    Generates META-INF/services files automatically

    The typical solution for the above is ironically to use a another annotation processor to generate the services registration like Kohsuke metainf-services.

  4. moditect

    Tooling for the Java Module System

    And then you have to use moditect to generate a module-info.java and this is again because the annotation processor will pick up the provides Processor with YourAnnotationProcessor.

  5. bach

    🎼 Bach Builds (on(ly)) Modules

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Apache Curator is now using GitHub Issues to track tickets

    1 project | news.ycombinator.com | 21 Jan 2025
  • Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts

    2 projects | dev.to | 6 Jan 2025
  • Getting Started with Spring Boot 3 for .NET Developers

    3 projects | dev.to | 30 Dec 2024
  • Mixin is a trait/mixin and bytecode weaving framework for Java using ASM

    3 projects | news.ycombinator.com | 27 Dec 2024
  • JPA entity relationship with Micronaut data JDBC

    1 project | dev.to | 27 Dec 2024