How to make IntelliJ tell you about updated standard libs with the same purpose?

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
  • gradle-baseline

    A set of Gradle plugins that configure default code quality tools for developers.

  • Check out Google’s open source Error Prone. It hooks into compilation with additional bug patterns, including warnings for use of java.util.Date and obsolete JDK APIs. You can also write your own checks as well as automate refactorings, for example gradle-baseline adds many more bug patterns and cleanups.

  • restrict-imports-enforcer-rule

    Gradle plugin & Maven Enforcer rule that restricts usage of unwanted imports in Java, Kotlin and Groovy source files.

  • If your project is Maven-flavored, you can try this enforcer rule. Now you and your collaborators will have warnings on any build.

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

    Detect uses of legacy Java APIs

  • This is another option: https://github.com/gaul/modernizer-maven-plugin

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