From 58300086817447eba741da24d3fdabe82d256f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 15 Oct 2025 09:23:29 +0200 Subject: [PATCH 1/5] Add references to mongo-hibernate --- _config/site.yml | 3 +++ _data/projects/orm/releases/6.6/series.yml | 2 ++ orm/index.html.haml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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/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. From 3a15f415474a63b63452cbf3a4eda957b07e0c72 Mon Sep 17 00:00:00 2001 From: atandon2024 Date: Mon, 20 Oct 2025 20:08:27 -0700 Subject: [PATCH 2/5] Added mongodb extension for hibernate orm to community page --- community/index.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/index.adoc b/community/index.adoc index f070c7877..edd36f4b1 100644 --- a/community/index.adoc +++ b/community/index.adoc @@ -22,6 +22,7 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool Validator Reactive Tools +MongoDB Extension for Hibernate ORM +++ @@ -34,6 +35,7 @@ After the documentation, probably the best place to look for answers. We activel hibernate-validator hibernate-reactive hibernate-tools +MongoDB Extension for Hibernate ORM +++ @@ -72,6 +74,7 @@ Here are the pages dedicated to each project: Hibernate Validator Hibernate Reactive Hibernate Tools +MongoDB Extension for Hibernate ORM +++ + From c2b4cbc9177794c5618e443546d6e92f31603b70 Mon Sep 17 00:00:00 2001 From: atandon2024 Date: Mon, 20 Oct 2025 20:50:20 -0700 Subject: [PATCH 3/5] Added corporate contributors --- community/corporate-contributors.html.haml | 12 +++++++ community/index.adoc | 4 +-- images/contributors/mongodb.svg | 38 ++++++++++++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 images/contributors/mongodb.svg 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 edd36f4b1..ddf33df87 100644 --- a/community/index.adoc +++ b/community/index.adoc @@ -22,7 +22,7 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool Validator Reactive Tools -MongoDB Extension for Hibernate ORM +MongoDB Extension for ORM +++ @@ -35,7 +35,7 @@ After the documentation, probably the best place to look for answers. We activel hibernate-validator hibernate-reactive hibernate-tools -MongoDB Extension for Hibernate ORM +mongo-hibernate +++ 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 From c62300d8d49fb6924c9310bc5298dd760e079a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 21 Oct 2025 10:33:05 +0200 Subject: [PATCH 4/5] Remove confusing mention of us actively monitoring stackoverflow It's only true for some projects --- community/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/index.adoc b/community/index.adoc index ddf33df87..de169fc7c 100644 --- a/community/index.adoc +++ b/community/index.adoc @@ -27,7 +27,7 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool +++ 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 From b84552dcd7b09f6ea0eb893dd383014fbc9a1315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 21 Oct 2025 10:53:17 +0200 Subject: [PATCH 5/5] Fix grid spacing in corporate contributors --- stylesheets/styles.scss | 1 + 1 file changed, 1 insertion(+) 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; }