summaryrefslogtreecommitdiffstats
path: root/server/ivy.xml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server unit tests.Sauli Tähkäpää2015-01-091-0/+2
| | | | | | | | - Renamed tests to *Test and *TestBase. - Removed obsolete @Ignore annotations. - Split some design tests into smaller ones. Change-Id: I8e2a7d73ef620e584777c1e8e701917c0f69f876
* Update to latest jsoup (#7749)Artur Signell2014-12-121-1/+1
| | | | Change-Id: I5b31bb935ecd3a9bb1fd4722a8e94acc4f0355b0
* Override elements must be after dependency elements #13532Jonatan Kronqvist2014-04-031-3/+3
| | | | Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
* Override the cssparser dependency from sass-compiler (#13532)Jonatan Kronqvist2014-04-031-0/+3
| | | | | | | | 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
* Update commons-io to the same version in all modules (#13531)Jonatan Kronqvist2014-04-031-1/+1
| | | | | | Adds a commons-io.version property to the build.properties file Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-4/+6
| | | | | | | | | | | | | * 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
* Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-251-3/+9
| | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* Fixed trailing slash trimming in VaadinPortletService.Sauli Tähkäpää2014-03-131-0/+2
| | | | Change-Id: Ia9f6230219adfb1fcb29b88ad819e3209770e1fc
* Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-171-1/+1
| | | | Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
* Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-311-0/+3
| | | | Change-Id: Iff9105537a2a8123b808be33f8cd390b0c23edd6
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-7/+5
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Support schemas and catalogs in TableQuery (#7827)Henri Sara2013-04-251-0/+6
| | | | Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
* Added push dependency to make project compile (#11654)Artur Signell2013-04-231-0/+2
| | | | Change-Id: I2e60a0e36bf95a64790745944cc9c846c23dfb88
* Add patched AtmosphereFramework without support message (#11654)Leif Åstrand2013-04-231-4/+0
| | | | Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
* Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-231-1/+1
| | | | Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
* Made vaadin-server jar not depend on Atmosphere (#11492)Artur Signell2013-04-051-1/+1
| | | | Change-Id: Ib57ce4f4336df2806f58a5d65bda61907e76591a
* Server push (#111)Johannes Dahlström2013-04-041-0/+4
| | | | | | | | | | | | | | | | * 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
* Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-15/+15
| | | | | | | 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
* Use commons-lang 2.6 in server aswell as in client-compiler (#9970)Artur Signell2012-11-121-1/+1
| | | | Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627
* Changed servlet api dependency to 2.4 (#9605)Artur Signell2012-09-141-2/+2
|
* Initial version of on-the-fly compilation of scss -> css (#9222)Artur Signell2012-09-111-0/+2
|
* Publish zip also (#9299)Artur Signell2012-09-091-5/+5
|
* Build javadoc and sources jars (#9299)Artur Signell2012-09-091-1/+4
|
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-2/+3
|
* Ensure required jars are available when running tests (#9299)Artur Signell2012-09-091-3/+8
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-4/+2
|
* Module for compiled client side (#9299)Artur Signell2012-09-091-1/+1
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-19/+15
|
* Fixed scopes for generated Maven pom.xml files (#9299)Artur Signell2012-09-091-13/+23
|
* Servlet API dependencyArtur Signell2012-09-091-2/+6
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+55