Skip to content

sbt 1.12.3 and fix deprecation warnings#641

Merged
brharrington merged 4 commits intoNetflix:mainfrom
bpitman:update-sbt-and-fix-deprecation
Feb 17, 2026
Merged

sbt 1.12.3 and fix deprecation warnings#641
brharrington merged 4 commits intoNetflix:mainfrom
bpitman:update-sbt-and-fix-deprecation

Conversation

@bpitman
Copy link
Contributor

@bpitman bpitman commented Feb 17, 2026

Summary

  • Upgrade sbt from 1.12.2 to 1.12.3
  • Fix deprecation warnings:
    • Jackson: getCurrentLocation/getCurrentNamecurrentLocation/currentName
    • Spectator: Timer.record(Runnable)Timer.recordRunnable(Runnable)
    • Jedis: migrate from deprecated JedisCluster to RedisClusterClient with ClusterConnectionProvider

Test plan

  • Clean build passes with no deprecation warnings
  • All 374 tests pass

🤖 Generated with Claude Code

bpitman and others added 4 commits November 20, 2015 10:42
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Jackson: getCurrentLocation/getCurrentName -> currentLocation/currentName
- Spectator: Timer.record(Runnable) -> Timer.recordRunnable(Runnable)
- Jedis: migrate from deprecated JedisCluster to RedisClusterClient

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@brharrington brharrington added this to the 5.1.12 milestone Feb 17, 2026
@brharrington brharrington merged commit 7b777f1 into Netflix:main Feb 17, 2026
4 checks passed
@bpitman bpitman deleted the update-sbt-and-fix-deprecation branch February 17, 2026 19:01
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.

2 participants