index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fileToFilesReplacement
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
test
/
java
/
com
/
vaadin
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add better API to configure maximum allowed rows (#12466)
Tatu Lund
2021-11-03
1
-0
/
+8
*
fix: avoid ConcurrentModificationException in Binder (#12458)
Tatu Lund
2021-10-27
1
-0
/
+23
*
fix: don't update bean property which is read-only bound (#12457)
Tatu Lund
2021-10-27
1
-0
/
+71
*
fix: Ensure that side effects of readBean does not set hasChanges true (#12455)
Tatu Lund
2021-10-27
1
-0
/
+22
*
fix: Add row limit to DataCommunicator row data requests (#12415)
Tatu Lund
2021-09-30
1
-0
/
+8
*
fix: Avoid processing value change event due writing back of converted value ...
Tatu Lund
2021-08-06
1
-0
/
+31
*
feat: Add API to control whether Binder converts back to presentation (#12246)
Tatu Lund
2021-03-18
1
-0
/
+15
*
Binder: Also use converter for user-changed values (#12132)
Tatu Lund
2020-12-03
1
-0
/
+65
*
Adding regression test against malicious input (#12105)
Tatu Lund
2020-09-25
1
-0
/
+5
*
fix duplicate key exception with Binder when interface method is overwritten ...
vt512
2020-09-08
1
-0
/
+28
*
Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)
Tatu Lund
2020-08-25
1
-2
/
+2
*
Add methods to control validation (#11945)
Tatu Lund
2020-04-21
1
-2
/
+77
*
TreeDataProvider: Apply filters to children (#11868)
Tatu Lund
2020-01-16
2
-9
/
+56
*
Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)
Tatu Lund
2019-12-02
1
-3
/
+6
*
Add method writeBeanAsDraft(bean) in Binder (#11833)
Tatu Lund
2019-11-29
1
-0
/
+33
*
Cherry picks of Binder fixes in Flow (#11758)
Tatu Lund
2019-11-13
2
-13
/
+135
*
Reduce Grid's sort complexity. (#11566)
Anna Koskinen
2019-05-15
1
-4
/
+5
*
Request data update before client response (#11341)
Sun Zhe
2018-12-11
1
-5
/
+4
*
Fixing NPE in Binder, ported from Flow (#11290)
Mehdi Javan
2018-11-06
1
-0
/
+54
*
Remove objects from ActiveDataHandler that are no longer available in used Da...
Ilia Motornyi
2018-09-07
1
-1
/
+64
*
Fix DataCommunicator not sending data on filter updates (#11068)
Teemu Suo-Anttila
2018-07-19
2
-1
/
+44
*
Fix temporal renderers serialization (#10929)
Ilia Motornyi
2018-06-13
2
-9
/
+8
*
Fix NPE check in BindingValidationStatus (#10964)
Olli Tietäväinen
2018-06-05
1
-0
/
+13
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
9
-62
/
+79
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
24
-360
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
24
-24
/
+24
*
Added method asRequired with a custom required validator to BindingBuilder. (...
Márcio P. Dantas
2018-03-26
1
-0
/
+92
*
Fix ValueChangeListener order changes with Binder (#10745)
Teemu Suo-Anttila
2018-03-24
1
-0
/
+25
*
Always return a fresh copy of BeanPropertySet from cache (#10635)
Ilia Motornyi
2018-03-24
2
-24
/
+134
*
Implement ReadOnlyHasValue helper (#10643)
Ilia Motornyi
2018-03-20
1
-0
/
+116
*
Add option to use error message provider for StringTo converters (#10711)
Teemu Suo-Anttila
2018-03-19
1
-0
/
+23
*
Add missing null check to Binding (#10726)
Teemu Suo-Anttila
2018-03-19
1
-0
/
+19
*
Add setReadOnly for Bindings (#10482)
Teemu Suo-Anttila
2018-02-08
1
-10
/
+38
*
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
Adam Wagner
2018-02-08
2
-3
/
+3
*
Treat fields as readonly when bound with null setter (#10477)
Marco Collovati
2017-12-29
2
-7
/
+25
*
Make Binder.setReadonly ignore effectively readonly bindings (#10368)
Marco Collovati
2017-12-28
2
-0
/
+43
*
Fix nested bean property name (#10271)
schaerl
2017-11-22
1
-0
/
+48
*
Improve Binder JavaDocs and APIs (#10347)
Teemu Suo-Anttila
2017-11-21
1
-0
/
+8
*
Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)
Aleksi Hietanen
2017-11-21
1
-1
/
+0
*
Improve nested property support for Binder (#9925)
Olli Tietäväinen
2017-11-14
2
-2
/
+198
*
Add API to read Binding value from bean (#10316)
Teemu Suo-Anttila
2017-11-13
1
-0
/
+21
*
HasItems.setItems(T... items) should allow edits (#10290)
Pekka Hyvönen
2017-11-06
2
-0
/
+82
*
Fix end of line comments, which were made by automatic formatter (#10234)
Ahmed Ashour
2017-10-31
1
-4
/
+4
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
1
-1
/
+2
*
Improve naming of fields and variables (#10242)
Ahmed Ashour
2017-10-26
1
-1
/
+1
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
1
-1
/
+1
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
4
-42
/
+34
*
Add ErrorLevel to Validators and results (#10099)
Teemu Suo-Anttila
2017-10-11
1
-0
/
+20
*
Fix Binder bean writing to only validate and write given bindings (#10162)
Teemu Suo-Anttila
2017-10-11
2
-6
/
+42
*
Remove unneeded .toString() (#10141)
Ahmed Ashour
2017-10-10
2
-5
/
+4
[next]