Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Confidence
NHibernate (source) 5.4.9 -> 5.6.0 age confidence

Release Notes

nhibernate/nhibernate-core (NHibernate)

v5.6.0

Compare Source

=============================

Release notes - NHibernate - Version 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.
    * Oracle9iDialect now registers localtimestamp as current_timestamp, instead of systimestamp.
      See #​3707.

76 issues were resolved in this release.

** Bug

  • #​3707 Register localtimestamp as current_timestamp in Oracle9iDialect
  • #​3643 Collection cache lookup failure with enum keys
  • #​3631 Missing version update on dirty collection with another property having optimistic-lock false
  • #​3622 ISession.Refresh does not update lazy properties
  • #​3618 ISQLQuery.ExecuteUpdate produces an exception in certain cases
  • #​3602 Unable to implement custom tuplizer due to internal constructor
  • #​3557 Fix configuration order in tests
  • #​3546 Fix incorrect import in DynamicClassFixture
  • #​3525 Querying Seconds on DateTime(Offset) can cause issues in e.g PostgreSQL
  • #​3523 ScaleDefined is not set by SqlType ctor
  • #​3519 Fix reference errors in XML comments
  • #​3518 Add workaround for Rider to see the Antlr3 generated files at design time
  • #​3498 collection [CollectionKey[]] not located in load context
  • #​3480 Fix null reference exception when running tests with Npgsql 8
  • #​3474 Unwanted implied commits may occur for Oracle and MySql
  • #​3464 Remove duplicate entry in dialects documentation
  • #​3424 Exception when using Future to load an entity with no-lazy children
  • #​3421 Empty dynamic components cause phantom updates
  • #​3355 InvalidOperationException on SequencedHashMap.OrderedEnumerator.MoveNext

** New Feature

  • #​3624 Add SybaseASE16Dialect with LIMIT and OFFSET pagination support
  • #​3559 Add new DB2NetDriver and obsolete DB2CoreDriver
  • #​3556 Add support for .NET 8 Math functions
  • #​3461 Support for DbBatch

** Improvement

  • #​3703 Guidelines for handling breaking changes
  • #​3687 Relax collection-id mapping
  • #​3682 InternalsVisibleTo NHibernate.Test
  • #​3676 When referencing a composite-id in Linq, the fkey table is wrongly joined
  • #​3657 Allow thread safe usage of SessionFactoryObjectFactory
  • #​3649 Improve some sparse arrays
  • #​3640 Some string.Intern's for minimizing duplicate strings count
  • #​3610 Eliminate memory allocations in GuidCombGenerator under .NET 8+
  • #​3513 Int32Type: avoid unnecessary boxing for common cases
  • #​3486 LinkedHashMap creates enormous amount of memory traffic
  • #​3475 Adjust the doc about flush on commit
  • #​3473 The sql type of the CultureInfoType is too short
  • #​854 NH-1284 - Initialization of nullable structs component

** Task

  • #​3706 Update actions/setup-dotnet action to v5
  • #​3705 Enable skip_branch_with_pr: true for appveyor
  • #​3702 Configure backports with Mergify
  • #​3701 Update dependency gitreleasemanager.tool to v0.20.0
  • #​3696 Release 5.6.0
  • #​3694 Merge 5.5.3 into master
  • #​3690 Update actions/checkout action to v5
  • #​3689 Update Microsoft.Data.SqlClient to v5
  • #​3619 Update dependency gitreleasemanager.tool to 0.18.0
  • #​3612 Update dependency log4net to v3
  • #​3596 Migrate renovate config
  • #​3594 Update dependency NUnit3TestAdapter to 4.6.0
  • #​3593 Update dependency NUnit.Console to v3.18.1
  • #​3590 Remove Microsoft.SourceLink.GitHub
  • #​3581 Update dependency NUnit.Analyzers to v4.2.0
  • #​3580 Update dependency log4net to v2.0.17
  • #​3579 Merge 5.5.2 into master
  • #​3574 Remove usage of NHIBERNATE_BOT_TOKEN
  • #​3570 Fixing a typo in PersistEvent.cs
  • #​3562 Migrate .NET Core PostgreSQL Windows tests from AppVeyor to GitHub Actions
  • #​3561 Migrate .NET Core SQLite Windows tests from AppVeyor to GitHub Actions
  • #​3555 Obsolete IValue SetTypeUsingReflection & associated methods
  • #​3553 Obsolete ForeignKeys.IsNotTransientSlow
  • #​3552 Cache zero values to reduce boxing in PrimitiveType.DefaultValue
  • #​3549 Obsolete NullableType.Get by column name
  • #​3543 Obsolete JoinedEnumerable
  • #​3542 Add a security policy
  • #​3533 Update Iesi.Collections to 4.1.1
  • #​3532 Remove mentions of Prevalence cache from documentation
  • #​3522 Fix NUnit2050 warnings
  • #​3521 Update dependency NUnit.Analyzers to v4.1.0
  • #​3510 Merge 5.5.1 into master
  • #​3501 Update dependency NUnit.Console to v3.17.0
  • #​3494 Add .NET 8.0 target
  • #​3492 Add NUnit analyzers
  • #​3484 Modernize the test case example
  • #​3479 Update actions/setup-dotnet action to v4
  • #​3477 Update dependency NSubstitute to v5.1.0
  • #​3372 Update dependency gitreleasemanager.tool to v0.17.0

