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 mapstruct monorepo to v1.6.3 #452

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mapstruct:mapstruct-processor (source) 1.6.2 -> 1.6.3 age adoption passing confidence
org.mapstruct:mapstruct (source) 1.6.2 -> 1.6.3 age adoption passing confidence

Release Notes

mapstruct/mapstruct (org.mapstruct:mapstruct-processor)

v1.6.3

Compare Source

Bugs
  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#​3747)
  • Stackoverflow with Immutables custom builder (#​3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#​3732)
Documentation
  • Add section to README.md comparing mapstruct with Java Records (#​3751)

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 these updates again.


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

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

Copy link

sourcery-ai bot commented Nov 9, 2024

审核者指南 by Sourcery

此 PR 在项目的 Gradle 依赖管理文件中将 MapStruct 依赖从版本 1.6.2 更新到 1.6.3。更新包括与 Java 记录映射、Immutables 自定义构建器处理和导入优化相关的错误修复。

未生成图表,因为更改看起来简单,不需要视觉表示。

文件级更改

更改 详情 文件
更新 MapStruct 依赖版本
  • 将 MapStruct 版本从 1.6.2 提升到 1.6.3
  • 修复使用 RETURN_DEFAULT 策略的 Java 记录映射中的冗余 if 条件
  • 解决 Immutables 自定义构建器的 stackoverflow 问题
  • 修复将 LocalDateTime 映射到 LocalDate 时未使用的 LocalDate 导入
gradle/libs.versions.toml

可能相关的问题

  • #1: PR 更新 mapstruct 到 v1.6.3,与问题中列出的更新相匹配。

提示和命令

与 Sourcery 互动

  • 触发新审核: 在拉取请求上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审核评论。
  • 从审核评论生成 GitHub 问题: 通过回复审核评论请求 Sourcery 创建一个问题。
  • 生成拉取请求标题: 在拉取请求标题的任何地方写 @sourcery-ai 以随时生成标题。
  • 生成拉取请求摘要: 在拉取请求正文的任何地方写 @sourcery-ai summary 以随时生成 PR 摘要。您也可以使用此命令指定摘要应插入的位置。

自定义您的体验

访问您的仪表板以:

  • 启用或禁用审核功能,例如 Sourcery 生成的拉取请求摘要、审核者指南等。
  • 更改审核语言。
  • 添加、删除或编辑自定义审核说明。
  • 调整其他审核设置。

获取帮助

Original review guide in English

Reviewer's Guide by Sourcery

This PR updates the MapStruct dependency from version 1.6.2 to 1.6.3 in the project's Gradle dependency management file. The update includes bug fixes related to Java record mapping, Immutables custom builder handling, and import optimization.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update MapStruct dependency version
  • Bump MapStruct version from 1.6.2 to 1.6.3
  • Fix redundant if conditions in Java record mapping with RETURN_DEFAULT strategy
  • Resolve stackoverflow issue with Immutables custom builder
  • Fix unused LocalDate import when mapping LocalDateTime to LocalDate
gradle/libs.versions.toml

Possibly linked issues

  • #1: PR updates mapstruct to v1.6.3, matching the issue's listed update.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我们跳过了对这个拉取请求的审查。它似乎是由一个机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!

Original comment in English

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

Copy link

sonarqubecloud bot commented Nov 9, 2024

@livk-cloud livk-cloud added this to the 1.4.0 milestone Nov 9, 2024
@livk-cloud livk-cloud merged commit d5a40e3 into main Nov 9, 2024
14 checks passed
@livk-cloud livk-cloud deleted the renovate/mapstruct-monorepo branch November 9, 2024 15:59
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.

1 participant