Skip to content

Commons FileUpload 2.0.0-M4 バージョンアップ#1799

Merged
xsekiguchi merged 3 commits into
masterfrom
feature/1796-versionup-commons-fileupload
Jul 9, 2025
Merged

Commons FileUpload 2.0.0-M4 バージョンアップ#1799
xsekiguchi merged 3 commits into
masterfrom
feature/1796-versionup-commons-fileupload

Conversation

@xsekiguchi

Copy link
Copy Markdown
Contributor

対応内容

  • org.apache.commons:commons-fileupload2-jakarta-servlet6 2.0.0-M2 -> 2.0.0-M4
  • (推移依存ライブラリ)commons-io:commons-io 2.15.1 -> 2.19.0
  • commons-fileupload バージョンアップによるコンパイルエラー対応

動作確認・スクリーンショット(任意)

  • エンティティビューで参照・登録・更新・削除の確認
  • ファイルアップロード操作の確認(gem・AdminConsole)

レビュー観点・補足情報(任意)

- org.apache.commons:commons-fileupload2-jakarta-servlet6 2.0.0-M2 ->
2.0.0-M4
-  (推移依存ライブラリ)commons-io:commons-io 2.15.1 -> 2.19.0
- commons-fileupload バージョンアップによるコンパイルエラー対応
@xsekiguchi
xsekiguchi requested a review from Copilot July 2, 2025 05:41
@xsekiguchi xsekiguchi self-assigned this Jul 2, 2025
@xsekiguchi xsekiguchi added this to the 4.0.10 milestone Jul 2, 2025
@xsekiguchi xsekiguchi linked an issue Jul 2, 2025 that may be closed by this pull request
@xsekiguchi xsekiguchi removed this from the 4.0.10 milestone Jul 2, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

このPRでは、Commons FileUploadおよび関連ライブラリのメジャーアップデートに伴い、Gradle依存性とファイルアップロード処理のコンパイルエラー対応を行っています。

  • sharedlibs.gradlecommons-iocommons-fileupload2-jakarta-servlet6のバージョンを更新
  • getString()メソッドで発生するIOExceptionをキャッチして例外ラップを追加

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
sharedlibs.gradle commons-iocommons-fileupload2-jakarta-servlet6のバージョンをそれぞれ2.16.1→2.19.02.0.0-M2→2.0.0-M4に更新
CommonsFileuploadMultipartRequestParameter.java delegate.getString()およびdelegate.get()でのIOExceptionをキャッチしてRuntimeExceptionにラップする処理を追加

Comment thread sharedlibs.gradle Outdated
Comment thread sharedlibs.gradle Outdated
- commons-fileupload のmilestone版利用しているコメントを修正
- IOException 発生時のラップ例外を修正
@xsekiguchi
xsekiguchi merged commit 2915f4c into master Jul 9, 2025
3 checks passed
@xsekiguchi
xsekiguchi deleted the feature/1796-versionup-commons-fileupload branch July 9, 2025 05:37
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.

Commons FileUpload 2.0.0-M4 バージョンアップ

2 participants