Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Update to Scala 2.13.4 & 2.12.13 #152

Merged
merged 3 commits into from
Feb 11, 2021
Merged

Update to Scala 2.13.4 & 2.12.13 #152

merged 3 commits into from
Feb 11, 2021

Conversation

saeltz
Copy link
Member

@saeltz saeltz commented Feb 11, 2021

Updates to Scala 2.13.4 & Scala 2.12.13.

Signed-off-by: Bendix Saeltz bendix@saeltz.de

Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
@@ -27,7 +27,7 @@ class HttpClient(
httpMetrics,
retryConfig,
clock,
Logger.takingImplicit(LoggerFactory.getLogger(getClass.getName))((msg: String, _: NoLoggingContext) => msg),
Logger.takingImplicit(LoggerFactory.getLogger(classOf[HttpClient].getName))((msg: String, _: NoLoggingContext) => msg),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Predef.getClass was unreliable all the time, so it was removed in Scala 2.13.2, see scala/bug#12025.

@saeltz saeltz marked this pull request as ready for review February 11, 2021 09:49
@saeltz saeltz merged commit 8b08fe1 into master Feb 11, 2021
@saeltz saeltz deleted the scala2.13.4 branch February 11, 2021 10:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants