Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade scala from 2.12 to 2.13 #4752

Merged
merged 13 commits into from
Mar 7, 2024
Merged

Conversation

rkovalik-raft
Copy link
Contributor

Updated Scala from 2.12 to 2.13.

Testing:

@@ -169,7 +169,6 @@ lazy val `hmda-platform` = (project in file("hmda"))
oldStrategy(x)
},
reStart / envVars ++= Map("CASSANDRA_CLUSTER_HOSTS" -> "localhost", "APP_PORT" -> "2551"),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -19,10 +19,10 @@ object BuildSettings {
organization := buildOrganization,
version := buildVersion,
scalaVersion := buildScalaVersion,
scalacOptions ++= Seq("-Xlint", "-deprecation", "-unchecked", "-feature", "-Ypartial-unification"),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rkovalik-raft rkovalik-raft linked an issue Jan 20, 2024 that may be closed by this pull request
@rkovalik-raft
Copy link
Contributor Author

Load tests look good for 2023 data:
load_test_charts

Most failures are connection issues:
Screen Shot 2024-01-19 at 8 22 12 PM

@PatrickGoRaft PatrickGoRaft merged commit efd787e into cfpb:master Mar 7, 2024
1 of 2 checks passed
@rkovalik-raft rkovalik-raft deleted the upgrade_scala branch June 4, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Scala from 2.12 to 2.13
2 participants