flyrain commented on code in PR #4501:
URL: https://github.com/apache/polaris/pull/4501#discussion_r3277244488


##########
.github/renovate.json5:
##########
@@ -107,6 +107,17 @@
       matchManagers: ["github-actions"],
       matchPackageNames: ["python"],
       enabled: false
+    },
+    // Scala 2.12 and 2.13 are not compatible
+    // Ensure that Renovate does not "upgrade" from 2.12 to 2.13
+    {
+      matchManagers: ["gradle"],
+      matchPackageNames: [
+        "org.scala-lang:scala-reflect",
+        "org.scala-lang:scala-library",
+      ],
+      "matchCurrentVersion": "/^2\\.12\\./",

Review Comment:
   Not a blocker, I guess we will add a similar rule for 2.13, right?



##########
gradle/libs.versions.toml:
##########
@@ -27,7 +27,7 @@ picocli = "4.7.7"
 quarkus = "3.35.3"
 ranger = "2.8.0"
 ranger-graalvm = "25.0.2"
-scala212 = "2.12.19"
+scala212 = "2.12.21"

Review Comment:
   Should we also bump `plugins/pluginlibs.versions.toml:23` (still on 
2.12.19), otherwise the Spark plugin compiles against 2.12.19 while 
`runtime/spark-tests` runs against 2.12.21?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to