Tags: getkyo/kyo
Tags
[scheduler] disable singleton mechanism (#1011) We're noticing issues with Scala's standard library assuming all properties contain `String` values: ``` [error] Caused by: java.lang.ClassCastException: class kyo.scheduler.Scheduler cannot be cast to class java.lang.String (kyo.scheduler.Scheduler is in unnamed module of loader sbt.internal.LayeredClassLoader @db22014; java.lang.String is in module java.base of loader 'bootstrap') [error] at scala.collection.convert.JavaCollectionWrappers$JPropertiesWrapper$$anon$6.next(JavaCollectionWrappers.scala:614) [error] at scala.collection.convert.JavaCollectionWrappers$JPropertiesWrapper$$anon$6.next(JavaCollectionWrappers.scala:609) [error] at scala.collection.IterableOnceOps.find(IterableOnce.scala:677) [error] at scala.collection.IterableOnceOps.find$(IterableOnce.scala:674) [error] at scala.collection.AbstractIterator.find(Iterator.scala:1303) ```
PreviousNext