16 次代码提交 (9a6ebeb5a80bdb1d97d47422c62a973b3f2d2cf9)

作者 SHA1 备注 提交日期
  Mirjan Merruko 9a6ebeb5a8 Add OSGi support #8830 #8827 #8828 #8829 7 年前
  Aleksi Hietanen 71679dfd16 Hierarchical data (#8842) 7 年前
  Ahmed Ashour 628ff25ae5 Use try-with-resources (#8757) 7 年前
  Teemu Suo-Anttila ca1bfa7511 Pick changes from 7.7.7 (#8577) 7 年前
  Leif Åstrand a5909b04f1 Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305) 7 年前
  Leif Åstrand 95d016c085 Global java code cleanup using Eclipse Neon.1 7 年前
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 年前
  Per-Åke Minborg a17918fb40 Remove manual array copy 7 年前
  Per-Åke Minborg 73078c7560 Convert to for-each loop, Stream and switch-over-strings 7 年前
  Leif Åstrand 3f37f893cb Correct serializable issues and test that components can be serialized 7 年前
  Artur Signell 7c2c1e614a Utility functions for helping to use elemental.json with Java 8 7 年前
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 年前
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 年前
  Denis Anisimov 81b849c1af Convert old validators (#87). 7 年前
  Teemu Suo-Anttila 11a2b5263f Add @Test annotations, rename test classes 8 年前
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 年前
  Artur Signell 750a3ce938 Make test succeed in Eclipse 8 年前
  Artur Signell 672e035c36 Helper method for enabling all Atmosphere logging 8 年前
  Artur Signell dad7ac2309 Support JSR-356 websockets (#16738, #14432) 9 年前
  Artur Signell 69496e0667 Make server unit tests pass in Eclipse (#16581) 9 年前
  Sauli Tähkäpää 0c9625d05c Unify test class naming. 9 年前
  Maciej Przepióra 89bd22d61d Change the way classloader for VaadinService is selected (fixes #11295) 9 年前
  Artur Signell 99b1c1a793 Add clear() for fields and field group (#14755) 9 年前
  Leif Åstrand cf77a27c7f Revert to old capitalization to avoid git issues (#8942) 9 年前
  Taras Hupalo f2551a9fc0 replaced all org.json.* usages with elemental.json.* (#8942) 9 年前
  Fabian Lange a3578d3ac2 Avoid object creation in getAllChildrenIterable in most cases. (#14142) 10 年前
  Fabian Lange 52db8e5457 Optimizes memory and CPU usage in JSONCodec (#13545) 10 年前
  Artur Signell b8be7d056a Ignore JSON serializers which do not need to be serializable 10 年前
  Henrik Paul 90b8d277a2 Fixes serialization-related errors 10 年前
  Jonatan Kronqvist 11cdf93fed Excludes WeakValueMap from the serializable test #12401 10 年前
  Artur Signell d5dbae8b65 Exclude external classes and FutureAccess 11 年前
  Artur Signell da29e2b1a5 Fixed serialization issues 11 年前
  Artur Signell 2882cf9875 Added Serializable where missing and ignore classes which do not need Serializable 11 年前
  Johannes Dahlström 5e77672975 Removed CommunicationManager and PortletCommunicationManager 11 年前
  Artur Signell a3767aaee3 Made test pass by ignoring irrelevant classes 11 年前
  Leif Åstrand ae2c302f71 Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460) 11 年前
  Artur Signell 876182aaa3 Moved server tests from tests/server-side to server/tests/src (#9299) 11 年前
  Artur Signell 76b5bfdfb9 Additional fixes for com.vaadin.terminal removal (#9431, #9432) 11 年前
  Artur Signell 2c683e3872 Include ApplicationRunnerServlet in test.war 12 年前
  Artur Signell fd871b7bc4 Better error reporting for anonymous classes 12 年前
  Artur Signell c2722bfeb2 #8311 Converted CRLF to LF in all source files 12 年前
  Jonatan Kronqvist e18d427d07 Fixed #7699 12 年前
  Jonatan Kronqvist c4b62e478a Restructure test source directories and packages #7385 12 年前
  Henri Sara b114a1eb74 #5692 Generics and warnings cleanup: TestClassesSerializable 13 年前
  Artur Signell 789c80e253 Formatted using Eclipse Helios / Windows XP 14 年前
  Henri Sara 677ff2b5f5 Ignore synthetic classes in serializability test 14 年前
  Henri Sara 1c0e7f1b26 Ignore external (fileupload) code in serializability test. Unused classes in it depended on code that is not included in the Vaadin compilation results. 14 年前
  Henri Sara 56188c4751 #3837 test that classes are serializable: updated filtering, fail with an appropriate message if non-serializable classes found 14 年前
  Henri Sara d89ada349e #3837 unit test to check classes are serializable, step 1: do not fail but simply print out non-serializable classes and interfaces 14 年前