• neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    3 days ago

    I liked Java a lot more before Oracle acquired Sun. I’ve used Oracle databases enough to hate Oracle with the passion of a supernova.

    • deathmetal27@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      3 days ago

      I think I need to clear a common misconception people seem to have here: Oracle has very little to do with Java.

      At most, Oracle has the following connection to Java:

      • Own the trademark
      • Have a build of the JDK/JRE with commercial support.

      However, Java as a language’s baseline comes from OpenJDK, an open source (GPL 2.0) community project which is upstream to several builds including Oracle’s JVM. It follows a “bazaar” like development model similar to the Linux kernel where you can see their mailing lists and track what’s being worked on. Anyone can contribute and the code is on Github: https://github.com/openjdk/jdk.

      That being said, you don’t even need to use Oracle’s JDK (it sucks IMO) and use one of the community provided builds of OpenJDK. OpenJDK builds are provided by Eclipse, Amazon, Azul, Bellsoft and even Microsoft provides JDK/JRE builds. These are free of cost and have longer term support than Oracle’s offering.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        Yep, thanks to the AdoptOpenJDK project which really helped make OpenJDK builds available for all platforms. (It is now called Eclipse Temurin and Adoptium.)

    • sik0fewl@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      4
      ·
      3 days ago

      Java was stagnating under Sun, unfortunately. I hate to say it, but Oracle probably saved Java.