Commit Graph
75 Commits
Author SHA1 Message Date
Axel Uhl 302a113da1 replaced Jackson LGPL target platform bundles by Apache-licensed versions 2015-11-17 09:43:20 +01:00
Axel Uhl e1a5b3aa2c moved the XMLBeans, dom4j and Apache POI stuff to the target platform and updated the Barbados result import bundle accordingly 2015-10-16 18:03:53 +02:00
Axel Uhl f9ce812457 obtaining the JARs required by the Barbados result importer from the Orbit repository from the target platform; POI 3.7.0 still erroneously resolved to 3.9.0... 2015-10-16 15:50:05 +02:00
Axel Uhl 40086fc626 remove JSP stuff from target platform 2015-09-29 15:33:56 +02:00
Axel Uhl 10f4ad186a removed rome-1.0.0.jar ATOM/RSS feed stuff from target platfomr; set gwt.minVersion to 2.7.0 2015-07-30 14:32:26 +02:00
Axel Uhl d1a459c0e9 updated target platform to contain LZ4 compression algorithm; use it in replication code 2015-07-27 17:40:33 +02:00
Axel Uhl ca4953db25 removing old ActiveMQ stuff from target-base; added LZ4 compression library under Apache 2.0 license 2015-07-27 17:13:06 +02:00
Axel Uhl e92a688be3 using Jersey Multipart 1.17.0 which is now consistent with our Jersey version 1.17.0 coming from the Eclipse Orbit 2015-02-27 17:40:41 +01:00
Fredrik Teschke 4cb7b535c8 Merge branch 'ftes-mail-move-to-sse' into jbross-email-invitation
Conflicts:
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
	java/com.sap.sailing.targetplatform.base/features/target-base/feature.xml
	java/com.sap.sailing.targetplatform/definitions/race-analysis-p2-remote.target
