You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
サンプルアプリケーションでは、 Spring 関連のパッケージについては io.spring.dependency-management を使用してバージョン管理を行っています。
しかし、その他のパッケージは dependencies.gradle で個別にバージョンを定義する必要があります。
必要な解決策
Azure AD B2C 認証サンプルで使用している Spring Cloud Azure について、 spring-cloud-azure-dependencies を使用することで、依存関係のバージョンを指定する必要がなくなるようです。
参考: Spring Cloud Azure の概要 - Java on Azure | Microsoft Learn
これを使用することで、少なくとも Spring Cloud Azure についてはバージョンの指定の必要がなくなり管理が楽になるのではないでしょうか。
また、 Spring Cloud Azure を使用するプロジェクトへ build.gradle での設定例や解説ドキュメントを示すことは有用だと考えます。
現在の機能やドキュメントに関する問題点
サンプルアプリケーションでは、 Spring 関連のパッケージについては io.spring.dependency-management を使用してバージョン管理を行っています。
しかし、その他のパッケージは dependencies.gradle で個別にバージョンを定義する必要があります。
必要な解決策
Azure AD B2C 認証サンプルで使用している Spring Cloud Azure について、 spring-cloud-azure-dependencies を使用することで、依存関係のバージョンを指定する必要がなくなるようです。
参考: Spring Cloud Azure の概要 - Java on Azure | Microsoft Learn
これを使用することで、少なくとも Spring Cloud Azure についてはバージョンの指定の必要がなくなり管理が楽になるのではないでしょうか。
また、 Spring Cloud Azure を使用するプロジェクトへ build.gradle での設定例や解説ドキュメントを示すことは有用だと考えます。
良い影響と悪い影響
No response
影響範囲
No response
確認
The text was updated successfully, but these errors were encountered: