]> source.dussan.org Git - vaadin-framework.git/commit
fix: Skip value change event from writing back of converted value (#12367)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 9 Aug 2021 12:41:50 +0000 (15:41 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 12:41:50 +0000 (15:41 +0300)
commit12a7349d69371c8955a5fa398a4a4e9760625161
treebf2a793fe927828e0fc83df3cfb78e2b768c2f16
parentab5266140262c309b6f26dd03f0e6b694d28574f
fix: Skip value change event from writing back of converted value (#12367)

(#12360)

This is both a optimization by skipping duplicate validation round and
avoids ConcurrentModificationExpectation being thrown certain corner
cases.

Co-authored-by: Tatu Lund <tatu@vaadin.com>
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java