Skip to content

Comments

バックエンドのライブラリを最新化する#3923

Merged
rnakagawa16 merged 48 commits intomainfrom
feature/バックエンドのライブラリを最新化する
Feb 5, 2026

Hidden character warning

The head ref may contain hidden characters: "feature/\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u6700\u65b0\u5316\u3059\u308b"
Merged

バックエンドのライブラリを最新化する#3923
rnakagawa16 merged 48 commits intomainfrom
feature/バックエンドのライブラリを最新化する

Conversation

@kenjiyoshid-a
Copy link
Contributor

この Pull request で実施したこと

以下のサンプルアプリケーションについて、ライブラリのアップデートおよび必要な依存関係の整理を行いました。

  • Dressca
  • DresscaCMS
  • External ID サンプル

また、Spring Boot Dependenciesによってバージョン管理されているにも関わらずバージョンを上書きしていたライブラリについては、バージョン指定を削除しました。

この Pull request では実施していないこと

ドキュメント上のスターターは整理されていません。
以下で対応予定です。

Spring Doc OpenAPIの最新のサポートバージョンがSpringBoot4.0.1なのであえて最新化していません。

Issues や Discussions 、関連する Web サイトなどへのリンク

Copilot AI review requested due to automatic review settings February 5, 2026 01:50
@kenjiyoshid-a kenjiyoshid-a self-assigned this Feb 5, 2026
@kenjiyoshid-a kenjiyoshid-a added this to the v2.0.0 milestone Feb 5, 2026
@kenjiyoshid-a kenjiyoshid-a added gradle Javaパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある target: Dressca-CMS サンプルアプリケーションDressca-CMSに関係がある target: EntraID External ID Entra ID External ID認証の要件別サンプルに関係がある labels Feb 5, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates backend libraries across multiple sample applications (Dressca, DresscaCMS, External ID sample), focusing on upgrading Spring Boot from 4.0.0 to 4.0.1, removing version overrides for dependencies managed by Spring Boot BOM, and reorganizing dependency declarations for better maintainability.

Changes:

  • Upgraded Spring Boot from 4.0.0 to 4.0.1 and related dependencies (MyBatis, SpringDoc OpenAPI, Spotbugs)
  • Removed explicit version specifications for dependencies managed by Spring Boot Dependencies BOM (H2, PostgreSQL, Commons Lang3, Thymeleaf Layout Dialect)
  • Reorganized and updated test dependencies to use more specific Spring Boot test starters

Reviewed changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
samples/web-csr/dressca-backend/dependencies.gradle Updated version numbers and removed BOM-managed version overrides
samples/web-csr/dressca-backend/web/build.gradle Reorganized dependencies and changed test dependencies from spring-boot-starter-test to spring-boot-starter-webmvc-test
samples/web-csr/dressca-backend/web-consumer/build.gradle Reorganized dependency order
samples/web-csr/dressca-backend/web-admin/build.gradle Reorganized dependency order
samples/web-csr/dressca-backend/system-common/build.gradle Minor formatting changes to bootJar/jar blocks
samples/web-csr/dressca-backend/infrastructure/build.gradle Removed spring-boot-starter-test and reformatted bootJar/jar blocks
samples/web-csr/dressca-backend/batch/build.gradle Changed to use consolidated spring-boot-starter-batch-jdbc-test starter
samples/web-csr/dressca-backend/application-core/build.gradle Changed dependency from spring-boot-starter and mybatis to spring-boot-starter-jdbc
samples/external-id-sample-for-spa/auth-backend/web/build.gradle Removed spring-boot-starter-test and reorganized dependencies
samples/external-id-sample-for-spa/auth-backend/system-common/build.gradle Minor whitespace changes
samples/external-id-sample-for-spa/auth-backend/dependencies.gradle Updated version numbers and reorganized dependency definitions
samples/dressca-cms/web/build.gradle Removed spring-boot-starter-test and reorganized dependencies
samples/dressca-cms/system-common/build.gradle Minor whitespace changes
samples/dressca-cms/dependencies.gradle Updated version numbers and removed BOM-managed version overrides
samples/dressca-cms/authentication/build.gradle Removed spring-boot-starter-test and reorganized dependencies
samples/dressca-cms/announcement/build.gradle Removed spring-boot-starter-test and reorganized dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rnakagawa16 rnakagawa16 merged commit 01d991d into main Feb 5, 2026
12 checks passed
@rnakagawa16 rnakagawa16 deleted the feature/バックエンドのライブラリを最新化する branch February 5, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gradle Javaパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある target: Dressca-CMS サンプルアプリケーションDressca-CMSに関係がある target: EntraID External ID Entra ID External ID認証の要件別サンプルに関係がある

Projects

None yet

2 participants