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
/
main
/
java
/
com
/
vaadin
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year range (#12507)
Anna Koskinen
2022-01-11
95
-95
/
+95
*
feat: Add better API to configure maximum allowed rows (#12466)
Tatu Lund
2021-11-03
1
-4
/
+14
*
Remove obsolete comment and assert in Binder (#12456)
Tatu Lund
2021-10-28
1
-3
/
+1
*
fix: avoid ConcurrentModificationException in Binder (#12458)
Tatu Lund
2021-10-27
1
-7
/
+14
*
fix: don't update bean property which is read-only bound (#12457)
Tatu Lund
2021-10-27
1
-1
/
+1
*
fix: Ensure that side effects of readBean does not set hasChanges true (#12455)
Tatu Lund
2021-10-27
1
-1
/
+1
*
fix: Add row limit to DataCommunicator row data requests (#12415)
Tatu Lund
2021-09-30
1
-0
/
+15
*
fix: Avoid processing value change event due writing back of converted value ...
Tatu Lund
2021-08-06
1
-1
/
+4
*
feat: Add API to control whether Binder converts back to presentation (#12246)
Tatu Lund
2021-03-18
1
-3
/
+40
*
Prevent NPE in comparison (#12218)
Tatu Lund
2021-03-05
1
-1
/
+1
*
Update copyright year range. (#12215)
Anna Koskinen
2021-03-04
95
-95
/
+95
*
Binder: Also use converter for user-changed values (#12132)
Tatu Lund
2020-12-03
1
-1
/
+9
*
fix duplicate key exception with Binder when interface method is overwritten ...
vt512
2020-09-08
1
-1
/
+1
*
Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)
Tatu Lund
2020-08-25
1
-0
/
+4
*
Ensure type safety and serializable nature of all the listeners (#12045)
Tatu Lund
2020-07-03
1
-2
/
+2
*
Support for javax.validation @NotEmpty annotation. (#11985)
Martín López
2020-05-12
1
-1
/
+2
*
Add missing since tag (#11957)
8.11.0.alpha1
Zhe Sun
2020-04-23
1
-5
/
+5
*
Fixed the JavaDoc (#11950)
Vesa Nieminen
2020-04-21
1
-2
/
+2
*
Add methods to control validation (#11945)
Tatu Lund
2020-04-21
1
-8
/
+114
*
Remove unnecessary null-check at ValueContext constructors (#11915)
Konstantin Kuzmin
2020-04-07
1
-5
/
+0
*
TreeDataProvider: Apply filters to children (#11868)
Tatu Lund
2020-01-16
1
-2
/
+13
*
Added @since tags, some tweaks to formatting. (#11839)
Anna Koskinen
2019-12-04
2
-17
/
+30
*
Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)
Tatu Lund
2019-12-02
1
-1
/
+54
*
Add method writeBeanAsDraft(bean) in Binder (#11833)
Tatu Lund
2019-11-29
1
-0
/
+34
*
Cherry picks of Binder fixes in Flow (#11758)
Tatu Lund
2019-11-13
1
-8
/
+49
*
Added missing constructor with scanNestedDefinitions option (#11801)
Tatu Lund
2019-11-12
1
-1
/
+19
*
Reduce Grid's sort complexity. (#11566)
Anna Koskinen
2019-05-15
2
-10
/
+61
*
Code format (#11548)
Sun Zhe
2019-04-29
1
-14
/
+17
*
Finish the since tag (#11540) (#11543)
Sun Zhe
2019-04-18
1
-1
/
+1
*
Create StringToUuidConverter.java (#11387)
Basil Bourque
2019-04-10
1
-0
/
+99
*
Request data update before client response (#11341)
Sun Zhe
2018-12-11
1
-0
/
+1
*
Add javadoc for validate() call in Binder (#11318)
Sun Zhe
2018-11-15
1
-0
/
+6
*
Refactoring DataCommunicator code (#11304)
Anastasia Smirnova
2018-11-15
1
-9
/
+9
*
Fixing NPE in Binder, ported from Flow (#11290)
Mehdi Javan
2018-11-06
1
-5
/
+19
*
Updating since tags (#11200)
8.6.0.alpha2
Mehdi Javan
2018-09-21
1
-2
/
+2
*
Remove objects from ActiveDataHandler that are no longer available in used Da...
Ilia Motornyi
2018-09-07
1
-0
/
+26
*
Improving javadoc of Binder.removeBinding (#11107)
Mehdi Javan
2018-08-09
1
-1
/
+18
*
Fix DataCommunicator not sending data on filter updates (#11068)
Teemu Suo-Anttila
2018-07-19
1
-0
/
+3
*
Fix formatting (#11023)
Ilia Motornyi
2018-07-04
1
-18
/
+22
*
Fix expanding an added TreeGrid node (#11018)
Teemu Suo-Anttila
2018-07-02
1
-7
/
+4
*
Fix TabSheet attaching and detaching components (#10988)
Teemu Suo-Anttila
2018-06-19
1
-5
/
+5
*
Fix temporal renderers serialization (#10929)
Ilia Motornyi
2018-06-13
1
-0
/
+34
*
Fix NPE check in BindingValidationStatus (#10964)
Olli Tietäväinen
2018-06-05
1
-1
/
+1
*
Fix small formatting issues (#10960)
Ilia Motornyi
2018-06-01
1
-2
/
+2
*
Fix Binder javadocs (#10907)
Ilia Motornyi
2018-05-09
1
-1
/
+3
*
Fix Grid initial data when changing TabSheet Tab (#10872)
Teemu Suo-Anttila
2018-05-04
1
-0
/
+5
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
17
-108
/
+126
*
Remove empty comments (#10789)
Ilia Motornyi
2018-04-05
1
-3
/
+0
*
Update release notes and since tags for 8.4 (#10760)
Teemu Suo-Anttila
2018-03-27
10
-42
/
+51
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
94
-94
/
+94
[next]