-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jooby-1.x are broken #1513
Comments
Yea, I can't pay two domains. Old doc is over |
Do you still own the "jooby.org" domain? If you still own it, it'd be worth throwing up 301 redirects from If you don't own it anymore, that's a bit of a problem. The current owners are putting up your content. I'd be happy to try and help you get it back, if you want it back. |
jooby.org really looks like a quickly-made placeholder for a squatted domain. |
I don't own the domain anymore... didn't know it was still active and showing some v1 content :( |
That's okay! Jooby is a great project, and we can fix this, but it is a serious problem. If I open an incognito tab, and search "jooby", the top hit is jooby.org. And it is hosting the jooby 1.x docs, they're just a little strange. It didn't occur to me that anyone besides you was hosting them, I was very confident that they were authentic, just accidentally broken. The wayback machine's last snapshots are May 2019, where it appears normal, and in August 2019 it was a redirect to jooby.io, and that's the end of the history. Hit 2 and 3 are github, 4 is jooby.io. But every other result is a tutorial (some quite good!), and every single one points to various subsections of jooby.org, none of them point to jooby.io. So in terms of growing the jooby community, it's really important for people to be able to make long-lived tutorials. The great thing about Jooby is that it is so small and stable that I don't have to muck with the framework, compared to more bloated frameworks. That stability should translate to tutorials, but it requires stable documentation URLs. I'll happily pay for and maintain the domains, but I think it's critical that we get it back permanently - to repay the effort people put to make the tutorials, and also to signal to future adopters who link to The trouble is, I doubt the current owner of jooby.org is benevolent. To a newcomer (and me!), it looks like jooby.org is the real one, and jooby.io is the fake (all the tutorials from legit brands like baeldung point to jooby.org). That's a very dangerous situation. For example, here is an attack which I would have easily fallen for:
It's a little slower, but eventually Sonatype will also let them publish to mavencentral under
If we can't get jooby.org back, then we need to disclose to the various tutorials that they need to update all their links to jooby.io. We should also probably disclose to JitPack, Sonatype, etc. that jooby.org is owned by an untrusted party, and they should blacklist anyone trying to create new maven groups under that name. But that is all a lot of work for a lot of people, and if we can just get the domain back then we don't have to do any of it. In the short-term, we should definitely email |
Tried everything... nothing works. They (go daddy) just don't care:
About the abuse, they never write me back. So filled a copyright complain:
|
Sonatype was notified, so the mavencentral artifacts will remain safe. There are a lot of tutorials based on 1.x, those will probably remain risky unfortunately. |
"org.jooby became io.jooby. Hence, use <groupId>org.jooby</groupId> for all dependencies." https://jooby.io/#appendix-upgrading-from-x-maven-coordinates Beware that jooby.org is scam site. The real site is now jooby.io. See jooby-project/jooby#1513 (comment)
"org.jooby became io.jooby. Hence, use <groupId>org.jooby</groupId> for all dependencies." https://jooby.io/#appendix-upgrading-from-x-maven-coordinates Beware that jooby.org is scam site. The real site is now jooby.io. See jooby-project/jooby#1513 (comment)
Jooby maintainer no longer owns jooby.org domain and the current one is jooby.io. See jooby-project/jooby#1513 for more details. Also, link directly to Jooby's pac4j integration instructions instead of just home page.
"org.jooby became io.jooby. Hence, use <groupId>org.jooby</groupId> for all dependencies." https://jooby.io/#appendix-upgrading-from-x-maven-coordinates Beware that jooby.org is scam site. The real site is now jooby.io. See jooby-project/jooby#1513 (comment)
This problem cost me several hours this morning, partly because the Baeldung article sent me to the wrong website. I was ready to skip Jooby for apparently being buggy. I always visit the GitHub repo before using a new framework to get a sense of whether it's maintained. It would have helped for the README to say front-and-center that Jooby is at the P.S. I messaged the editor of that Baeldung article to inform him of the mistake. |
Hi @jtlapp apologies for the inconvenience. I also messaged baeldung about the link. Thank you. |
If you google "Jooby SSL", the top hit is
Which links to
Which doesn't have any info on https. I tried browsing the docs more broadly, the 1.x search always says "no results found", no matter what you search for. On the modules page, it is not possible to click any of the links, not sure why:
Looks like there is great progress on Jooby 2.x, which is great, but it's really valuable to leave the 1.x docs in a working state, so that old links and documentation will work. Especially since so much "link juice" is flowing to them, many search results for "Jooby blah" are going have 1.x hits, and for now those are not a good experience.
The text was updated successfully, but these errors were encountered: