Commit Graph
33 Commits
Author SHA1 Message Date
Axel Uhl 49db8126bb allow solution to run with both, Java8 and Java11 with same target platform
Change-Id: I4f7772aaa1d9d1b65a2452ad98d8c51809fef2b4
2018-11-30 21:20:06 +01:00
Axel Uhl 8d772196de Adding com.sun.istack bundle to satisby jaxb implementation bundle's imports
Change-Id: Ia2a93ad709c16f81dcb3d9d15d2117e509f9c4e1
2018-11-26 22:11:52 +01:00
Axel Uhl 6c04f43d54 added jaxb-api and jaxb-impl as well as com.sun.activation.javax.activation to local p2 and target platform definition
Change-Id: I26de811d87e83660642e526f35a05baa0fbb53bb
2018-11-26 01:13:01 +01:00
Axel Uhl fb014a5b32 interims target platform definition replacing oxygen for luna repository, with all equinox bundles selected
Change-Id: Ie5a88abfec6ac5301a82c941ad7f5d276dd804be
2018-11-25 12:46:26 +01:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
Steffen Schaefer f6851c53c7 Bug 4442: Updated Jetty dependencies to consistently use version 9.4.8 2018-02-06 15:46:26 +01:00
Steffen Schaefer f2f51854a0 Bug 4442: A new dependency is needed 2018-02-06 15:39:38 +01:00
Axel Uhl 369f7cf9ee restrict httpcomponents versions to below 4.3.0 because of an incompatible change in 4.3.0; see bug 4035
Change-Id: I9908daa756f55308c02b47c45f3e159d702bd253
2017-01-23 23:58:57 +01:00
Axel Uhl 3c6df87650 when destroying the WebSocketClient, deregister from ShutdownThread.
Change-Id: Icd21191fd77521f5c87228d2cff1ad7e0744a9c6
2016-07-07 00:43:31 +02:00
Axel Uhl 6169f54e25 Merge branch 'master' into bug2589
Conflicts:
	java/com.sap.sailing.domain.igtimiadapter/META-INF/MANIFEST.MF
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
	java/com.sap.sailing.server.gateway/META-INF/MANIFEST.MF
	java/com.sap.sailing.server.gateway/src/com/sap/sailing/server/gateway/jaxrs/RestServletContainer.java
	java/com.sap.sailing.server.gateway/src/com/sap/sailing/server/gateway/jaxrs/api/RestApiApplication.java

Change-Id: I8cbb797ba64d221ea401b90b22d21a813204a6f2
2016-01-04 11:34:01 +01:00
Axel Uhl b9ecb366e5 use Jetty SslContextFactory to enable wss:// connection to Igtimi Websocket server
Change-Id: Id6045e7370ae5750d1e7b85c6806f9e2676651fa
2015-12-21 10:11:50 +01:00
Axel Uhl d90bc57e4c bug 3181: set "daemon" property on all our thread pool threads that are intended for background updates;
this lets the VM exit upon shutdown / close
2015-07-24 17:53:27 +02:00
Axel Uhl 041b50cc3d introduced Jersey ExceptionMapper for Shiro's AuthorizationException 2015-02-26 17:26:45 +01:00
Fredrik Teschke f637d50c41 add old jackson bundle as dependency to MANIFESTS to avoid NoClassDefFoundErrors 2015-02-12 13:14:47 +01:00
Axel Uhl 5d2163a45d added new javax.servlet method to DelegatingServletContext; fixed GWT launch config (removing security.ui from classpath) 2014-10-06 00:17:04 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
Axel Uhl c4cea6660d introduced com.sap.sse.common.Util as superclass of com.sap.sailing.common.Util and added com.sap.sse.common to the required bundles of all users of com.sap.sailing.common.Util 2014-06-02 23:17:49 +02:00
Simon Pamies a3779c9878 Moved IgtimiWindReceiver to shared package and fixed NPE when there is no heading 2014-01-31 15:37:38 +01:00
Axel Uhl de0617d9db improved API design for IgtimiConnectionFactory 2013-12-05 16:46:33 +01:00
Axel Uhl 056adaf1a5 introduced a typed callback / visitor pattern for receiving Igtimi fixes 2013-12-05 11:55:53 +01:00
Axel Uhl 89f964c2af added getResourceDataAsTracks 2013-12-04 17:50:53 +01:00
Axel Uhl c3b64024a1 made Fix a Timed implementation, hence all subclasses need a serialVersionUID 2013-12-04 10:52:30 +01:00
Axel Uhl ed35db38b4 removed setConfiguration from MongoDBService and replaced by MongoDBConfiguration.getService() 2013-11-29 13:28:42 +01:00
Axel Uhl 4721eb4cf3 first successful web socket connect to Igtimi 2013-11-28 14:09:19 +01:00
Axel Uhl a19222d135 fetch web socket URLs from Igtimi server 2013-11-27 18:22:33 +01:00
Axel Uhl bdf1412954 re-worked the obtainAccessTokenFromAuthorizationCode interface method 2013-11-26 18:29:25 +01:00
Axel Uhl 65d6a71724 tests for Igtimi adapter connectivity now succeed 2013-11-26 17:52:01 +01:00
Axel Uhl 46bd337641 upgraded Eclipse Orbit in target platforms to drop S20131024145017; added org.apache.[httpclient|httpcore|commons.logging] to target platform 2013-11-20 10:23:15 +01:00
Axel Uhl f45b2df9d1 more Igtimi form parsing 2013-11-20 02:21:14 +01:00
Axel Uhl 5e123b1c03 added activator to igtimi bundle; started test fragment for Igtimi bundle 2013-11-19 23:07:30 +01:00
Axel Uhl 90f3b503aa got servlet infrastructure to the point where it receives access_token from URL http://127.0.0.1:8888/igtimi/oauth/v1/authorizationcallback?access_token=123 2013-11-15 16:09:20 +01:00
Axel Uhl 0889442605 preparing for JAX XS for callback for oauth 2013-11-14 15:16:36 +01:00
Axel Uhl 87e1e9743d added structure for Igtimi connector 2013-11-14 13:43:35 +01:00