diff --git a/_config/site.yml b/_config/site.yml index 093205a32..a863a24ec 100644 --- a/_config/site.yml +++ b/_config/site.yml @@ -128,6 +128,9 @@ projects: jakarta_ee: name: Jakarta EE url: https://jakarta.ee + dialect_mongodb: + name: MongoDB Extension + url: https://github.com/mongodb/mongo-hibernate/ menu: intern: - name: About diff --git a/_data/projects/orm/releases/6.6/series.yml b/_data/projects/orm/releases/6.6/series.yml index 5445f8354..2cf1f4cbf 100644 --- a/_data/projects/orm/releases/6.6/series.yml +++ b/_data/projects/orm/releases/6.6/series.yml @@ -29,6 +29,8 @@ integration_constraints: version: 3.1 jakarta_ee: version: 10 + dialect_mongodb: + version: 1.0 subprojects: repositories: summary: Jakarta Data 1.0, compatibility with Hibernate ORM 6 diff --git a/community/corporate-contributors.html.haml b/community/corporate-contributors.html.haml index 42e7aac97..3c4f28131 100644 --- a/community/corporate-contributors.html.haml +++ b/community/corporate-contributors.html.haml @@ -66,6 +66,18 @@ title: Corporate contributors %p EPAM Systems, Inc. contributed developers time to the Hibernate OGM project. .extra.content %a.ui.blue.label(href='/ogm/') Hibernate OGM + .ui.card.fluid.contributor + .image + %a(href='https://www.mongodb.com/') + %img{:src => "#{relative("/images/contributors/mongodb.svg", page)}"} + .content + .header + %a(href='https://www.mongodb.com/') MongoDB + .description + %p MongoDB is the world’s most popular document database, giving developers a flexible, intuitive way to work with data. With MongoDB Atlas, teams get a fully managed cloud DBaaS platform that combines the flexible document model with a suite of data services, best-in-class security, and enterprise scalability, empowering developers to build any type of application. + %p MongoDB proudly contributes to the Hibernate ORM project through the MongoDB Extension for Hibernate ORM, bringing first-class support for MongoDB’s document model to the Hibernate ecosystem. + .extra.content + %a.ui.blue.label(href='https://github.com/mongodb/mongo-hibernate') MongoDB Extension for Hibernate ORM %p   diff --git a/community/index.adoc b/community/index.adoc index f070c7877..de169fc7c 100644 --- a/community/index.adoc +++ b/community/index.adoc @@ -22,11 +22,12 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool Validator Reactive Tools +MongoDB Extension for ORM +++ https://stackoverflow.com/[Stack Overflow]:: -After the documentation, probably the best place to look for answers. We actively monitor the following tags: +After the documentation, probably the best place to look for answers. +++
hibernate @@ -34,6 +35,7 @@ After the documentation, probably the best place to look for answers. We activel hibernate-validator hibernate-reactive hibernate-tools +mongo-hibernate
+++ @@ -72,6 +74,7 @@ Here are the pages dedicated to each project: Hibernate Validator Hibernate Reactive Hibernate Tools +MongoDB Extension for Hibernate ORM +++ + diff --git a/images/contributors/mongodb.svg b/images/contributors/mongodb.svg new file mode 100644 index 000000000..5e04c3149 --- /dev/null +++ b/images/contributors/mongodb.svg @@ -0,0 +1,38 @@ + + + +Created with Fabric.js 3.6.6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/orm/index.html.haml b/orm/index.html.haml index 4723d6566..047635876 100644 --- a/orm/index.html.haml +++ b/orm/index.html.haml @@ -75,7 +75,7 @@ project: orm == Compatibility with a wide range of databases Hibernate is tested every day on PostgreSQL, MySQL, Db2, Oracle, SQL Server, Sybase ASE, EDB, TiDB, MariaDB, HANA, CockroachDB, H2, and HSQLDB. - There's even built-in support for https://cloud.google.com/spanner/docs/use-hibernate[Spanner]. + There's even built-in support for https://cloud.google.com/spanner/docs/use-hibernate[Spanner], as well as a third-party link:https://github.com/mongodb/mongo-hibernate/[MongoDB Extension for Hibernate ORM]. The link:/orm/contribute#community-dialects[Community Dialects] module defines compatibility with a range of older databases, including Informix, Ingres, and Teradata, along with incubating support for SQLite. diff --git a/stylesheets/styles.scss b/stylesheets/styles.scss index 1a8a15396..eb2da00c3 100644 --- a/stylesheets/styles.scss +++ b/stylesheets/styles.scss @@ -757,6 +757,7 @@ pre .comment .conum { grid-template-columns: 1fr 1fr 1fr; align-items: stretch; column-gap: 28px; + grid-gap: 28px; @media only screen and (max-width: 1200px) { grid-template-columns: 1fr 1fr; }