• abbadon420@lemm.ee
    link
    fedilink
    arrow-up
    30
    arrow-down
    1
    ·
    3 months ago

    Java is also a lot of fun in this regard. They’ve actually dropped support for java 8 about 2.5 years ago. But Oracle has added a “premium subscription” that gives companies another decade or so of extra support to delay updating their code even further. https://endoflife.date/oracle-jdk

    • Elvith Ma'for@feddit.org
      link
      fedilink
      arrow-up
      15
      ·
      3 months ago

      Worse yet. They switched licensing and costs several times and companies should prepare to get hit with new licensing fees:

      When they introduced Java 17 (a LTS version), they published it under the NTFC license. This means, this version is usable for free, but only until the next LTS version has been out for a year.

      On Sep 19th 2023, Java 21 was released another LTS version. That means, that Java 17 just switched from the NTFC license to the OTNLA license a few days ago - which means, Java 17 is supported until 2029 but you now need a paid license to use it.

      Hope everyone upgraded to Java 21 or newer in time.

        • Elvith Ma'for@feddit.org
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Yes, it’s just Oracle - Temurin, Coretto,… are all safe.

          Oracle offers (paid) support for its Java distribution, which might be why it’s still used by companies…

    • smeg@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Doesn’t every company offer that? “Yeah we’re really done supporting this, but if you want to spend a million quid a month on it then sure, you can have ultra extra extended support”, then every old company that relies on this for their money-printing machine and can’t be bothered updating their ancient code sends them a blank cheque.

  • TrickDacy@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    3 months ago

    I’m so glad I never had to work with angular. Those constructs always disgusted me

    • Eiri@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      The old version, AngularJS, died. The newer Angular lives on, and I heard it’s a much better experience.

  • OpenPassageways@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    I think it was 5 to 6 that was a really tough one for me because we had an in-house state management library that broke with the major breaking changes to RxJS. After that was pretty much no issue all the way from 6 to 17.

    • Zangoose@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      There are a few libraries we’re using that stopped being developed after Angular ~9-10 and one we use extensively with breaking changes between 10-12. Updating to 8 wasn’t too bad but for some reason Angular’s update tool didn’t actually do anything so I had to update the package.json manually and fix stuff by hand (luckily the only change was fixed with a bulk find/replace)

  • bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    If only their “automatic” updater worked without throwing errors on every migration…