** Tests

  • #​3309 Test Case for Invalid SQL with property-ref on property using a formula

v5.5.3

Compare Source

=============================

Release notes - NHibernate - Version 5.5.3

2 issues were resolved in this release.

** Task

v5.5.2

Compare Source

=============================

Release notes - NHibernate - Version 5.5.2

3 issues were resolved in this release, including CVE CVE-2024-39677 through the merge of 5.4.9.

** Bug

  • #​3536 MemberwiseClone should be virtual error in dotnet 9 preview 3

** Task

v5.5.1

Compare Source

=============================

Release notes - NHibernate - Version 5.5.1

3 issues were resolved in this release.

** Bug

  • #​3465 Invalid SQL created for some joins in a subquery

** Task

v5.5.0

Compare Source

=============================

Release notes - NHibernate - Version 5.5.0


##### Possible Breaking Changes #####
    * `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.

62 issues were resolved in this release.

** Bug

  • #​3413 Downgrade dependency System.Data.SQLite.Core 1.0.118 -> 1.0.117
  • #​3406 Fix orphan removal for detached one-to-one
  • #​3392 Partial fix fetching lazy property after Select in Linq
  • #​3360 Incorrect parameter length for char types in MicrosoftDataSqlClientDriver
  • #​3334 Exception executing HQL query with uncorrelated left joins in subselect
  • #​3327 HqlParser does not correctly negate EXISTS-nodes below an AND/OR
  • #​3325 Cascading orphan delete may not work on versioned entity
  • #​3311 NamedQuery ignores and any other
  • #​3264 Fix collection filter on subclass columns
  • #​3256 Invalid SQL is generated for string Enum used in conditional LINQ
  • #​3205 Object.Finalize should not be proxiable
  • #​2687 Use table group joins for many-to-many in Criteria and Entity loaders
  • #​1267 NH-3047 - Lazy=no-proxy ignores join fetch

** New Feature

  • #​3242 Linq: add enum Equals and object Equals support
  • #​3165 Add support for Firebird 4
  • #​829 NH-3365 - Support for HasFlag method for enums with Flags attribute applied

** Improvement

  • #​3429 Explicit how to use advanced Redis strategies
  • #​3410 Remove redundant collection BeforeAssemble call from query cache
  • #​3398 Do not store mapping field in Configuration
  • #​3396 Get rid of select queries for each ManyToMany not found ignored element in Criteria and lazy loading
  • #​3395 Remove ConstantConverter
  • #​3394 Get rid of select queries for each ManyToMany not found ignored element in hql
  • #​3390 Enable Not node handling in HqlParser.NegateNode
  • #​3384 Improve path rule handling with reserved words in Hql.g
  • #​3377 Move HqlToken.PossibleId to HqlParser.IsPossibleId method and remove castings
  • #​3374 Simplify aggregateDistinctAll rule in Hql.g
  • #​3373 Refactor sequential select related members in AbstractEntityPersister
  • #​3341 Apply fromFragment processing only when required in ProcessDynamicFilterParameters
  • #​3340 SqlString.Trim should return the same instance for not modified string
  • #​3253 Do not throw for unknown type in hql case node
  • #​3230 Add cached boxed boolean values to BooleanType
  • #​3209 Allow custom query loader

** Task

  • #​3460 Merge 5.4.7 in master
  • #​3445 Release 5.5.0
  • #​3440 Update NUnit to v3.14.0
  • #​3423 Update actions/checkout action to v4
  • #​3420 Merge 5.4.6 in master
  • #​3411 Remove ISessionFactoryImplementor parameter from TableGroupJoinHelper
  • #​3409 Merge 5.4.5 in master
  • #​3387 Merge 5.4.4 in master
  • #​3379 Remove NHibernate.Example.Web project
  • #​3362 Update dependency NUnit3TestAdapter to v4.5.0
  • #​3361 Update dependency NUnit.Console to v3.16.3
  • #​3353 Migrate renovate config
  • #​3351 Merge 5.4.3 in master
  • #​3284 Update NHibernate.Caches to v5.9.0
  • #​3283 Update dependency NSubstitute to v5
  • #​3280 Add tests for Microsoft.Data.SqlClient driver
  • #​3275 Migrate dev packages to Cloudsmith
  • #​3241 Exclude generated files from Deepsource analisys
  • #​3236 Add MySQL8Dialect and MySQL8InnoDBDialect
  • #​3223 Simplify GitHub Actions Tests DB initialization
  • #​3206 Update actions/setup-dotnet action to v3
  • #​3202 Update dependency Npgsql to v7
  • #​3129 [Security] Update Oracle.ManagedDataAccess
  • #​3122 Update dependency FirebirdSql.Data.FirebirdClient to v9
  • #​3102 Update dependency Microsoft.Data.SqlClient to v3.1.3
  • #​3099 [Security] Update dependency System.Linq.Dynamic.Core to v1.3.3
  • #​3098 Update dependency System.Data.SQLite.Core to v1.0.118
  • #​3092 Update dependency Microsoft.AspNetCore.OData to v7.7.0
  • #​3088 Update NUnit to v3.13.3

** Tests

v5.4.10

Compare Source

=============================

Release notes - NHibernate - Version 5.4.10

3 issues were resolved in this release.

** Bug

  • #​3609 Fitering with a subquery on a many-to-one with property-ref generates invalid SQL
  • #​3607 Invalid ByCode serialization to XML for OneToOne mappings

** Task


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@hazzik hazzik marked this pull request as draft November 23, 2022 23:07
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 6 times, most recently from f77087b to 8985322 Compare November 30, 2022 02:52
@andreas-eriksson
Copy link

Is FluentNHibernate incompatible with version 5.4 of NHibernate or is there another reason why this cannot be merged?

@hazzik
Copy link
Member

hazzik commented Dec 5, 2022

It is compatible. But I do not want people force to upgrade NHibernate. It's up to them if they want it upgraded or not.

@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 8985322 to 70054a9 Compare January 3, 2023 23:34
@renovate renovate bot changed the title Update dependency NHibernate to v5.4.0 Update dependency NHibernate to v5.4.0 - autoclosed Jan 25, 2023
@renovate renovate bot closed this Jan 25, 2023
@renovate renovate bot deleted the renovate/nhibernate-5.x branch January 25, 2023 07:11
@renovate renovate bot changed the title Update dependency NHibernate to v5.4.0 - autoclosed Update dependency NHibernate to v5.4.0 Jan 25, 2023
@renovate renovate bot reopened this Jan 25, 2023
@renovate renovate bot restored the renovate/nhibernate-5.x branch January 25, 2023 11:25
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 70054a9 to 022a10e Compare February 8, 2023 22:54
@renovate renovate bot changed the title Update dependency NHibernate to v5.4.0 Update dependency NHibernate to v5.4.1 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 022a10e to ee16695 Compare April 11, 2023 12:37
@renovate renovate bot changed the title Update dependency NHibernate to v5.4.1 Update dependency NHibernate to v5.4.2 Apr 11, 2023
@hazzik hazzik added the build label Apr 11, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from ee16695 to 37d978c Compare April 11, 2023 13:39
@hazzik hazzik added this to the vNext milestone Apr 11, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 7 times, most recently from 5fe9604 to 63c58aa Compare April 11, 2023 19:13
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from e91f2aa to 3297b68 Compare February 28, 2024 05:40
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 4 times, most recently from 6e86877 to d00c10d Compare March 11, 2024 10:11
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from d00c10d to e4a24fb Compare March 28, 2024 22:19
@renovate renovate bot changed the title Update dependency NHibernate to v5.5.0 Update dependency NHibernate to v5.5.1 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from e4a24fb to f9d45d5 Compare May 7, 2024 00:59
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from f9d45d5 to 89b9c64 Compare May 24, 2024 01:53
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 89b9c64 to 776eb03 Compare July 6, 2024 08:09
@renovate renovate bot changed the title Update dependency NHibernate to v5.5.1 Update dependency NHibernate to v5.5.2 Jul 6, 2024
@renovate renovate bot changed the title Update dependency NHibernate to v5.5.2 Update dependency NHibernate to v5.5.2 - autoclosed Jul 8, 2024
@renovate renovate bot closed this Jul 8, 2024
@renovate renovate bot deleted the renovate/nhibernate-5.x branch July 8, 2024 16:14
@renovate renovate bot changed the title Update dependency NHibernate to v5.5.2 - autoclosed Update dependency NHibernate to v5.5.2 Jul 8, 2024
@renovate renovate bot restored the renovate/nhibernate-5.x branch July 8, 2024 21:28
@renovate renovate bot reopened this Jul 8, 2024
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 776eb03 to db4266d Compare July 8, 2024 21:28
@renovate renovate bot changed the title Update dependency NHibernate to v5.5.2 Update dependency NHibernate to 5.5.2 Aug 28, 2024
@Bogatinov

This comment was marked as off-topic.

@hazzik
Copy link
Member

hazzik commented Sep 17, 2024

@Bogatinov there are no plans to merge this PR anytime soon, it is just for checking that version is compatible. The policy here is that we target the earliest supported version and allow users to update to a higher version if they want.

Could you please submit your comment as an issue on the NHibernate’s side?

@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from db4266d to b84b2dc Compare November 9, 2024 08:51
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 2 times, most recently from ef336ad to 907095d Compare March 20, 2025 06:10
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 907095d to 5d1a462 Compare August 10, 2025 15:09
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 5d1a462 to 2d27a93 Compare August 23, 2025 13:14
@renovate renovate bot changed the title Update dependency NHibernate to 5.5.2 Update dependency NHibernate to 5.5.3 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 2d27a93 to df5aae4 Compare October 7, 2025 19:02
@renovate renovate bot changed the title Update dependency NHibernate to 5.5.3 Update dependency NHibernate to 5.6.0 Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants