sbt/testing/src/main
calm 527f109671
[2.x] fix: Lazy cache hostname resolution at object level (#8603)
- Move hostname resolution to object-level lazy val to prevent blocking sbt startup
- On macOS with misconfigured hostname, `InetAddress.getLocalHost.getHostName` can take ~5 seconds due to DNS timeout
- Now resolution only happens once per session and is deferred until tests actually run
2026-01-21 20:01:28 -05:00
..
contraband refactor: Change the test type 2025-08-02 18:12:20 -04:00
contraband-scala/sbt/protocol/testing Apply Contraband 2025-09-28 21:28:21 -04:00
scala/sbt [2.x] fix: Lazy cache hostname resolution at object level (#8603) 2026-01-21 20:01:28 -05:00