Skip to content

Remove ScalaConverters from production code #401

@kaklakariada

Description

@kaklakariada

Review follow-up from PR #394 for issue #393.

ScalaConverters centralizes conversion between Java and Scala collections/options. After the production migration to Java, this keeps Scala types visible in production code.

Proposed direction:

  • Replace ScalaConverters usages with regular Java types where APIs allow it.
  • Keep narrowly scoped conversion only at unavoidable Scala dependency boundaries.
  • Remove ScalaConverters once no production code depends on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode improvement without behavior change
    No fields configured for Refactoring.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions