Commit Graph
585 Commits
Author SHA1 Message Date
Axel Uhl 0cd23bb8f0 bug5077: finish/close writer when writing response from cache; use -Dgwt.rpc.version=9 for tests 2022-10-28 15:50:30 +02:00
Axel Uhl ddb4c96e47 bug5077: using a gwt-2.11.0 dev version with first streamin approach for RPC response;
completely untested first approach
2022-09-21 18:26:48 +02:00
Axel Uhl f93a73ee1b Merge branch 'master' into bug5440 2022-08-23 13:40:30 +02:00
Axel Uhl 58b94f27f4 gwt-2.10.0 upgrade; entirely untested so far, only patched target platform, gwt projects and MANIFEST.MF files 2022-08-15 17:49:22 +02:00
Axel Uhl 836c48a821 Merge branch 'master' into bug5440 2022-05-16 14:05:04 +02:00
Axel Uhl 4b483dc46a increase stack size from the probable default of 1m to 100m;
this to avoid the problem with a hung-up Tycho test for the
eclipse-test-plugin com.sap.sse.gwt.test where we often see the "25
tests..." lock-up. It shows that a StackOverflowError has been causing a
locking issue with the Equinox OSGi class loaders (see also
https://github.com/eclipse-equinox/equinox.framework/issues/50). With
more stack space, the original problem of a StackOverflowError should
hopefully go away, although it seems strange that a regular test run
opens the junit.jar file recursively so many times...
2022-05-13 00:22:58 +02:00
Axel Uhl acc9007190 equinox-3.18.1: added <showEclipseLog> to the Tycho / Surefire configuration 2022-05-11 22:57:36 +02:00
Axel Uhl ebf7c723a9 reduced memory settings in pom.xml again 2022-04-29 20:56:05 +02:00
Axel Uhl f1362babaa enlarge memory size for GWT build and Tycho build 2022-04-29 13:15:43 +02:00
Axel Uhl d765a72b0c bug5693: started with a Sailti XRR result importer and tests 2022-03-17 14:54:44 +01:00
Axel Uhl b4d822dcb7 use ${argLine} instead of late replacement option @{argLine} 2022-01-18 21:50:13 +01:00
Axel Uhl 234fbbac14 only use late replacement for argLine 2022-01-18 20:33:31 +01:00
Axel Uhl 20715a3df8 use argLine from.command line, too 2022-01-18 20:28:11 +01:00
Axel Uhl bffb7d1750 bug5655: another fix for java/pom.xml 2021-12-13 15:07:43 +01:00
Axel Uhl 3e6215f68d bug5655: fixed java/pom.xml 2021-12-13 15:00:11 +01:00
Axel Uhl 18b61b0484 bug5655: added com.sap.sailing.landscape.gateway bundle 2021-12-13 12:06:40 +01:00
Axel Uhl 2c2a379e37 Merge branch 'master' into bug5440 2021-12-03 17:43:50 +01:00
Axel Uhl 086280da41 bug5628: implemented parser for YellowBrick GetPositions output and a first set of tests for it 2021-10-13 17:18:27 +02:00
Axel Uhl e543bc2976 bug5628: persistence for YB connectivity params and configurations 2021-10-13 13:05:03 +02:00
Axel Uhl 1222a34c10 JDOM removal: removed xmlexport[.test] bundles and corresponding LeaderboardConfigPanel action icon 2021-10-05 09:55:35 +02:00
Axel Uhl d2b135bdcc bug5628: first working version of a YellowBrick importer 2021-09-30 13:03:33 +02:00
Axel Uhl a162da1432 Merge branch 'master' into bug5311 2021-08-24 11:11:57 +02:00
Axel Uhl 7b87fdfea6 increase GWT compmiler memory to 4g 2021-08-23 23:43:44 +02:00
Axel Uhl 2566987354 bug5311: added new bundle com.sap.sailing.server.gateway.interfaces as Java facade for remote sailing server REST API 2021-08-18 17:40:52 +02:00
Axel Uhl 4a3e12bbd8 Merge branch 'master' into bug5451 2021-06-14 11:04:45 +02:00
Axel Uhl feba8bef41 bug5573: added missing pom for oceanraceadapter 2021-06-09 00:28:54 +02:00
Axel Uhl ba6b16e23b Merge branch 'master' into bug5451 2021-05-06 15:01:27 +02:00
Axel Uhl 0c347c1396 moved the tycho-compiler-plugin configuration for the -parameters compiler option to the general plugin configuration section in java/pom.xml 2021-02-16 15:04:34 +01:00
Axel Uhl cf1ff2f957 bug4811: use -parameters option for *Tycho* compiler plugin to have it affect all our bundle builds;
the maven compiler plugin was probably never used
2021-02-16 12:08:33 +01:00
Axel Uhl 83f6a6e215 Merge branch 'master' into bug4811 2021-02-16 11:25:48 +01:00
Axel Uhl 6fe0f1c982 bug5486: added plugin configuration in java/pom.xml for Apache Maven Compiler Plugin to use the -parameters switch for the Java compiler 2021-02-15 13:51:32 +01:00
Axel Uhl 3c22ee6e86 bug4811: made HasPermissions GWT-serializable, adding custom field serializers and new bundle ...landscape.aws.common 2021-02-04 14:11:59 +01:00
Axel Uhl 728034a461 bug4811: (re-)added elemental2 to top-level java/pom.xml 2021-01-19 00:53:13 +01:00
Axel Uhl 769162ed84 bug4811: elemental2 doesn't need local Maven build; replace dependencies to external ones; local project only for Eclipse use 2021-01-19 00:11:01 +01:00
Axel Uhl 3d89837122 bug4811: added elemental2.[core|dom|promise] in an "elemental2" project;
this to enable things such as access to FileList and File from FileUpload input elements
2021-01-18 18:25:30 +01:00
Axel Uhl eb2edbb9d1 bug4811: added new bundle com.sap.sse.landscape.common 2021-01-14 13:41:28 +01:00
Axel Uhl fcd6fa9b8c bug5440: added bundle project with a placeholder for a SensorFixStore implementation for the AWS S3/Lamba-based ingestion pipeline 2021-01-06 01:31:36 +01:00
Axel Uhl 740fdd52af bug4811 / bug5288: moved generic AdminConsole / GWT stuff to SSE; created new landscape.ui and landscape.common bundles 2020-12-17 14:16:50 +01:00
Axel Uhl c8e042cb45 bug5451: added a placeholder bundle using the SAP HANA JDBC driver (ngdbc-2.6.30) 2020-12-07 18:09:39 +01:00
Axel Uhl 19a805ba0c removed jettyextensions fragment from top-level pom.xml 2020-11-16 14:07:53 +01:00
Axel Uhl 2f6e446662 bug4811: fixed release time stamp parsing (UTC) 2020-10-19 17:08:57 +02:00
Axel Uhl 9713ea2e83 bug4811: added more abstractions and a new project for sailing-specific landscape modeling 2020-09-25 16:16:43 +02:00
Axel Uhl fefe32040b use Java 1.8 for generating source bundles 2020-07-28 09:56:01 +02:00
Axel Uhl 5d3fe4b73b bug4811: updated README for AWS SDK update site building 2020-07-21 11:49:07 +02:00
Axel Uhl 90c01ab734 bug4811: fixed pom.xml structure for new landscape bundles 2020-07-09 17:36:25 +02:00
Axel Uhl 243a8eeb8a bug4811: added Route53 libs and another bundle to capture AWS specifics of landscape modeling 2020-07-07 13:41:52 +02:00
Axel Uhl fca1a0c2a4 Merge branch 'master' into bug4811 2020-07-06 19:27:06 +02:00
Axel Uhl 1b412be7b8 bug4744: upgraded AWS SDK to version 2.13.50 2020-07-06 13:42:50 +02:00
Axel Uhl 59394b1d30 Merge branch 'master' into bug4811 2020-06-30 00:29:25 +02:00
Axel Uhl 8d9b483aa7 bug4811: added a first interface model for our runtime landscape 2020-06-29 18:18:48 +02:00