aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/server/AbstractClientConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Log informative message instead of failing with ClassCastException when polli...Martin Vysny2020-10-121-2/+18
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-4/+164
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-2/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-041-18/+4
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
* Fix typoAhmed Ashour2017-09-191-5/+5
* Fix AbstractClientConnector stateTypeCache memory leak (#9896)Aleksi Hietanen2017-08-301-7/+10
* Unify basic instance creation and related error reporting (#9704)Leif Åstrand2017-08-011-1/+2
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-1/+2
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-5/+3
* Miscellaneous Interface RefactoringIlia Motornyi2016-12-141-1/+9
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-0/+6
* Add helper for updating the diffstate of a componentLeif Åstrand2016-11-231-0/+29
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-22/+23
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-4/+4
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-071-2/+1
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-28/+22
* Unify listeners on the server sideAleksi Hietanen2016-09-291-2/+8
* Use diamond operator where it can be usedArtur Signell2016-09-051-7/+7
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-59/+59
* Format using Eclipse NeonArtur Signell2016-08-181-20/+27
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1079