TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenJDK Migrates to GitHub

267 pointsby dcgudemanalmost 5 years ago

10 comments

giomascealmost 5 years ago
It bothers me that they repeatedly write about a migration &quot;from Mercurial to GitHub&quot;, rather than &quot;from Mercurial to Git&quot;. It seems to imply that GitHub hosting is the only way to run Git.<p>It&#x27;s perfectly fine to say that they are moving to GitHub hosting, but not to put it on the same level as Mercurial: Mercurial and Git are applications&#x2F;protocols, while GitHub is a hosting service. You should compare application with application and hosting service with hosting service.
评论 #23956927 未加载
评论 #23955348 未加载
评论 #23956962 未加载
评论 #23954959 未加载
评论 #23955208 未加载
评论 #23955040 未加载
评论 #23955658 未加载
评论 #23958886 未加载
评论 #23955998 未加载
评论 #23957044 未加载
评论 #23957492 未加载
评论 #23957725 未加载
评论 #23954836 未加载
评论 #23954793 未加载
评论 #23954823 未加载
tannhaeuseralmost 5 years ago
The problem with consolidating everything on GitHub is that, to me, you&#x27;re selling your user&#x27;s and contributor&#x27;s clicks. Moreover, GitHub blocks indie search crawlers, and as such is just a content silo. Now F&#x2F;OSS software licenses, at least of the reciprocal kind, make very much a political statement by their license choice, willingly or not, that is questioned by using GitHub (or any other gateway cashing in on user engagement data) as project host. The really ugly and depressing thing is that F&#x2F;OSS projects seek networking effects on GitHub, turning a super-powerful and easy dSCM into a centralized hub in a heartbeat; to me, they kindof devalue their own (massive) work by trading it for only the attention value it gets on GitHub, and contributing to the oligopolistic web. Hosting GPL software on GitHub is like sticking fingers in your ears, dogmatically adhering to a licensing taxonomy of yesteryear, while refusing to face today&#x27;s problems. I&#x27;m not sure what incentive to go to GitHub is there for a project with a defacto closed group of developers that&#x27;s been in the works for years or decades already; it&#x27;s not like the project seeks indie contributors anyway. Might be better to support <a href="https:&#x2F;&#x2F;codeberg.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;</a> .
评论 #23957616 未加载
评论 #23956930 未加载
评论 #23956540 未加载
评论 #23956970 未加载
评论 #23955835 未加载
rvzalmost 5 years ago
&gt; Host all OpenJDK Git repositories at <a href="https:&#x2F;&#x2F;github.com&#x2F;openjdk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openjdk&#x2F;</a>.<p>Good choice from moving to Git [0], very risky move on moving to GitHub. If this was just a mirror then that would be fine but it is moving from Mecurial to Git and then the whole project to GitHub.<p>They should do what Xfce, GNOME and KDE have done and they have self-hosted their own repositories on Gitlab, which GitHub requires the Enterprise Edition for self-hosting. Not really an option, unless you want to pay for this.<p>The risks outweigh the pros for GitHub as I have said before [1] and will say it again. Self-hosting over &#x27;centralising everything&#x27; on GitHub.<p>[0] <a href="https:&#x2F;&#x2F;openjdk.java.net&#x2F;jeps&#x2F;357" rel="nofollow">https:&#x2F;&#x2F;openjdk.java.net&#x2F;jeps&#x2F;357</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23849565" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23849565</a>
评论 #23955373 未加载
评论 #23955682 未加载
评论 #23954558 未加载
评论 #23954853 未加载
评论 #23956397 未加载
burtonatoralmost 5 years ago
YEARS ago at a conference I got really mad at Gosling and told him that Java was going to be Open Source one way or another and that they might as well Open Source it now and maybe SUN wouldn&#x27;t implode.<p>Well... I was right.
评论 #23954568 未加载
评论 #23958029 未加载
评论 #23954830 未加载
评论 #23954756 未加载
m0zgalmost 5 years ago
Java development is now hosted by Microsoft. :-)
评论 #23954711 未加载
评论 #23954635 未加载
评论 #23954827 未加载
评论 #23954803 未加载
AbacusAvengeralmost 5 years ago
How many applications are left that still use Mercurial? I can only think of two big ones, the JDK and Mozilla&#x27;s entire code base. Are there still others around? Seems like everyone&#x27;s moving to Git these days, which is great considering I never did get the hang of Mercurial.
评论 #23955268 未加载
评论 #23954478 未加载
评论 #23954670 未加载
评论 #23955560 未加载
评论 #23954554 未加载
评论 #23954497 未加载
评论 #23954660 未加载
saagarjhaalmost 5 years ago
Will they be moving contributions to GitHub pull requests as well?
评论 #23955884 未加载
sharkenalmost 5 years ago
Having worked with multiple Mercurial repositories managed by a custom tool which is now also being converted to Git, I can confirm that the smart choice for a new developer is to choose Git.<p>It’s no longer “Choose Git or Mercurial?” that is the topic, but instead it is which Git branching model to choose.
评论 #23957909 未加载
pyuser583almost 5 years ago
Lol. I was looking for the openjdk source code. Was confused about current status. Good to know.
The_rationalistalmost 5 years ago
I wonder how much this will increase contributions and as such how much the JVM will improve :)