From 094fdc0c6b64864bbdbae5e4de54fd49016ec232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:21:54 +0200 Subject: [PATCH 1/2] Update documentation do 5.6 --- _posts/2025-10-07-nhibernate-5-6-released.md | 27 + doc/index.html | 9 +- doc/nh/en/index.html | 121 +- doc/nhibernate-reference/architecture.html | 3 +- doc/nhibernate-reference/associations.html | 3 +- doc/nhibernate-reference/batch.html | 3 +- doc/nhibernate-reference/best-practices.html | 3 +- doc/nhibernate-reference/caches.html | 66 +- doc/nhibernate-reference/collections.html | 3 +- doc/nhibernate-reference/components.html | 9 +- doc/nhibernate-reference/contrib-preface.html | 3 +- doc/nhibernate-reference/events.html | 1 + .../example-mappings.html | 3 +- .../example-parentchild.html | 3 +- doc/nhibernate-reference/example-weblog.html | 3 +- doc/nhibernate-reference/filters.html | 3 +- doc/nhibernate-reference/index.html | 10 +- doc/nhibernate-reference/inheritance.html | 5 +- .../manipulatingdata.html | 11 +- .../mapping-attributes.html | 7 +- doc/nhibernate-reference/mapping.html | 14 +- doc/nhibernate-reference/part-contrib.html | 3 +- doc/nhibernate-reference/performance.html | 7 +- .../persistent-classes.html | 3 +- doc/nhibernate-reference/preface.html | 3 +- doc/nhibernate-reference/querycriteria.html | 3 +- doc/nhibernate-reference/queryhql.html | 3 +- doc/nhibernate-reference/querylinq.html | 15 +- doc/nhibernate-reference/queryqueryover.html | 3 +- doc/nhibernate-reference/querysql.html | 3 +- doc/nhibernate-reference/quickstart.html | 3 +- doc/nhibernate-reference/readonly.html | 3 +- .../session-configuration.html | 34 +- doc/nhibernate-reference/toolsetguide.html | 3 +- doc/nhibernate-reference/transactions.html | 3 +- previous-doc/v5.5/ref/architecture.html | 164 + previous-doc/v5.5/ref/associations.html | 441 + previous-doc/v5.5/ref/batch.html | 241 + previous-doc/v5.5/ref/best-practices.html | 112 + previous-doc/v5.5/ref/caches.html | 732 + previous-doc/v5.5/ref/collections.html | 960 ++ previous-doc/v5.5/ref/components.html | 263 + previous-doc/v5.5/ref/contrib-preface.html | 19 + previous-doc/v5.5/ref/events.html | 194 + previous-doc/v5.5/ref/example-mappings.html | 523 + .../v5.5/ref/example-parentchild.html | 287 + previous-doc/v5.5/ref/example-weblog.html | 332 + previous-doc/v5.5/ref/filters.html | 108 + previous-doc/v5.5/ref/index.html | 20 + previous-doc/v5.5/ref/inheritance.html | 292 + previous-doc/v5.5/ref/manipulatingdata.html | 713 + previous-doc/v5.5/ref/mapping-attributes.html | 148 + previous-doc/v5.5/ref/mapping.html | 2219 +++ previous-doc/v5.5/ref/part-contrib.html | 18 + previous-doc/v5.5/ref/performance.html | 791 + previous-doc/v5.5/ref/persistent-classes.html | 408 + previous-doc/v5.5/ref/preface.html | 72 + previous-doc/v5.5/ref/querycriteria.html | 255 + previous-doc/v5.5/ref/queryhql.html | 549 + previous-doc/v5.5/ref/querylinq.html | 511 + previous-doc/v5.5/ref/queryqueryover.html | 285 + previous-doc/v5.5/ref/querysql.html | 370 + previous-doc/v5.5/ref/quickstart.html | 360 + previous-doc/v5.5/ref/readonly.html | 449 + .../v5.5/ref/session-configuration.html | 896 ++ previous-doc/v5.5/ref/toolsetguide.html | 112 + previous-doc/v5.5/ref/transactions.html | 450 + previous-doc/v5.5/shared/css/html.css | 100 + .../v5.5/shared/images/AuthorWork.png | Bin 0 -> 17274 bytes .../shared/images/CustomerOrderProduct.png | Bin 0 -> 15683 bytes .../v5.5/shared/images/EmployerEmployee.png | Bin 0 -> 18001 bytes previous-doc/v5.5/shared/images/NhLogo.png | Bin 0 -> 5625 bytes previous-doc/v5.5/shared/images/fullcream.png | Bin 0 -> 45020 bytes previous-doc/v5.5/shared/images/lite.png | Bin 0 -> 34377 bytes .../v5.5/shared/images/nhibernate_logo_a.png | Bin 0 -> 19193 bytes previous-doc/v5.5/shared/images/overview.png | Bin 0 -> 21636 bytes previous-doc/v5.5/single/index.html | 12703 ++++++++++++++++ .../v5.5/single/nhibernate.reference.chm | Bin 0 -> 601012 bytes .../v5.5/single/nhibernate_reference.pdf | Bin 0 -> 1206299 bytes 79 files changed, 26343 insertions(+), 153 deletions(-) create mode 100644 _posts/2025-10-07-nhibernate-5-6-released.md create mode 100644 previous-doc/v5.5/ref/architecture.html create mode 100644 previous-doc/v5.5/ref/associations.html create mode 100644 previous-doc/v5.5/ref/batch.html create mode 100644 previous-doc/v5.5/ref/best-practices.html create mode 100644 previous-doc/v5.5/ref/caches.html create mode 100644 previous-doc/v5.5/ref/collections.html create mode 100644 previous-doc/v5.5/ref/components.html create mode 100644 previous-doc/v5.5/ref/contrib-preface.html create mode 100644 previous-doc/v5.5/ref/events.html create mode 100644 previous-doc/v5.5/ref/example-mappings.html create mode 100644 previous-doc/v5.5/ref/example-parentchild.html create mode 100644 previous-doc/v5.5/ref/example-weblog.html create mode 100644 previous-doc/v5.5/ref/filters.html create mode 100644 previous-doc/v5.5/ref/index.html create mode 100644 previous-doc/v5.5/ref/inheritance.html create mode 100644 previous-doc/v5.5/ref/manipulatingdata.html create mode 100644 previous-doc/v5.5/ref/mapping-attributes.html create mode 100644 previous-doc/v5.5/ref/mapping.html create mode 100644 previous-doc/v5.5/ref/part-contrib.html create mode 100644 previous-doc/v5.5/ref/performance.html create mode 100644 previous-doc/v5.5/ref/persistent-classes.html create mode 100644 previous-doc/v5.5/ref/preface.html create mode 100644 previous-doc/v5.5/ref/querycriteria.html create mode 100644 previous-doc/v5.5/ref/queryhql.html create mode 100644 previous-doc/v5.5/ref/querylinq.html create mode 100644 previous-doc/v5.5/ref/queryqueryover.html create mode 100644 previous-doc/v5.5/ref/querysql.html create mode 100644 previous-doc/v5.5/ref/quickstart.html create mode 100644 previous-doc/v5.5/ref/readonly.html create mode 100644 previous-doc/v5.5/ref/session-configuration.html create mode 100644 previous-doc/v5.5/ref/toolsetguide.html create mode 100644 previous-doc/v5.5/ref/transactions.html create mode 100644 previous-doc/v5.5/shared/css/html.css create mode 100644 previous-doc/v5.5/shared/images/AuthorWork.png create mode 100644 previous-doc/v5.5/shared/images/CustomerOrderProduct.png create mode 100644 previous-doc/v5.5/shared/images/EmployerEmployee.png create mode 100644 previous-doc/v5.5/shared/images/NhLogo.png create mode 100644 previous-doc/v5.5/shared/images/fullcream.png create mode 100644 previous-doc/v5.5/shared/images/lite.png create mode 100644 previous-doc/v5.5/shared/images/nhibernate_logo_a.png create mode 100644 previous-doc/v5.5/shared/images/overview.png create mode 100644 previous-doc/v5.5/single/index.html create mode 100644 previous-doc/v5.5/single/nhibernate.reference.chm create mode 100644 previous-doc/v5.5/single/nhibernate_reference.pdf diff --git a/_posts/2025-10-07-nhibernate-5-6-released.md b/_posts/2025-10-07-nhibernate-5-6-released.md new file mode 100644 index 00000000..9381bde8 --- /dev/null +++ b/_posts/2025-10-07-nhibernate-5-6-released.md @@ -0,0 +1,27 @@ +--- +layout: post +title: "NHibernate 5.6 Released" +date: 2024-10-07T16:47:18Z +author: fredericDelaporte +gravatar: 5eaae4002cdfc206faf907aaf38d8a09 +tags: + - Release Notes +--- +NHibernate 5.6.0 is now released. + +For a list of resolved issues & pull requests, see the [milestone](https://github.com/nhibernate/nhibernate-core/milestone/66?closed=1) or [the release notes](https://github.com/nhibernate/nhibernate-core/blob/5.6.0/releasenotes.txt). + +Binaries are available on NuGet and SourceForge: +https://sourceforge.net/projects/nhibernate/files/NHibernate/5.6.0/ +https://www.nuget.org/packages/NHibernate/5.6.0 + +##### Possible Breaking Changes ##### +* A thread synchronization timeout may now occur in case of transaction scope timeout, throwing an additional exception. The additional throw can be disabled through the new setting `transaction.ignore_session_synchronization_failures`. See #3355. +* The default value of `transaction.system_completion_lock_timeout` has been lowered from 5000 (5 seconds) to 1000 (1 second). See #3355. +* Binary serializations of a session factory or a session from previous versions of NHibernate will not be deserializable with NHibernate 5.6. + +76 issues were resolved in this release. + +-- + +Huge thanks to everyone involved in this release. \ No newline at end of file diff --git a/doc/index.html b/doc/index.html index f20ee18f..6ccfa916 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,7 +5,7 @@

Current Reference