Axel Uhl
714e3b43a8
upgrade install p2f file to use 2023 version of GWT plugin
2023-01-31 16:44:16 +01:00
Axel Uhl
7efbe2880d
bug5792: removed unused fragments; more manifest alignment
2022-12-14 05:19:02 -08:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Axel Uhl
ba5cca0f98
bug5766: changing Maven groupId from com.google.gwt to org.gwtproject for GWT dependencies
2022-09-23 11:14:22 +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
cdeba16747
reverted AsyncActionsExecutorTest to a regular JUnit test
2022-05-14 13:53:23 +02:00
Axel Uhl
ffeb33f7fa
reverting runTest(); still endless recursion?
2022-05-14 08:34:12 +02:00
Axel Uhl
1cc3ac507c
forcing logger output in test to ensure class is actually loaded
2022-05-13 21:31:54 +02:00
Axel Uhl
f249678f31
in c.s.s.gwt.test.AsyncActionsExecutorTest delegate to super.runTest(), not run(), trying to avoid endless recursion
2022-05-13 17:51:26 +02:00
Axel Uhl
810b1aab6c
for com.sap.sse.gwt.test we also want to see bundle-open debug output
2022-05-12 12:29:50 +02:00
Axel Uhl
8a463b5cfe
equinox-3.18.1: set the org.eclipse.osgi/debug/bundleFile/close debug property to true;
...
this may help in understanding what's going on with the locking issue
2022-05-11 22:57:20 +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
Axel Uhl
4db4b95b62
bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them!
2021-02-16 14:58:38 +01:00
Tim Hessenmüller
55a6879ef1
bug5259: TimeRangeActionsExecutor uses its own executor instead of AsyncActionsExecutor
2020-09-09 17:35:48 +02:00
Axel Uhl
97f336834e
bug5259: remove unused imports to avoid warnings
2020-09-07 16:57:28 +02:00
Tim Hessenmüller
cd5ed406f6
bug5259: Added test case to TimeRangeActionsExecutorTest
2020-08-25 15:08:35 +02:00
Tim Hessenmüller
975023dd8d
bug5259: Using Map instead of Collection<Pair>
2020-08-07 17:21:17 +02:00
Tim Hessenmüller
4fd5852754
bug5259: Extended test case TimeRangeResultCacheTest.testRequestElimination to also check cache invalidation
2020-07-31 14:15:34 +02:00
Tim Hessenmüller
6f2f2d8352
bug5259: Adjusted test to match changes: List of results will only be collected once everything is ready
2020-07-29 16:39:05 +02:00
Tim Hessenmüller
3a901e68e7
bug5259: Updated TimeRangeActionsExecutorTest to match changes in TimeRangeActionsExecutor
2020-07-17 12:25:44 +02:00
Tim Hessenmüller
4b598c820d
bug5259: Updated TimeRangeResultCacheTest to compile again
2020-07-17 12:22:22 +02:00
Axel Uhl
94b8ccfd6c
Merge branch 'master' into bug5259
2020-07-03 00:34:12 +02:00
Georg Herdt
256f7091a6
upgrade to GWT 2.9.0
...
bug5283
2020-06-29 09:35:45 +02:00
Axel Uhl
f19de0c485
bug5259: added various comments, made more things final; see my comments on bug5259 in Bugzilla
2020-06-24 14:58:02 +02:00
Axel Uhl
ecd45716c2
bug5259: moved tests to same package as classes to test to avoid having to make methods public
2020-06-24 10:41:16 +02:00
Axel Uhl
8d3177142e
bug5259: factored MilliTimeRange that existed as equal copy in two tests into a separate class
2020-06-23 13:43:11 +02:00
Tim Hessenmüller
d4894c8b04
bug5259: Implemented TimeRangeActionsExecutorTest.testOutOfOrderDelivery
2020-06-19 14:38:02 +02:00
Tim Hessenmüller
3b468844a8
bug5259: Created TimeRangeResultCache
2020-06-15 13:43:43 +02:00
Tim Hessenmüller
9420c4fe7a
bug5259: Created TimeRangeActionsExecutorTest
2020-05-27 15:29:43 +02:00
Georg Herdt
181fcde65a
split usage of sailing service into read and write, add write instances where needed into object creation
...
bug5221
2020-04-27 16:44:36 +02:00
Axel Uhl
3d5062ecd1
Removed unnecessary imports to same package
2020-03-20 22:58:54 +01: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
3a083c0196
bug4716: implemented purging serialized response cache
...
Change-Id: I42eeeef25779f7ffd98721c5a8d2a094b5390149
2019-02-26 12:06:17 +01:00
Axel Uhl
66822dd4b1
added test case for CacheKey behavior and fixed it
...
Change-Id: Ib2081465029c7721495f9672faf0ce377e418e9a
2019-02-26 11:20:08 +01:00
Axel Uhl
4dd9f10e2c
removed further deprecations by switching imports from junit.* to org.junit
2018-12-10 03:46:28 +01:00
Steffen Schaefer
c3db805b1d
Bug 4427: Cleanup of old GWT plugin configs. We are preparing changes on
...
other branches that would require redundant updates of the IDE configs.
Finishing the Oxygen update by doing a cleanup will help to reduce the
effort needed to keep the IDE files up to date.
2018-08-02 15:07:14 +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
58069edb21
GWT config cleanup
2018-03-06 09:16:26 +01:00
Papick Garcia Taboada
06490028de
Inital project metadata and gwt launch file
2018-01-23 14:17:05 +01:00
Steffen Schaefer
94bfa841cb
Bug 4303: Updated version of GWT bundles
2017-10-24 09:15:15 +02:00
Axel Uhl
876640460b
more CR/LF changes
...
Change-Id: Ie2f54ff10fbe8f3583bc7e62186dc738c9c0c75d
2017-04-29 09:41:32 +02:00
Steffen Schaefer
7839416608
Updated GWT to version 2.8.1
2017-04-27 14:35:37 +02:00
Steffen Schaefer
58894af21f
Consistently using JavaSE-1.8 as execution environment for all UI
...
projects
2017-04-25 13:42:37 +02: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
dd5d1fc745
Using junit and hamcrest from orbit / adjustments for different junit
...
bundle ID
2016-11-24 13:29:02 +01:00
Steffen Schaefer
05c2a1a7ec
Added optional dependency to gwt-user to some UI bundles
2016-11-21 11:40:54 +01:00
Steffen Schaefer
f427502080
Consistently using gwt-servlet 2.8 in all manifests and in feature.xml
2016-11-16 10:48:46 +01:00
Axel Uhl
1ebc9bfdc3
sorted GWT_CONTAINER .classpath entry to the top so it precedes the requiredPlugins entry, fixing the "no GWT SDK" error
...
Change-Id: I697669b757e2c66760efd1246b3e9637187b573c
2016-03-16 11:15:04 +01:00