| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* Fixes issue with Mockito classes not found on the vaadin-client test classpath
* Fixes Mockito/Hamcrest dependency conflict described in
https://tedvinke.wordpress.com/2013/12/17/mixing-junit-hamcrest-and-mockito-explaining-nosuchmethoderror/
Reapplying after dependency leaking from root project to bom module has been fixed.
Change-Id: I0f2f368ccc6acb303f693aa34ace9e893ab7b573
|
|
|
|
|
|
|
|
| |
The change broke junit tests in projects using vaadin-bom.
This reverts commit 2ae14ad9affca86448ac1003280b7852354d8a6b.
Change-Id: I06524be9b6cc95e84f5f2b5c8faeb705d86e06bd
|
|
|
|
|
|
|
|
| |
* Fixes issue with Mockito classes not found on the vaadin-client test classpath
* Fixes Mockito/Hamcrest dependency conflict described in
https://tedvinke.wordpress.com/2013/12/17/mixing-junit-hamcrest-and-mockito-explaining-nosuchmethoderror/
Change-Id: I946c464118e3b9365bb8da4fb337fd45e6073f5e
|
|
|
|
| |
Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
|
|
|
|
| |
Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
|
|
|
|
| |
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
|
|
|
|
|
|
|
| |
* Specify correct (Java 8) execution environment for OSGi
* Accept any servlet 3 version
Change-Id: I170d4577218e773bc17c14342bc7f93572932fcc
|
|
|
|
|
|
| |
Uses upstream com.google GWT instead of com.vaadin.external.gwt
Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
|
|
|
|
|
|
|
|
|
| |
As vaadin-client-compiler dependens on gwt-dev, the gwt-dev dependencies
are either bundled in gwt-dev or specified as transitive dependencies
for it, so there is no need to specify them again for
vaadin-client-compiler
Change-Id: If5d35124765d8606815ec49ec318eaf096de480b
|
|
|
|
| |
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
|
|
|
|
| |
Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
|
|
|
|
|
|
|
| |
This removes GWT dependency from the server and shared parts of the
framework
Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
|
|
|
|
| |
Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
|
|
|
|
|
|
| |
Ensure that server side classes are compatible with Java 1.6.
Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change also cleans up some redundant POM metaadata.
Even though Maven documentation does not list it, also the organization
section is inherited to the effective POM.
pom-template.xml is still in the project for a longer description and a
repositories section until publishing to staging is cleaned up.
Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
|
|
|
|
|
|
|
|
|
| |
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
|
|
|
|
| |
Change-Id: If2f8a95917f92501920d8aaa332899b0cb36d996
|
|
|
|
| |
Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
|
|
Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
|