• masterplan79th@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    This is only very indirectly related to Java as a whole. the reference implementation of the jvm is open source and managed by a coalition of companies under a GPL license, the OpenJDK.

    Oracle has its own set of enhancements to the reference jvm that handle things like just-in-time compilation and garbage collection differently and have some additional flags that allow for more fine-grained tweaking of certain features.

    There are many other companies that do the same.

    Oracle only started doing this in 2019 so many companies who were running Java before this used the Oracle JVM out of convenience, even if they weren’t going to use the tweaked parts. So everyone switched to another implementation, OpenJDK, Amazon Coretto, Eclipse J9 or some other available JRE/JDK.

    In 2023 Oracle cracked down harder trying to get people to pay for licenses and changed their terms such that any company with even 1 employee using an Oracle JVM had to pay for every employee in the company. ridiculous I know.

    This is just more news about Oracle’s licensing crackdown and not about Java as a whole at all. Think of it more like the Unity licensing change and you’re telling people to stop coding in C#.

    • paf0@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      I’m aware of the jdk alternatives and I will never use any of them because Oracle might some day decide that they’re an IP violation like they did with Google’s Android. I’m sure you’ll tell me something about the licensing being different but that still will not matter because there is always the possibility that Oracle will change their mind and start messing with me for sport. The Java ecosystem is rotten from the top down because Oracle cannot be trusted.

      • Zagorath@aussie.zone
        link
        fedilink
        arrow-up
        3
        ·
        4 months ago

        Oracle might some day decide that they’re an IP violation like they did with Google’s Android

        They lost that case. It went all the way to the US Supreme Court and set a binding precedent that an API re-implementation falls under the Fair Use doctrine. Maybe Oracle could try some excuse to say that OpenJDK is different enough from what Android did for that precedent to apply, but it would be a major uphill battle, and they know it.

        • paf0@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          It was expensive for Google and fighting them would destroy most companies. It’s cheaper to avoid the ecosystem entirely.

          • Zagorath@aussie.zone
            link
            fedilink
            English
            arrow-up
            3
            ·
            4 months ago

            It was expensive for Google, but they’ve done the hard work of establishing the precedent. It’s much easier to fight when you have a strong binding precedent on your side.

            • paf0@lemmy.world
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              4 months ago

              I don’t have to fight if I just use something else. There is very little advantage to using Java when everything from .NET to Node to Ruby to Python are all super mature and have a similar amount of open source packages available. There might still be a question of performance and for that we have Go, Rust and elixir- not quite as mature but all still can do everything I need and then some.

              As an added bonus, none of those frameworks have Larry Ellison lurking around the corner waiting to sue me if he decides to change the terms of license. Java is dead to me.

                  • atzanteol@sh.itjust.works
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    4 months ago

                    They could though! Microsoft has a long history of “embrace, extend, extinguish”!

                    You may be willing to put your company at risk because you trust Microsoft but I’m not going to.

          • Zagorath@aussie.zone
            link
            fedilink
            English
            arrow-up
            0
            arrow-down
            1
            ·
            4 months ago

            Oh I agree. I love C#. My uni taught most of its classes in Java, but my work has been mostly C#, and it’s a huge step up. It would be my choice 100% of the time if starting a new project where the decision is between those two. But if I were using Java via OpenJDK, I wouldn’t be afraid of a lawsuit; that’s the only point I wanted to make.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        OpenJDK is released under the GPL. That requires making any patents available for free to users.

        They could theoretically change their mind and try some shit, but the GPL is hard to go “backsies” on.

        • paf0@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          Feel free to use it, as long as you’re willing to pay lawyers to fight them when they decide otherwise.

            • paf0@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              4 months ago

              It’s just my reasoning as to why I won’t use Oracle products. Feel free to put your own company at risk.

              • atzanteol@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                4 months ago

                I f’ing love how you’re blaming me personally. Don’t be a dick.

                BTW - don’t mistake “cynicism” for “reasoning”.

                • paf0@lemmy.world
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  4 months ago

                  Sorry, I have my own company, my choices matter, you should blame whomever made that choice for you.

                  It’s not necessarily cynicism if it’s based on previous patterns of behavior. Oracle reveals themselves to be run by bullies again and again and I choose to not put myself at risk. You do you.

                  • atzanteol@sh.itjust.works
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    4 months ago

                    It’s not necessarily cynicism if it’s based on previous patterns of behavior.

                    It’s exactly what it is because you’re ignoring facts that contradict your position because “I’ve been hurt before”. The OpenJDK license is currently the MOST permissive it’s ever been. And that was done by Oracle which is shocking to me.

                    The GPL is an old and well accepted license and there are lots of groups who will jump to defend it. And there are lots of companies backing the OpenJDK that aren’t Oracle. Oracle would need to fight Amazon, Microsoft, IBM (RedHat), the Eclipse Foundations, etc. if they wanted to change that.