2015-02-13 08:29:41 +01:00
Axel Uhl 89cf67a50a Merge branch 'master' into ftes-mongo-driver-2.13 2015-02-12 23:19:56 +01:00
Axel Uhl e563327085 moving Mongo 2.13.0 driver to target platform 2015-02-12 15:31:05 +01:00
Fredrik Teschke 7bf597f4a4 add transitive dependencies for old jackson bundles to avoid NoClassDefFoundErrors 2015-02-12 13:13:50 +01:00
Fredrik Teschke cf91286842 add old jackson-jaxrs and jettison bundle to target platform (fix NoClassDefFoundErrors) 2015-02-12 12:50:31 +01:00
Fredrik Teschke 54b0071b75 add zxing library in newer version (including launch configs) 2015-02-09 16:40:18 +01:00
Jan Broß ccc9fabb00 Add ZXing Barcode Library 2015-02-08 11:32:01 +01:00
Fredrik Teschke 1398c8bf22 add mimepull to target platform (required by aws servicemix) 2015-01-23 16:18:02 +01:00
Fredrik Teschke 745cc2bdac fix bug in OSGi-ified AWS SDK bundle 2015-01-23 12:28:38 +01:00
Fredrik Teschke 253a2648e3 added jersey-multipart to target platform 2015-01-23 10:13:14 +01:00
Fredrik Teschke 5a95dc4c90 added aws sdk to target platform 2015-01-22 17:15:56 +01:00
Fredrik Teschke 88defc5b77 remove old restlet target feature and add jackson bundles (2.5.0) to target platform 2015-01-22 12:21:25 +01:00
Axel Uhl 1e5a91735d fixed objenesis version in feature.xml (2.1 --> 2.1.0) 2014-12-01 21:47:07 +01:00
Axel Uhl 431df4750f trying to switch to mockito 1.10.14 again 2014-12-01 01:47:22 +01:00
Axel Uhl 5b014eb944 downgraded to mockito-core-1.9.5.jar for now; still fighting target platform issues with any mockito-core-1.10.x version... 2014-12-01 01:28:48 +01:00
Axel Uhl cbd6c04833 formatting in pom.xml only 2014-12-01 00:58:16 +01:00
Axel Uhl 3ac4bca7d4 removed mockito old version 1.9.5 2014-11-30 12:36:59 +01:00
Axel Uhl 3f40724c8c ignore generated p2 repository from git 2014-11-30 11:57:40 +01:00
Axel Uhl 4c231f3844 Merge branch 'ftes-maven-p2-local' into bug2465 2014-11-30 11:54:15 +01:00
Axel Uhl dae1ae8a50 trying to upgrade Mockito to 1.10.13 so we get Java8 default interface method implementation support, as required by mediaservice tests 2014-11-30 11:53:45 +01:00
Fredrik Teschke d25757fd3f bind generating local p2 repo to mvn compile goal 2014-11-22 18:57:58 +01:00
Fredrik Teschke 76ee054a29 generate local p2 repo in target/repository folder
- allows cleaning via mvn clean
2014-11-22 18:57:52 +01:00
Fredrik Teschke 91fef8fc84 build p2 repo with maven plugin instead of manually invoking launcher jar 2014-11-21 15:18:14 +01:00
Axel Uhl 9240dce7ae adjusted target-base feature definition to match versions of org.apache stuff 2014-11-04 21:10:59 +01:00
Axel Uhl eaca3e439c move Shiro JARs and ehcache to target platform; adjusting target definitions 2014-11-04 17:32:41 +01:00
Benjamin Ebling d46376eb40 Merge branch 'master' into usermanagement
Conflicts:
	java/com.sap.sailing.gwt.ui/.gitignore
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/AdminConsoleEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/shared/panels/UserStatusPanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/tv/TVViewController.java
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
2014-06-04 15:49:02 +02:00
Axel Uhl 7af827eb6f upgraded routeconverter in target platform to 2.12.2 2014-06-03 23:40:07 +02:00
Axel Uhl ee5d569a0f updated routeconverter JAR's version in feature.xml; fixed typo in target platform upload script 2014-06-03 22:53:26 +02:00
Axel Uhl 836a8fe6f7 RouteConverter target platform upgrade to 2.12.1; built that on the routeconverter-osgi branch 2014-06-03 22:39:00 +02:00
Benjamin Ebling 4e7586b375 Added role management and login panel 2014-05-27 17:04:45 +02:00
Axel Uhl dec22d638b fixed launches to auto-start connector bundles; removed groovy from target platform; fixed SailingGWT launch again 2014-01-10 18:06:25 +01:00
Lennart Hensler adbeb04b24 Merge branch 'master' into dataMining
Conflicts:
	java/com.sap.sailing.gwt.ui/META-INF/MANIFEST.MF
	java/com.sap.sailing.gwt.ui/SailingGWT.launch
	java/com.sap.sailing.gwt.ui/build.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/SailingService.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/SailingServiceAsync.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
	java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/AdminConsole.gwt.xml
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
	java/com.sap.sailing.targetplatform.base/features/target-base/feature.xml
	java/pom.xml
2013-12-19 17:25:47 +01:00
Axel Uhl eceb2a46cb added link to target platform update description into README 2013-12-09 10:39:19 +01:00
Axel Uhl 94c41e83a8 added Apache Felix shell and remote shell to target platform 2013-12-09 10:35:10 +01:00
Lennart Hensler f6917c2dc3 Added the groovy jar to the target platform 2013-08-15 18:07:35 +02:00
Fredrik Teschke 698dc68c90 new version of routeconverter bundle 2013-07-05 13:21:05 +02:00
Fredrik Teschke 10d51720be renamed routeconverter bundle 2013-07-03 23:53:08 +02:00
Fredrik Teschke 2e99784387 RouteConverter with removed debug println 2013-07-03 22:58:42 +02:00
Fredrik Teschke 26711e3ce0 added RouteConverter with custom preferences implementation for performance gain 2013-07-03 22:35:02 +02:00
Fredrik Teschke 3620f90474 added new routeconverter version that doesn't include duplicated internal sun class 2013-07-03 16:59:54 +02:00
Fredrik Teschke e30b59f7f0 moved RouteConverter bundles into one, because of duplicate package name problems 2013-07-01 22:58:31 +02:00
Fredrik Teschke a4e2f1753a used jars with generate .class files 2013-07-01 22:19:00 +02:00