transformer VS jvm-dependency-conflict-resolution

Compare transformer vs jvm-dependency-conflict-resolution and see what are their differences.

transformer

Eclipse Transformer provides tools and runtime components that transform Java binaries, such as individual class files and complete JARs and WARs, mapping changes to Java packages, type names, and related resource names. (by eclipse)

jvm-dependency-conflict-resolution

Gradle plugin to improve Dependency Conflict Detection and Resolution (by gradlex-org)
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
transformer jvm-dependency-conflict-resolution
3 2
101 46
1.0% -
8.7 9.3
6 days ago 8 days ago
Java Java
GNU General Public License v3.0 or later Apache License 2.0
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.

transformer

Posts with mentions or reviews of transformer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-22.
  • JEP 430: String Templates (Preview) Proposed to Target Java 21
    1 project | news.ycombinator.com | 4 Mar 2023
    > Oracle's "license change" was to open source the entire JDK for the first time in Java's history

    The parent comment is most likely not talking about that. The "Oracles license changes" (plural) in question are things like the recent change to count all employees (even the ones who do not use Java) when calculating the price for an Oracle JDK license (see for instance https://houseofbrick.com/blog/oracle-java-pricing/), or IIRC an earlier change to require a paid license for newer releases of Oracle JDK 8 (which AFAIK is the version most companies use). It's true that it's easy to avoid all of that by exclusively using OpenJDK instead of the Oracle JDK (but then you find out that you have to download from AdoptOpenJDK instead of downloading directly from OpenJDK, and then you find out that it's no longer called AdoptOpenJDK, and now has an even weirder name), but it's also true that it's easy for an employee to end up downloading the Oracle JDK (especially when it's someone who learned Java back when the recommendation was to prefer the Sun JDK instead of an open alternative), which could expose the company to huge licensing costs. It can be less risky to just forbid the use of Java outside of carefully curated environments.

    > and we had no control over Jakarta's insistence to leave the JCP, Java's standards body that controls the javax namespace.

    It doesn't matter who is at fault; all the users see is a pointless namespace change, which breaks both source and binary compatibility for something which had been part of the JDK for many releases. To make things worse, it's not something which can be easily be worked around; when providing a library which can run with either the old or the new namespace, you have to provide two separately compiled JARs, and I've seen several popular projects take that path. It's very similar to the Python 2 to Python 3 transition, except that Python allows you to dynamically import a module at runtime (so you can easily create a compatibility shim), while with Java, the package names are fixed in the bytecode. The best workaround I've seen so far (though I haven't played with it yet) manipulates the class bytecode at load time to change the package names (https://github.com/eclipse/transformer).

  • What are the options to migrating existing code to support the Jakarta EE API?
    1 project | /r/java | 10 Oct 2022
  • The Javax to Jakarta mess, it's even worse than I thought
    4 projects | dev.to | 22 Apr 2022
    There are tools to rewrite JARs and classes, the most complete probably being Eclipse Transformer, that is apparently used by the Payara application server to rewrite EARs dynamically at deployment time.

jvm-dependency-conflict-resolution

Posts with mentions or reviews of jvm-dependency-conflict-resolution. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-22.
  • The Javax to Jakarta mess, it's even worse than I thought
    4 projects | dev.to | 22 Apr 2022
    Maybe I'll try to make a plugin with all these rules (or contribute them to Jendrik Johannes' Java Ecosystem Capabilities Gradle Plugin) so at least I can verify that I don't have issues. If anyone would like to help create a list of all the conflicts (including the vendor libraries), get in touch (but I don't promise anything).
  • Wednesday Links - Edition 2022-04-06
    2 projects | dev.to | 6 Apr 2022
    Java Ecosystem Capabilities Gradle Plugin (2 min)🧩 https://github.com/jjohannes/java-ecosystem-capabilities

What are some alternatives?

When comparing transformer and jvm-dependency-conflict-resolution you can also consider the following projects:

jakarta-transformer-plugin

mail-api - Jakarta Mail Specification project

JavaGuide - 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!

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