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
When running on ruby 3.4 this warning is displayed, indicating that this will break on ruby 3.5
aws-sdk-core-3.219.0/lib/seahorse/client/net_http/connection_pool.rb:8: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add logger to your Gemfile or gemspec to silence this warning.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
No deprecation warning
Current Behavior
Deprecation warning indicating that aws-sdk-core will break in ruby 3.5
Describe the bug
Similar to #2984
When running on ruby 3.4 this warning is displayed, indicating that this will break on ruby 3.5
Regression Issue
Expected Behavior
No deprecation warning
Current Behavior
Deprecation warning indicating that
aws-sdk-core
will break in ruby 3.5Reproduction Steps
ruby -r bundler/inline -e 'gemfile { gem "aws-sdk-core" }'
Possible Solution
Add
logger
gem toaws-sdk-core
's dependenciesAdditional Information/Context
Ruby commit that marked
logger
as to be removed from default gems: ruby/ruby@d7e558eGem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
aws-sdk-core 3.219.0
Environment details (Version of Ruby, OS environment)
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [arm64-darwin23]
The text was updated successfully, but these errors were encountered: