rewrite-migrate-java VS jbock

Compare rewrite-migrate-java vs jbock and see what are their differences.

rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java. (by openrewrite)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rewrite-migrate-java jbock
2 7
84 79
- -
9.5 6.8
7 days ago 8 days ago
Java Java
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rewrite-migrate-java

Posts with mentions or reviews of rewrite-migrate-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-21.
  • Java 20 / JDK 20: General Availability
    3 projects | /r/java | 21 Mar 2023
    There's an OpenRewrite module that can help automate the migration. I haven't tried it myself.
  • Detect uses of legacy Java or library APIs
    4 projects | /r/java | 25 Aug 2021
    Glad to see this, and appreciate all the work from the library author over the years. Lots of good information built in. I opened an issue on OpenRewrite to close the gap wherever recipes don't already exist to auto-remediate the things that this finds. https://github.com/openrewrite/rewrite-migrate-java/issues/39

jbock

Posts with mentions or reviews of jbock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-21.
  • Java 20 / JDK 20: General Availability
    3 projects | /r/java | 21 Mar 2023
    The command line example gave me the "ick". It is usually preferrable to parse the command line arguments into one instance of a custom "command class", rather than into a list of things. Like jcommander, picocli or jbock do.
  • jbock 5.13 released
    2 projects | /r/java | 23 Mar 2022
    Hi there, cool, I didn't hope to get a reply after more than 2 days. If you could test the performance yourself that would be great, I'm not into that stuff. Obviously jbock not 100% picocli compatible, just the annotation names are similar. In fact there are many differences. Some common pitfalls are mentioned here.
  • either:1.1 and jbock:5.3 released
    2 projects | /r/java | 8 Jul 2021
    The either library, which has been used for validation purposes in recent jbock releases, has been released independently.
  • jbock 4.0 released
    4 projects | /r/java | 5 May 2021
    OptionalMatcher.java would certainly need to be changed, but I'm afraid that's not everything.

What are some alternatives?

When comparing rewrite-migrate-java and jbock you can also consider the following projects:

artipie - Binary Artifact Management Tool

Java ASCII Render - ASCII renderer in pure java with no external dependencies

Modernizer - Detect uses of legacy Java APIs

Text-IO - A library for creating interactive console applications in Java

picocli - Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

Jansi - Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.

ASCII Table - Several implementations of a text table, originally using ASCII and UTF-8 characters for borders.

avaje-validator - POJO validation using annotation processing

either - Functional error handling for Java