Commit Graph
41 Commits
Author SHA1 Message Date
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 4dd9f10e2c removed further deprecations by switching imports from junit.* to org.junit 2018-12-10 03:46:28 +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
Axel Uhl dfc22b930b increased error margin in placemark test; geonames.org positions are unpredictable
Change-Id: Iea472c5123f956f297659ddc3b043a3887276fb0
2017-06-09 09:49:30 +02:00
Axel Uhl 6b42c4caac bug 4161: using empty User-Agent in ReverseGeocoder
Change-Id: I9fbcd1b9cefebf6bd19a7a4eafb38e1cceaa7387
2017-06-09 01:59:26 +02:00
Axel Uhl e0150785e7 bug 4161: adjusted test position to make sure Wentdorf is chosen over Heidkate
Change-Id: Ibf0e4e0b22a96a31eef08a6588c09b177ea23a97
2017-06-08 22:14:44 +02:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Axel Uhl 48091cb8a3 replaced SerializablePosition by Position in Placemark and ReverseGeocoder;
Position long has been made serializable

Change-Id: Icd2c6c2595fab65859449c0f7c0be5d6be9509a9
2017-05-12 09:13:18 +02:00
Steffen Schaefer dd5d1fc745 Using junit and hamcrest from orbit / adjustments for different junit
bundle ID
2016-11-24 13:29:02 +01:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +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
fmittag 5ab7d5af96 unified usage of "require-bundle: org.junit4" for all test bundles 2013-09-02 11:47:06 +02:00
Axel Uhl 5710e2f9c5 made ReverseGeocoderTest more flexible regarding changes to population; made ReverseGeocoderImpl more flexible regarding number formats 2013-07-04 12:44:00 +02:00
Armin Zamani b501d1ca6f Merge branch 'racecommittee_integrated' of
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated

Conflicts:
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Jens Rommel 08429d5a92 Turn test bundles to fragments.
- Builds with maven, except know local issue with selenium tests on my machine (due to Selenium/Firefox version mismatch)
- domain.test not suitable for a test fragment, since it contains larger parts of integration-tests using many different down-stream bundles.
2013-01-21 15:58:13 +01:00
D049941 c393031c41 Merge branch 'master' into 'gwt25'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/SortedCellTableWithStylableHeaders.java
2012-11-22 15:43:03 +01:00
Axel Uhl 7a99a4d2f5 use multiple geonames.org accounts 2012-06-23 19:58:20 +02:00
Axel Uhl 09177d13ec un-ignore geocoding test again to see if this was an intermittent failure 2012-02-22 06:37:20 +01:00
Axel Uhl a4a5c83cc0 @Ignore geocoder tests for now; have we reached some limits? 2012-02-20 11:42:41 +01:00
Axel Uhl 1ba40b63bd removed CompositeCollection and CompositeIterable; they weren't used anywhere but caused Java7 warnings 2012-01-19 10:09:29 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
Lennart Hensler 6f02d1e437 Merge branch 'spectator' into gwt 2012-01-16 17:14:03 +01:00
Lennart Hensler ec3ed3d677 Fixed RaceDAO Serialization Bug + Spectator view changes 2012-01-16 17:12:08 +01:00
Axel Uhl 068f9332cf fixed Junit dependencies 2012-01-16 14:58:47 +01:00
Lennart Hensler a62e9c98c0 Finishing Geocoder-Cache 2012-01-16 10:34:00 +01:00
Lennart Hensler 02a293360e Moved QuadTree to *.common + Added Cache to Geocoder 2012-01-12 18:23:54 +01:00
Lennart Hensler 51d874d192 More Refactoring + Improvements of getRacePlaces() 2012-01-12 14:48:00 +01:00
Lennart Hensler 07cb5cc61f Added country name as attribut to Placemark to prevent dependency cycle 2012-01-11 16:43:14 +01:00
Lennart Hensler c752bd0020 Removed attribute Type from Placemark 2012-01-11 16:04:12 +01:00
Lennart Hensler 8e3699e0e5 Position fully implemented in Geocoder 2012-01-11 15:33:07 +01:00
Lennart Hensler 90755dd8af Adjusted classes for use of Position. Minor Test-Changes 2012-01-11 13:19:56 +01:00
Lennart Hensler d7108af177 First try to build after using Position in Geocoder 2012-01-11 11:44:14 +01:00
Lennart Hensler d51ff6cbe4 ReverseGeocoder improvements 2012-01-10 16:25:04 +01:00
Lennart Hensler ec235cde9f Fixed ClassException in ReverseGeocoderImpl.JSONToPlacemark 2012-01-10 15:18:01 +01:00
Lennart Hensler ac21a7c200 Implemented ReverseGeocoder methods and added some tests 2012-01-10 14:18:50 +01:00
Lennart Hensler f08632a43d Buildable Spectator + Geocoder project 2012-01-10 12:00:22 +01:00
Lennart Hensler b41ee95307 Added Methods to the ReverseGeocoder 2012-01-09 18:34:07 +01:00
Lennart Hensler da6e00f79a added project for geocoding + test project 2012-01-09 15:25:43 +01:00