Tom

Results 2 issues of Tom

Hi ! I have the following line that works perfectly with the schema generator : ``` @Assert\Choice(choices={"ongoing", "finalised", "new"}, strict=true) ``` However, when I do that: ``` @Assert\Choice(callback="getProgressStages", strict=true) ```...

I am working on a Java Play 2.6 project and wanted to switch from eclipse (ScalaIDE) to VSCode (because I use VSCode for everything else and I largely prefer to...

compile