Commit Graph
40 Commits
Author SHA1 Message Date
Axel Uhl 20f10c63a0 bug6192: upgraded GWT to 2.12.4 (fork), fixing GWT issue 10181 2025-12-04 22:10:41 +01:00
Axel Uhl 4963d5cc49 upgrade to gwt-2.12.3 for improved RPC "no instantiable subtype" warnings 2025-11-25 10:10:54 +01:00
Axel Uhl 45332786ca switching to gwt.2.12.3 which has more GWT RPC serializer generator warnings/errors 2025-11-25 01:32:22 +01:00
Axel Uhl 8864b66dcb bug6177: updated GWT jars on wrapper bundles to forked 2.12.2 2025-10-31 20:28:33 +01:00
Axel Uhl 4f26e175f5 bug6177: adjusted pom.xml and MANIFEST.MF of GWT wrapper projects;
adjusted MapPanel to react to 2.12 deprecations
2025-10-31 18:33:11 +01:00
Axel Uhl 5b2536e9c0 bug6127: more JUnit5 migrations; still to do: selenium and domain.test 2025-06-05 17:21:26 +02:00
Axel Uhl b0c5c44271 bug6128: installed the 2.11.1 GWT JARs 2025-05-23 11:56:31 +02:00
Axel Uhl b36d7787df bug6128: updated pom.xml files to reflect upgrade to gwt-2.11.1 2025-05-22 23:42:27 +02:00
Axel Uhl f9e96aa197 bug6128: updated pom to usr gwt-2.11.1 2025-05-22 20:13:43 +02:00
Axel Uhl 6614248201 added LICENSE files in projects with copied content 2024-04-12 15:45:29 +02:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl 1c7cf143b3 bug5127: turned GWT.log into j.u.l logs on client side 2023-01-30 14:43:18 +01:00
Axel Uhl aa0c5063be bug5792: commented out the gwt-dev dependency for com.sap.sailing.gwt.ui 2022-12-12 08:21:25 -08:00
Axel Uhl 76007774ab bug5077: updated GWT to version built from f1725b59cb04ef147b11009ab4fb959fc14e97d3 2022-11-29 11:22:46 +01:00
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 46f9e35b98 bug5077: updated with latest "gwt-2.11.0" candidate for forward serialization 2022-10-26 11:37:48 +02:00
Axel Uhl 136ecdb3b7 bug5077: GWT RPC with backward-compatible public contracts 2022-10-13 17:13:20 +02:00
Axel Uhl 2a5a899650 bug5077: new gwt.rpc.version=9 property selects new forward streaming 2022-09-30 17:16:37 +02:00
Axel Uhl db1d0b00a8 bug5077: new gwt-2.11.0 candidate with successful streamed serialization 2022-09-22 15:37:44 +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 c563aed7e8 bug5077: a GWT local build that serializes in forward order;
this is preparing for streaming serialization
2022-09-20 21:04:31 +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
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Georg Herdt fbadad0ef7 switch from java.servlet bundle to osgi-servlet bundle to be able to resolve DTDs and XSD for validation (e.g. web.xml)
bug 5153
2021-01-17 22:10:27 +01:00
Georg Herdt 64cff05484 upgrade pom.xml version dependencies
bug5283
2020-06-29 09:46:33 +02:00
Georg Herdt 256f7091a6 upgrade to GWT 2.9.0
bug5283
2020-06-29 09:35:45 +02:00
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00
Axel Uhl 4c8acc17ac use JavaSE-1.8
Change-Id: I7889000098808b1b53cfc8c9c0053b77dfe8a4cf
2019-04-05 22:31:03 +02: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 94bfa841cb Bug 4303: Updated version of GWT bundles 2017-10-24 09:15:15 +02:00
Steffen Schaefer a84e25237e Bug 4303: Updated GWT jars 2017-10-24 09:13:47 +02:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Steffen Schaefer 7839416608 Updated GWT to version 2.8.1 2017-04-27 14:35:37 +02:00
Steffen Schaefer cb54080345 Adjustments in bundle and feature after merging GWT 2.8 changes 2016-12-05 17:14:47 +01:00
Steffen Schaefer b598a5c4a6 Merge branch 'master' into bug2447
# Conflicts:
#	java/com.google.gwt.user/META-INF/MANIFEST.MF
#	java/com.sap.sailing.feature/feature.xml
#	java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF
#	java/com.sap.sse.security/META-INF/MANIFEST.MF
2016-12-05 17:10:22 +01:00
Steffen Schaefer 8fa673b998 Added dependency because gwt-user needs some stuff from gwt-dev 2016-11-21 15:16:46 +01:00
Steffen Schaefer fd6c73dd9e Added missing of gwt-user to junit 2016-11-21 13:43:28 +01:00
Steffen Schaefer f8c0319f1e Added gwt-dev and gwt-user as separate bundles 2016-11-21 10:10:41 +01:00