Skip to content

Build Bug: org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool is not on the classpath #1729

Open
@He-Pin

Description

Even the PekkoJdk9ForkJoinPool is on the final result jar, but it does not on the classpath.

How to reproduce:

  1. using Java 21
  2. sbt console
Welcome to Scala 2.13.16 (Java HotSpot(TM) 64-Bit Server VM, Java 21.0.5).

scala> classOf[org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool]
                                         ^
       error: type PekkoJdk9ForkJoinPool is not a member of package org.apache.pekko.dispatch

scala> 

I think that's maybe caused by of the Jdk9.scala

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbuildsbt or build of the project

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions