Skip to content

Conversation

@He-Pin
Copy link
Member

@He-Pin He-Pin commented Sep 19, 2025

No description provided.

@He-Pin He-Pin added this to the 2.0.0-M1 milestone Sep 19, 2025
@He-Pin He-Pin requested a review from Copilot September 20, 2025 01:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Replace deprecated JavaConverters with scala.jdk.CollectionConverters to modernize Java/Scala collection interop usage in build-related Scala files.

  • Swap import scala.collection.JavaConverters._ with import scala.jdk.CollectionConverters._ in project sources
  • Maintain existing .asScala usages

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
project/ProjectFileIgnoreSupport.scala Updated imports for collection conversion in two lazy vals
project/PekkoBuild.scala Updated import in loadSystemProperties
project/MultiNode.scala Updated import in defaultMultiJvmOptions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Roiocam Roiocam requested a review from Copilot September 20, 2025 03:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@He-Pin He-Pin merged commit 4d89553 into main Sep 20, 2025
9 checks passed
@He-Pin He-Pin deleted the jdkCollection branch September 20, 2025 03:15
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