コミットグラフ

29 コミット

作成者 SHA1 メッセージ 日付
Jonatan Kronqvist
d307f145f3 Override elements must be after dependency elements #13532
Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
2014-04-03 13:36:13 +03:00
Jonatan Kronqvist
3efe81da8b Override the cssparser dependency from sass-compiler (#13532)
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.

Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
2014-04-03 13:26:01 +03:00
Jonatan Kronqvist
563b0ca0d8 Update commons-io to the same version in all modules (#13531)
Adds a commons-io.version property to the build.properties file

Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
2014-04-03 10:28:02 +03:00
Jonatan Kronqvist
353a1a1c30 Remove theme-compiler and replace with external vaadin-sass-compiler
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
  instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
  when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
  from maven

Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
2014-03-31 13:37:27 +00:00
Sauli Tähkäpää
32d319ebf8 Fixed pom fails in unit tests.
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
2014-03-25 21:54:19 +02:00
Sauli Tähkäpää
49973354b2 Fixed trailing slash trimming in VaadinPortletService.
Change-Id: Ia9f6230219adfb1fcb29b88ad819e3209770e1fc
2014-03-13 09:11:31 +02:00
Artur Signell
1de4389154 Use JUnit 4.11 in all modules (#12572)
Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
2013-09-17 12:37:21 +00:00
Johannes Dahlström
17bb700e55 Add optional OSGi Import-Package for javax.validation (#12301)
Change-Id: Iff9105537a2a8123b808be33f8cd390b0c23edd6
2013-07-31 15:10:37 +03:00
Artur Signell
9a3dc4e99c Formatted XML files using defined rules (#11956)
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
2013-05-30 15:08:00 +00:00
Henri Sara
f31cdf4e67 Support schemas and catalogs in TableQuery (#7827)
Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
2013-04-25 08:30:35 +00:00
Artur Signell
baf1ca3625 Added push dependency to make project compile (#11654)
Change-Id: I2e60a0e36bf95a64790745944cc9c846c23dfb88
2013-04-23 15:36:10 +00:00
Leif Åstrand
f8c43317db Add patched AtmosphereFramework without support message (#11654)
Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
2013-04-23 13:36:30 +00:00
Artur Signell
8fec88fe77 Updated commons-io dependency to 2.2 (#11643)
Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
2013-04-23 06:46:22 +00:00
Artur Signell
8466d23c5e Made vaadin-server jar not depend on Atmosphere (#11492)
Change-Id: Ib57ce4f4336df2806f58a5d65bda61907e76591a
2013-04-05 07:02:10 +00:00
Johannes Dahlström
69def694d5 Server push (#111)
* Asynchronous bidirectional communication
* Use Atmosphere as a backend
* Use websockets if available, fallback to HTTP streaming
* Push mode (disabled, manual, automatic)
  * Configurable via servlet parameter pushMode
  * Disabled: The default; regular AJAX communication
  * Manual: Need explicit UI.push() call
  * Automatic: push all UIs in session when lock released
* UI.push()
  * Push pending state and RPC to client asynchronously
  * Must hold session lock when invoking

Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
2013-04-04 12:46:42 +00:00
Artur Signell
e6d506494c Renamed "tests" target to "test" and added "test-all" (#9998)
The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project.
The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup.

Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
2013-03-01 15:54:57 +02:00
Artur Signell
26134cf7c3 Use commons-lang 2.6 in server aswell as in client-compiler (#9970)
Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627
2012-11-12 19:59:52 +02:00
Artur Signell
c93fafc6b7 Changed servlet api dependency to 2.4 (#9605) 2012-09-14 12:00:40 +03:00
Artur Signell
6b5435d38f Initial version of on-the-fly compilation of scss -> css (#9222) 2012-09-11 15:42:42 +03:00
Artur Signell
0621de9bf2 Publish zip also (#9299) 2012-09-09 11:23:40 +03:00
Artur Signell
6da3cd640d Build javadoc and sources jars (#9299) 2012-09-09 11:23:24 +03:00
Artur Signell
93ed08119c Generate pom artifacts and automatically publish to local Maven (#9299) 2012-09-09 11:23:22 +03:00
Artur Signell
45e4dc9fdc Ensure required jars are available when running tests (#9299) 2012-09-09 11:23:18 +03:00
Artur Signell
1d6f0611a8 Added themes-compiled module (#9299) 2012-09-09 11:23:08 +03:00
Artur Signell
557acfb6c4 Module for compiled client side (#9299) 2012-09-09 11:23:07 +03:00
Artur Signell
d8a5f96b36 Support running JUnit tests (#9299) 2012-09-09 11:23:04 +03:00
Artur Signell
856e26aa21 Fixed scopes for generated Maven pom.xml files (#9299) 2012-09-09 11:22:59 +03:00
Artur Signell
30feb6d844 Servlet API dependency 2012-09-09 11:22:58 +03:00
Artur Signell
0a77dae8b5 Created separate build.xml files for each module (#9299) 2012-09-09 11:22:53 +03:00