465767342f
update copyright notice to 2021
continuous-integration/drone/push Build is passing
2021-01-30 17:35:48 +01:00
6bf976c010
add timeout configuration to asynchronous trip reader
2021-01-30 16:49:42 +01:00
b80da71014
remove future from trip reader after closing
...
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:19:53 +02:00
69f9e0124a
migrate AsyncUraTripReader to Java 11 HttpClient with custom subscriber
...
continuous-integration/drone/push Build is passing
Instead of reading the InputStream we now use a custom line subscriber
which asynchronously processes each JSON line from the response.
2020-10-14 09:29:55 +02:00
a13dd7a194
rewrite unit tests to work with WireMock instead of class manipulation
2020-05-04 18:05:08 +02:00
706ff495e2
update copyright notice to 2020
2020-05-04 14:46:40 +02:00
431de69549
typo fixes in comments and test messages [skip ci]
2019-11-04 17:55:10 +01:00
2fd8d2a87c
update copyright notice to 2019
2019-11-04 16:54:29 +01:00
4bb7c595c2
update Hamcrest library for testing
2019-10-20 11:51:34 +02:00
70144573d0
test: add 100ms initial delay before starting to assume anything
2019-06-20 15:00:13 +02:00
3a2f35047b
test: add unit test for behavior on closed streams
2019-06-02 10:03:53 +02:00
7b212abdc3
Extend unit test for async stream reader
2019-02-05 20:52:10 +01:00
90b7c5cb35
Implement stream reader for trips ( #1 )
2018-11-16 15:04:21 +01:00