Commit Graph
36 Commits
Author SHA1 Message Date
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
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
Axel Uhl d42a463446 Merge branch 'master' into bug3725_2 2018-07-21 16:06:10 +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
Axel Uhl 68dccd9d03 lazy activation for NMEA/MarineAPI; added to feature.xml and pom.xml
Change-Id: I4f9cd93510b88bbdddf52f7bb59256b04e86b1a9
2017-08-07 17:12:49 +02:00
Axel Uhl 11940730db whitespace / newline changes only
Change-Id: I78012cce87ec3f0701eec7bdde3b544e110fcded
2017-07-10 10:06:54 +02:00
Axel Uhl bcdc8a260c fixed parameterized type transitive lookup in NMEA AbstractSentenceListener
Change-Id: Iba08f867257a8ae707f8c1c8a11dae865da52c25
2017-07-01 12:58:25 +02:00
Axel Uhl 3f92520125 only CR/LF changes due to git config change
Change-Id: I0a8649611c2ed63c772b9c37ad89b88eed5a4e96
2017-04-29 09:29:01 +02:00
Axel Uhl 732f30f14b started a fix for insufficient superclass checking in NMEA AbstractSentenceListener
Change-Id: Ic4818022cda4b2ec115076b3ed922e2528049eb7
2017-04-28 00:11:34 +02:00
Axel Uhl 5722068787 use stop() instead of setRunning(...)
Change-Id: Ia484e607c95e3d035b7cbf39d7ff8796a06136b4
2017-04-26 23:28:54 +02:00
Axel Uhl 467a7d1cb1 stop SentenceReader when reading from InputStream and EOF is reached
Change-Id: If6ee824ca27df3fb5561c3afa0809bb624e82414
2017-04-24 18:25:19 +02:00
Axel Uhl 746440cae1 using Class.isAssignableFrom for AbstractSentenceListener to improve matching accuracy
Change-Id: I6c7439be559a6f1957dd8647a8b7651cc072b89a
2017-04-21 18:37:11 +02:00
Axel Uhl bacebe129f moved examples away from net.sf.marineapi bundle to test bundle
Change-Id: I671bc0200df236d58d984a228011fd268b321d8d
2017-04-21 14:22:59 +02:00
Axel Uhl 85a94c2898 fixed warnings by introducing suppressing annotations
Change-Id: I27ba0ab92421532a7efeffd32965756a80090f0f
2017-04-21 14:08:15 +02:00
Axel Uhl 11c76efcf3 marineapi upgrade to 0.9.0
Change-Id: I044cc1adb97827e255b38f565eb9bfb53f6daa3d
2017-04-21 13:57:09 +02:00
Axel Uhl a5c95cc021 re-added NMEA MarineAPI stuff
Change-Id: Ic70c4a28ecabd3acbeb035a79816f34dae1a0675
2017-04-20 18:04:10 +02:00
Axel Uhl 5af4fd1db4 removed net.sf.marineapi and all NMEA functionality 2015-08-05 15:59:11 +02:00
Peter Siegmund c580c10f89 Merge branch 'bug2572' into android_apps 2015-01-14 17:02:18 +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
Fredrik Teschke e2a25847b0 documented backward-compatible change to parsing of NMEA sentence 2014-04-29 13:35:16 +02:00
Axel Uhl 0bb4990136 allow for NMEA messages longer than 80 characters (although the spec only allows for 80, but long decimal values may exceed this) 2014-02-16 09:25:47 +01:00
Fredrik Teschke 9f743715b6 added JSON (de)serializers for GPS fixes, IMEIs and compound documents 2014-02-02 10:22:11 +01: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
Axel Uhl d6b41f05a6 apply a waiting sleep in the NMEA SentenceReader only if the underlying stream is not ready() 2013-01-14 13:11:37 +01:00
Axel Uhl bb7e39165d made getInstance() synchronized on SentenceFactory which avoids a race condition during factory initialization 2013-01-08 20:48:42 +01:00
Axel Uhl 544caf2d84 removed accidentally commited files from bin/ directories and added corresponding .gitignore entries 2013-01-08 20:20:19 +01:00
Axel Uhl b590b8a44e made stuff public that is required by test cases 2013-01-07 18:15:10 +01:00
Axel Uhl da7a5022e9 made PositionParser public as well because it's required by the test cases 2013-01-07 14:01:15 +01:00
Axel Uhl da565bf914 made NMEA parser classes public but hid package in the OSGi manifest except for the test bundle 2013-01-07 13:30:06 +01:00
Axel Uhl 3a60d61d75 extended marineapi for proprietary WIBAT message emitted by SailTimer WindVane 2013-01-07 10:32:55 +01:00
Axel Uhl d95c025ce0 fetched marineapi-0.5 sources from SVN and put into source bundles net.sf.marineapi[.test] 2013-01-07 09:36:29 +01:00