21 Commits

Author SHA1 Message Date
b7ce0a3c3e
update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-30 12:33:39 +02:00
24b69a29e2 prepare release 1.3.1
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-12 13:50:35 +01:00
c314b0c6d4 [backport] remove future from trip reader after closing
All checks were successful
continuous-integration/drone/push Build is passing
Future was not removed from the reader instance after close() has been
called, so re-opening was not possible. Remove the instance after
termination allows calling open() again.
2020-10-14 14:22:39 +02:00
299f9556d4 prepare release 1.3.0 2019-12-04 14:30:43 +01:00
06ce5a22cf
Merge pull request #7 from stklcode/feature/5-messages
fetch public messages from API (#5)
2019-12-04 11:59:29 +01:00
5b6c02d6a3 implement client methods for reading messages
Reading response type 2 (messages) from API with optional stop filter.
2019-11-04 18:02:59 +01:00
431de69549 typo fixes in comments and test messages [skip ci] 2019-11-04 17:55:10 +01:00
71902b072b minor dependency updates 2019-07-26 20:02:14 +02:00
e0e2547288 Prepare release 1.2.0 2019-06-20 14:37:12 +02:00
d571675a31 Preparations for release 1.1.4 2018-11-19 11:40:57 +01:00
9ff4555ce8 Add URLEncoder to query paraemters to fix issue with special chars (#4) 2018-11-17 12:19:34 +01:00
1698622fc9 Accept NULL for vehicle ID field (fix #3) 2018-11-16 11:19:45 +01:00
b9656b386a Accept direction ID as String instead if Integer (fix #2) 2018-11-16 11:04:27 +01:00
ee91f05898 Preparations for release 1.1.3 2018-11-13 13:52:15 +01:00
83e6e446ba Updated dependencies 2018-11-13 13:49:06 +01:00
d5e09392ef Client and model classes implement Serializable 2018-03-25 17:37:24 +02:00
eb400b52ca Prepare release 1.1.2 2018-03-24 18:12:43 +01:00
7e3af36e22 Added automatic module name for JPMS compatibility 2018-03-15 19:59:51 +01:00
93acfad184 Bump version to 1.1.1 2018-02-20 19:40:24 +01:00
afffaa4a6f Bundled error messages for model creation in interface 2017-08-29 20:13:28 +02:00
6fab3ab6fe POM and changelog updates 2017-05-14 10:37:32 +02:00