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

fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.10 #9461

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.blazebit:blaze-persistence-core-impl (source) 1.6.8 -> 1.6.10 age adoption passing confidence

Release Notes

Blazebit/blaze-persistence (com.blazebit:blaze-persistence-core-impl)

v1.6.10

Compare Source

12/11/2023 - Release tag Resolved issues

New features
  • Support JDK 21
  • Add CockroachDB function registrations
  • Support Hibernate 6.3 and 6.4
  • Special case limit 1 in correlation builders to support old MySQL and MariaDB versions
Bug fixes
  • Fix parsing error for entity view limit mapping
  • Fix dropping of embeddable group by expression when nested property has same name as parent property
  • Fix SQL generation for lateral subqueries when correlated path has @Where predicate
  • Fix ConcurrentModificationException during metamodel determination for special Hibernate Envers mappings
  • Clear EntityViewManager static fields in entity view implementations to avoid possible memory leak
  • Ignore @Any mapped attributes in enum type scanning
  • Fix NPE caused by wrong order by expression during criteria builder copying
  • Workaround Hibernate 6 returning null java type for enum parameters
  • Add Entity View type test values for more Java types
Backwards-incompatible changes

None yet

v1.6.9

Compare Source

15/06/2023 - Release tag Resolved issues

New features
  • Add Netflix DGS GraphQL integration that supports mutations
  • Add MariaDBDbmsDialect for MariaDB support
  • Add support for Hibernate 6.2.5+
  • Add support for Quarkus 3.1
  • Add support for Spring Framework 6 / Boot 3.1 as well as Spring Data/WebMvc/WebFlux/HATEOAS 3.1
Bug fixes
  • Use empty escape character for like predicates when noEscape is used
  • Fix issue with negative numeric literals in inLiterals and notInLiterals APIs
  • Fix GraphQL over-fetching issue
  • Fix issue with unions in GraphQL selection set
  • Fix issue with EMBEDDING_VIEW macro when used in subquery within batch loaded mapping
  • Fix issue with resolving function return types in Hibernate 6 integration
  • Fix fetch determination for relay node types
  • Fix entity binding with column equivalent attributes
  • Fix problem with query copying of paths that refer to select aliases, happening mostly in paginated SUBSELECT entity view scenarios
  • Fix type validation for MappingIndex
  • Fix syntax error when using multiple likes with escape
  • Fix parsing of path expressions that coincide with entity names
Backwards-incompatible changes
  • The GraphQL integration bumped the graphql-java version to 17.4 and had to do some signature changes to fully support union types
  • Default for GraphQLEntityViewSupportFactory.setDefineDedicatedRelayNodeTypes changed to false to reuse object types for relay edge
  • The hibernate-6.0 integration module was replaced with the hibernate-6.2 integration module because only version 6.2 is maintained anymore
  • Expression parsing defaults to paths instead of entity literals. Uses of eqExpression("MyEntity") should be changed to eqLiteral(MyEntity.class)

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Jun 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Jun 20, 2023
@renovate renovate bot changed the title Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Jul 3, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Jul 20, 2023
@renovate renovate bot changed the title Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Jul 20, 2023
@renovate renovate bot changed the base branch from 4.0.x to 4.1.x August 18, 2023 15:53
@renovate renovate bot force-pushed the renovate/blaze branch from 9c57d84 to 366c2de Compare August 18, 2023 15:53
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Aug 18, 2023
@renovate renovate bot changed the title Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Aug 24, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Aug 27, 2023
@renovate renovate bot changed the title Update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 Aug 29, 2023
@renovate renovate bot changed the base branch from 4.1.x to 4.2.x October 10, 2023 07:47
@renovate renovate bot changed the title fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.9 fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.10 Nov 12, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit 784133b into 4.2.x Nov 24, 2023
15 checks passed
@sdelamo sdelamo deleted the renovate/blaze branch November 24, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant