14 коммитов (95d016c08569f74a2c76eac40c4f5656bb773951)

Автор SHA1 Сообщение Дата
  Leif Åstrand 95d016c085 Global java code cleanup using Eclipse Neon.1 7 лет назад
  Ilia Motornyi 7391e7cebf Miscellaneous Interface Refactoring 7 лет назад
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 лет назад
  Leif Åstrand fdc80972f5 Add helper for updating the diffstate of a component 7 лет назад
  Leif Åstrand 68ea8ea63d Refactor listener registration creation to reduce boilerplate 7 лет назад
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 лет назад
  Per-Åke Minborg efbcb4e7b0 Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList() 7 лет назад
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 лет назад
  Aleksi Hietanen 2bee988272 Unify listeners on the server side 7 лет назад
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 лет назад
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 лет назад
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 лет назад
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 лет назад
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 лет назад
  Teemu Suo-Anttila f2b31bac2b Fix removing extension from a connector that is not its parent (#19569) 8 лет назад
  Matti Tahvonen a0637c8feb Correct the place where attach events are fired (#16348) 9 лет назад
  Leif Åstrand 2564627fed Cache connector state types (#18437) 9 лет назад
  vandeti fdd6a9d9d0 Less restrictive RPC interface detection in registerRpc (#10945) 9 лет назад
  Juuso Valli 79985def17 Improve proxy comparison support (#14639) 9 лет назад
  Juuso Valli 5020466294 Make Vaadin component handling proxy-friendly (#14639) 9 лет назад
  Taras Hupalo f2551a9fc0 replaced all org.json.* usages with elemental.json.* (#8942) 10 лет назад
  Fabian Lange a3578d3ac2 Avoid object creation in getAllChildrenIterable in most cases. (#14142) 10 лет назад
  Fabian Lange 0c229ae914 Reading properties of components should not set state to dirty (#14060). 10 лет назад
  Artur Signell 54329d37c8 Do not consider compiler introduced methods when determining state class (#14003) 10 лет назад
  Fabian Lange bb650cf78e Optimize getAllChildrenIterable() performance. (#13803) 10 лет назад
  Leif Åstrand 9f30eb2852 Clarify lock check assert message if another session is locked (#13473) 10 лет назад
  Leif Åstrand 134c3bb96b Clarify lock check assert message if another session is locked (#13473) 10 лет назад
  Artur Signell e77e73cf64 Update copyright year to 2014 10 лет назад
  Leif Åstrand d8b0b50489 Always unlock the same session instance that was locked (#12481) 10 лет назад
  Fabian Lange 7f52b2e822 Improved AbstractClientConnector performance (#12219) 11 лет назад
  Artur Signell 424af57c0a Move ClientConnector.setParent to Component and Extension (#11777) 11 лет назад
  Artur Signell e52df7cdf8 Added ComponentConnector.isAttached (#11928) 11 лет назад
  Artur Signell 507a520f0c Fixed locking in RequestHandlers and documented that RequestHandlers are called without locking (#9945) 11 лет назад
  Artur Signell 37527d9c5e Verify lock is held while updating VaadinSession or connector state (#9515) 11 лет назад
  Johannes Dahlström 5e77672975 Removed CommunicationManager and PortletCommunicationManager 11 лет назад
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 лет назад
  Artur Signell a8f8fe7c1d Fixed javadoc referring to wrong class 11 лет назад
  Artur Signell e4ee11793e Updated javadoc (#9684) 11 лет назад
  Leif Åstrand f5a70a8943 Remove server-side RpcManager interface (#10302) 11 лет назад
  Artur Signell ce282b2b4e Unified deprecation messages 11 лет назад
  Johannes Dahlström 741758d24f Add attach and detach listeners and events to ClientConnector (#8579, #10251) 11 лет назад
  Artur Signell c454797201 Replaced ComponentErrorHandler with generic ErrorHandler (#10231) 11 лет назад
  Mikael Grankvist 98555d0eac Added getState(boolean) to allow getState without side effects (#10006) 11 лет назад
  Leif Åstrand d0d84ec68f Only process RPC invocation if there's a handler for it (#10134) 11 лет назад
  Artur Signell bc96d13c54 Removed deprecation as EventRouter will not be replaced for 7.0 (#10247) 11 лет назад
  Artur Signell 9a3a22cc9f Renamed VaadinServiceSession to VaadinSession (#10223) 11 лет назад
  Leif Åstrand 85d3cc7884 Fix typo 11 лет назад
  Artur Signell a7624344b4 Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) 11 лет назад
  Artur Signell 70200e43f5 Make getRpcProxy protected (#9312) 11 лет назад
  Artur Signell d371ac4a4e Avoid adding RpcInvocationHandler toString as invocations (#9802) 11 лет назад