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

(ADB2C)Spring Boot 3.4対応 #1791

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

rnakagawa16
Copy link
Contributor

@rnakagawa16 rnakagawa16 commented Jan 7, 2025

この Pull request で実施したこと

Spring Boot 3.4 対応を実施しました。
OpenAPI仕様書の再生成とクライアントコードの再生成をあわせて実行しました。

また、rootのgradleに記載されている各ライブラリのtoolVersionを最新に更新しました。
対応が必要なライブラリはCheckstyleのみでした。

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

[openapi-client:generate] [main] WARN  o.o.codegen.DefaultCodegen - Generation using 3.1.0 specs is in development and is not officially supported yet. If you would like to expedite development, please consider working on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g

クライアントコード生成時に上記の警告が発生していますが、

  • プロジェクト上では上記警告のタスクがクローズされていること
  • 特に問題なくアプリケーションが動作していること

から、特に対応していません。

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

@rnakagawa16 rnakagawa16 added gradle Javaパッケージの更新 target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある labels Jan 7, 2025
@rnakagawa16 rnakagawa16 added this to the v1.0.0 milestone Jan 7, 2025
@rnakagawa16 rnakagawa16 self-assigned this Jan 7, 2025
@rnakagawa16 rnakagawa16 linked an issue Jan 7, 2025 that may be closed by this pull request
@tsuna-can-se tsuna-can-se added the dependencies Pull requests that update a dependency file label Jan 7, 2025
@tsuna-can-se tsuna-can-se merged commit 2d6cb3e into main Jan 7, 2025
9 checks passed
@tsuna-can-se tsuna-can-se deleted the feature/(ADB2C)Spring-Boot-3.4対応 branch January 7, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file gradle Javaパッケージの更新 target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure AD B2CサンプルをSpring Boot 3.4に対応させる
2 participants