]> source.dussan.org Git - vaadin-framework.git/commit
Fix BindingBuilder to always use the same instance (#10004)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Tue, 26 Sep 2017 07:07:51 +0000 (10:07 +0300)
committerHenri Sara <henri.sara@gmail.com>
Tue, 26 Sep 2017 07:07:51 +0000 (10:07 +0300)
commite0b661fae56d52f36731945396b6b07c5c40a747
treec8ce5df93d1ba0db61b7c161256537170280585b
parent4113d9bf853f4b47c3e5ad34f84df84b8d755c26
Fix BindingBuilder to always use the same instance (#10004)

This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking.

Fixes #9927
Fixes #9619
all/src/main/templates/release-notes.html
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java