Object.Finalize is no more proxified when the entity base class has a destructor. See #3205.
Default not-found behavior now works correctly on many-to-many Criteria fetch. It now throws ObjectNotFoundException exception for not found records. See #2687.
##### Possible Breaking Changes #####
* `Object.Finalize` is no more proxified when the entity base class has a destructor. See [#3205](https://github.com/nhibernate/nhibernate-core/issues/3205).
* Default not-found behavior now works correctly on many-to-many Criteria fetch. It now throws
ObjectNotFoundException exception for not found records. See [#2687](https://github.com/nhibernate/nhibernate-core/issues/2687).
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps NHibernate from 5.4.1 to 5.5.0.
Release notes
Sourced from NHibernate's releases.
... (truncated)
Changelog
Sourced from NHibernate's changelog.
... (truncated)
Commits
6933bf0
Release 5.5.0 (#3446)1a960b0
Update NUnit to v3.14.0 (#3440)0867f0a
Merge 5.4.7 into master9613ffe
Release 5.4.7 (#3459)37f80d9
Migrate appveyor build to MySql 8 (#3453)68acc51
Merge 5.3.20 into 5.4.x6d47db4
Release 5.3.20 (#3454)f3031ae
Fix DB2/400 schema generation on 5.3.x (#3451)7a86566
Explicit how to use advanced Redis strategies (#3429)98d170a
Update actions/checkout action to v4 (#3423)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show