Live data from Hacker News

Ask HN: Anyone rewriting Java code due to new license costs?

news.ycombinator.com

11–20 of 25 posts

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#11
Just use OpenJDK, Azul, Corretto, etc...

There's absolutely no reason to pay for Oracle's JDK unless you want Oracle's support.

It was probably intentional, but Oracle really fucked up the marketing on this change and as a result a bunch of FUD has been spread throughout the Java ecosystem.

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#12

Just use OpenJDK, Azul, Corretto, etc... There's absolutely no reason to pay for Oracle's JDK unless you want Oracle's support. It was probably intentional, but Oracle really fucked up the marketing on this change and as a result a bunch of FUD has been spread throughout the Java ecosystem.

Oracle really screwed themselves here. Everyone is jumping ship to other JDK vendors, making them even less likely to pay for Oracle support

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#14
No need to change to another language, as has been pretty much outlined by previous posts Java is driven by the changes added to OpenJDK. Even Oracles commercial binaries use the OpenJDK code repository, compile it and add some support. Use one of the other vendors (Corretto by Amazon is freely available)

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#15

Not here, we've migrated to OpenJDK binaries maintained by Red Hat and Azul (depending on OS). They're still FOSS so it hasn't affected us, yet at least. I have never seen an issue from switching Java SE->OpenJDK. We did the whole company in one day without outages. I'm convinced that incompatiblies don't exist in practice.

There are some incompatibilities. The com.sun.net packages come to mind.

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#16
post #8

It's probably cheaper to just use OpenJDK.

The past two companies I've worked for are forcing teams to move to OpenJDK and one was far more diligent about conducting audits for this than they were for GDPR.

I'm mostly ignoring it, myself. If it becomes a problem I'll switch.

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#17

Earlier quoted context omitted.

The past two companies I've worked for are forcing teams to move to OpenJDK and one was far more diligent about conducting audits for this than they were for GDPR.

I'm mostly ignoring it, myself. If it becomes a problem I'll switch.

If it becomes a problem it will be too late to not pay Oracle huge fees/fines for using it against the license. Oracle is known for their license enforcement, it might even bankrupt your company.

Re: Ask HN: Anyone rewriting Java code due to new license costs?

#20

Earlier quoted context omitted.

I'm mostly ignoring it, myself. If it becomes a problem I'll switch.

If it becomes a problem it will be too late to not pay Oracle huge fees/fines for using it against the license. Oracle is known for their license enforcement, it might even bankrupt your company.

We hardly have any servers and are using an old version of JDK 8 under the old license. It does not keep me up at night.
Post reply on HN