I tried to download hibernate 5.6.15 (zip) but the link doesn’t work. The file is not at sourceforge. Older versions (5.6.14, .13…) are also not available. The links to Maven artifacts don’t work either. This also applies to the newer versions. The maven links lead to a search page, but version 5.6 doesn’t seem to be available there either.
A second question: Is it possible to create zip files with all dependencies again for the newer versions (6.1…)?
Nobody complained that we dropped support for Sourceforge so far. You are the first one. Note that you can download all the transitive dependencies with build tools, so you don’t need a full ZIP.
The core artifacts are here on Maven Central: https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-core/6.2.0.CR4
See here for how to copy all project dependencies into a folder: Apache Maven Dependency Plugin – Copying specific artifacts
While Christian is correct, it is true that there seems to be problems on our website:
- Our links to maven work, but point to the old Maven Central website, which seems to have some javascript redirection that doesn’t correctly preserve context (so it redirects to the main page, not to the Hibernate artifacts). I’ll try to convert our links to point to the new Maven Central website.
- We have download links on our website for 5.6.6+ even though we didn’t upload ZIPs for those versions, so those links are dead. I’ll try to hide them.
EDIT: Created [WEBSITE-640] - Hibernate JIRA to track these problems.
However, on the Maven Central page I find only newer versions 5.6.15 I can not find there.
Hey,
Yeah, it’d be great if they made zip files with dependencies for the newer versions, like 6.1. I ran into the same issue and was trying to figure out where to download them. I hope the team will think about it, because it’s really handy for work.
Artifacts get published to Maven Central.
From there, you can download them individually, as Christian explained, using Maven.
It’s all explained on our release pages, e.g. here: 5.6 series - Hibernate ORM
That page also includes a link to Maven Central’s web search to find and download every artifact of a particular version. Currently for 5.6, that link is: Maven Central: Search