Search code examples
scalasorm

Strange log messages during SORM initialization


I see that into log during SORM 0.3.8 initialization with 2 entities:

[] ?_$5 setInst Int
[] ?_$5 setInst Int

What is this?


Solution

  • It's a known issue of Scala's library, it has nothing to do with SORM. It should be fixed in coming releases of Scala.