Is anyone else in this thread surprised people weren’t using OpenJDK this whole time?
I’m actually not that shocked. Corporations make weird corporate decisions all the time because they feel as if they’re getting the more professional version or something. They tend to view open source projects as either unprofessional or in some complicated way, actually illegal. Like it’ll turn out that open source isn’t allowed after all.
This is what happens when lawyers who don’t actually know what they’re talking about make recommendations. They don’t know, so they always advise caution. Also they genuinely don’t seem to know the difference between pirated software and open source.
The reason corporation are like that is because the responsibility is with the employee the decided to use the open source tool, when there is another company backing a product, there is someone to hold accountable. Also, there is a support number if shit hits the fan, and guarantee of support long term if the supplier is financial healthy.
STOP USING JAVA
It’s so easy to use openjdk. I think the lesson is stop using oracle
My employer has a pretty large presence in AWS. We finished migrating to Amazon’s Corretto (based on openjdk) months ago. It was pretty painless given we already use Amazon’s Linux distros.
What could possibly go wrong with locking yourself into an environment owned by Amazon, or Google or Microsoft?
What’s the lockin? Is it really harder than just swapping the jdk path to switch between Coretto and OpenJDK? I understand Coretto being preferable for performance and security patches but I don’t imagine it’s that big of a deal if one eventually had to switch
It’s not a big deal. Java haters know very little about Java.
You’re getting downvoted because you spoke the truth.
Oracle is a law firm with a large IT department.
They’ve been giving us shit because they “see downloads from our IP addresses”. It’s an absolute shake-down operation. They let anybody download their poisoned jvm for free and then tell your company that they now owe them a fortune.
It’s time for corporate IT to block that download
We’d love to but we do have some legitimate needs for it since Oracle software requires their jvm. It’s a massive pain in the ass.
Openjdk: https://openjdk.org/
Or for people that use jre or want installers: https://adoptopenjdk.net/releases.html
We just went through all of this and we just switched to openjdk without issues.
You didn’t seem to understand. Oracle only supports their own jvm when running their software that uses Java (e.g. weblogic).
I know it may not be an easy question to answer, but does your company really owe them money? I’m guessing that their other software that uses their JVM also has a license, so they should be more clear about the company having to license out the JVM in order to use it. This sounds like a scam that comes packaged along with some other software.
Oh - sorry, Oracle offers a free “entitlement” to use the JVM when used with their software if it’s required. We don’t pay extra for the Oracle JVM.
It feels like actual innovation in all sectors has slowed to a crawl, and corporations – especially the ones run by MBA parasites – are concentrating more and more on just squeezing money out of people with various bullshit tactics, while at the same time thinning their workforce (naturally the MBAs are never under threat, though)
Oracle was never really innovative on a technical level , it’s first and foremost a company focused on selling licenses, and they’re really innovative in that regard but if you fall for that as a company, I have no pity, this is their whole schtick.
Big companies in general are often rather conservative in nature while innovation happens on smaller scale and later expands.
The big problem is rather that a lot of innovation has been absorbed by the big companies via buyouts, especially when money was cheap to borrow. Innovation bears risk, buying an established solution and milking existing users much less so.
I don’t think the users are without blame. A lot of people ignore the red flags when a solution is just convenient enough (we need the commercial support / this exactly covers our use case so we don’t have to hire someone to adapt it / …) and the vendor then cashes out when moving away from his solution would be really expensive.
I think there’s still a lot of innovation lately, but a lot people are just looking for the next big thing that does everything it feels like.
oracle did not develop java. it was developed at sun, which oracle then bought
Alright, not that I wrote or implied that anywhere… In fact Java was probably the whole reason Oracle bought Sun to gain leverage over Android. Which fits very much into what I wrote - one company innovates, another one buys them to squeeze users (Google wasn’t a customer of Sun, they used their own implementation which wasn’t exactly Java but also not exactly anything else). Just that Sun by all means wasn’t a small company, I mean they controlled almost a full stack with their own processors (SPARC), workstations and servers (Blade was somewhat famous), an operating system with Solaris (and if you want to count it even JavaOS) and Java on top of those, and they contributed a lot of technology like NFS, ZFS (license discussions aside). On the other hand, when they bought someone, the product wasn’t just milked to death, but actually integrated into their stack and continued to be developed in the open.
Shame it turned out that way, I guess Sun was a bit overleveraged with how much they did vs. how much they made from it. And to think that Oracle paid less than a fifth than what Twitter sold for later for all of that technology to go to waste, just for a chance to sue Google… But we long as suits continue to license their stuff because they have cool advertisements at airports, this will keep going.
Lol brb gonna share this with the CFO and watch them go into a panic. Going to bet they’ll freak out and by the end of 2024, no more Java for us.
This is the golden ticket I’ve been waiting for.
Good luck
You will just switch to one of the openjdk implementations
Obviously OpenJDK is superior to dealing with Oracle’s bull. But even more superior (IMO) is simply not using Java. My life has been noticeably more pleasant since I started refusing to touch Java.
No offense but I have never seen a good developer complain about java.
Java has a lot of advantages, but that’s a crazy statement. I feel like literally everyone complains about basic stuff like public static void main, over reliance on factories and OOP, and just how much code you need to generate for some basic stuff. I’m not a Java hater, but I am glad I don’t have to use it anymore.
What’s the issue with public static main?
And whats the issue with factories? Factories are a design pattern thats not specific to Java, I’d recommend you read the design patterns book and understand why they exist. I also have 0 factory useage stuck in my mind and I have been developing with java since 2016.
OOP? It’s an OO language ffs, that’s like complaining that C isn’t OO. If you don’t want to use an OO language don’t use one.
how much code you need to generate for some basic stuff
Do you mean verbosity because thats only a complaint for people who dont need to maintain stuff long term. Or maybe you misused java for doing something simple where python would have sufficed.
And then there is the springboot framework that makes shit trivial