Raphael Nguyen

Results 3 issues of Raphael Nguyen

## Expected behavior A `Map` field only annotated with `@DbJsonB(mutationCheck = MutationCheck.NONE)` in an `@Entity` bean should not invoke modify aware dirty checking logic when saved. This correct behaviour can...

Rob's looking at

### Play Version 3.0.0 and 2.9.0 ### API Both Scala and Java ### Operating System Windows ### JDK 17.0.9 ### Expected Behavior Server do not put the connection into delayed...

## steps sbt version: 1.3.13 build.sbt: ``` lazy val sample = (project in file(".")) .settings( name := "sbt-sample", organization := "sample", version := "0.1.0", scalaVersion := "2.12.11" ) ``` ##...