Java Modules in Real Life

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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:

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • 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