[error] Error while emitting Routes.scala
[error] assertion failed: bad position: [811:784]
[error] Error while emitting Routes.scala
[error] assertion failed: ClassBType.info not yet assigned: Lcontrollers/xyz/UserController;
[warn] two warnings found
[error] two errors found
[error] (Compile / compileIncremental) Compilation failed
[error] Total time: 36 s, completed 17 Sept 2025, 21:05:07
< /code>
Я понятия не имею, что это такое, и где проблема, я пытаюсь вернуть изменения, но все еще не могу компилировать.
Иногда я вижу это:
[warn] This is likely due to an implementation restriction: an annotation argument cannot refer to a member of the annotated class (scala/bug#7014).
Я пытаюсь мигрировать старый PlayFramework 2,8 до 3.0.8 (JDK 11 -> JDK 21). и при попытке компилировать: ./SBT Clean Compile См. Эту ошибку: [code][error] Error while emitting Routes.scala [error] assertion failed: bad position: [811:784] [error] Error while emitting Routes.scala [error] assertion failed: ClassBType.info not yet assigned: Lcontrollers/xyz/UserController; [warn] two warnings found [error] two errors found [error] (Compile / compileIncremental) Compilation failed [error] Total time: 36 s, completed 17 Sept 2025, 21:05:07 < /code> Я понятия не имею, что это такое, и где проблема, я пытаюсь вернуть изменения, но все еще не могу компилировать. Иногда я вижу это: [warn] This is likely due to an implementation restriction: an annotation argument cannot refer to a member of the annotated class (scala/bug#7014).[/code] Это билет - https://github.com/scala/bug/issues/7014 Но это не помогает. Еще какие -то значения журналов?