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
We need to avoid conflicting versions by having one module for autoconfiguration as client libraries use libraries that are known to cause issues (grpc, guava, etc). To avoid this we should break up the current one module for auto-configuration into finer grained autoconfiguration dependencies. This work as started for the MCP support under the auto-configurations directory.
The starters that pick up autononfiguration deps will need to be change, but overall there should be no impact to uses who are picking up starter dependencies. It is an internal refactoring.
The text was updated successfully, but these errors were encountered:
We need to avoid conflicting versions by having one module for autoconfiguration as client libraries use libraries that are known to cause issues (grpc, guava, etc). To avoid this we should break up the current one module for auto-configuration into finer grained autoconfiguration dependencies. This work as started for the MCP support under the
auto-configurations
directory.The starters that pick up autononfiguration deps will need to be change, but overall there should be no impact to uses who are picking up starter dependencies. It is an internal refactoring.
The text was updated successfully, but these errors were encountered: