Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nhibernate to 5.5.2 #22

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
NHibernate (source) 5.4.9 -> 5.5.2 age adoption passing confidence

Release Notes

nhibernate/nhibernate-core (NHibernate)

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


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 is behind base branch, 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 September 9, 2022 04:33
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 2 times, most recently from ea6f823 to 3af94b3 Compare October 6, 2022 12:27
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.3.13 chore(deps): update dependency nhibernate to v5.3.14 Oct 16, 2022
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.3.14 chore(deps): update dependency nhibernate to v5.4.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from e2a3edb to c1a9259 Compare March 18, 2023 18:09
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.0 chore(deps): update dependency nhibernate to v5.4.1 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from c1a9259 to 5b4d286 Compare April 17, 2023 11:00
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.1 chore(deps): update dependency nhibernate to v5.4.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 2 times, most recently from a6dffbd to b41232d Compare April 25, 2023 04:57
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from b41232d to e05d0a1 Compare July 4, 2023 14:07
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.2 chore(deps): update dependency nhibernate to v5.4.3 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from e05d0a1 to 30f2708 Compare July 30, 2023 22:36
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.3 chore(deps): update dependency nhibernate to v5.4.4 Jul 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.4 chore(deps): update dependency nhibernate to v5.4.5 Aug 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.5 chore(deps): update dependency nhibernate to v5.4.6 Aug 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.6 chore(deps): update dependency nhibernate to v5.4.7 Nov 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.4.7 chore(deps): update dependency nhibernate to v5.5.0 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from b121777 to 72af057 Compare March 21, 2024 00:33
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch 6 times, most recently from aa946f6 to 8c1bea8 Compare March 21, 2024 01:47
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 8c1bea8 to 4659ca1 Compare April 7, 2024 06:37
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.5.0 chore(deps): update dependency nhibernate to v5.5.1 Apr 7, 2024
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from 4659ca1 to ad157e6 Compare July 6, 2024 08:25
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.5.1 chore(deps): update dependency nhibernate to v5.5.2 Jul 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.5.2 chore(deps): 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 14:32
@renovate renovate bot restored the renovate/nhibernate-5.x branch July 8, 2024 23:43
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.5.2 - autoclosed chore(deps): update dependency nhibernate to v5.5.2 Jul 8, 2024
@renovate renovate bot reopened this Jul 8, 2024
@renovate renovate bot force-pushed the renovate/nhibernate-5.x branch from ad157e6 to 0200491 Compare July 8, 2024 23:43
@renovate renovate bot changed the title chore(deps): update dependency nhibernate to v5.5.2 chore(deps): update dependency nhibernate to 5.5.2 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants