150 Commits

Author SHA1 Message Date
65895d4167
deps: update build and test dependencies 2024-06-29 13:33:00 +02:00
ae2093b9fc
docs: fix some typos on javadocs 2024-05-07 18:50:58 +02:00
47f9ad86db
deps: update jackson to 2.17.1 2024-05-07 18:48:42 +02:00
c2af3a911d
docs: add changelog for v2.0.6 v2.0.6 2024-03-23 18:26:20 +01:00
6f7109f527
docs: mark v1.x as no longer supported 2024-03-23 18:25:01 +01:00
21484e2e0b
ci: update GitHub actions 2024-03-23 18:20:47 +01:00
72fbbdf91b
ci: run sonar analysis with JDK 21 2024-03-23 18:06:50 +01:00
38d866aaac
deps: update maven plugins and test dependencies 2024-03-23 17:58:34 +01:00
8ee9ccb9c9
deps: update jackson to 2.17.0 2024-03-23 17:58:23 +01:00
b99d3099ee
build and test with JDK 21 2023-10-15 17:23:12 +02:00
0ab7aa8f16
prepare release 2.0.5 v2.0.5 2023-10-03 10:37:00 +02:00
30f39f8a5b
update copyright notice 2023-10-03 10:32:14 +02:00
c9acee5676
deps: update maven plugins and test dependencies 2023-10-03 10:29:09 +02:00
21985c5cb2
deps: bump jackson-databind from 2.14.0 to 2.15.2
Plus some minor test dependency updates.
2023-09-08 20:47:56 +02:00
f551da2f2b
build and test with JDK 20 2023-04-07 10:09:31 +02:00
eccfe908ec
minor dependency updates 2023-04-07 10:05:44 +02:00
b35e78291b
prepare release 2.0.4 v2.0.4 2022-11-21 14:54:29 +01:00
591476cc60
docs: correct forStops() calls in README 2022-11-21 14:39:26 +01:00
7684b2e089
allow getMessages with limit directly from Query instance 2022-11-21 14:38:37 +01:00
406fe076f1
allow getTrips with limit directly from Query instance 2022-11-21 14:38:36 +01:00
7cb5aefb5b
ci: enable SonarQube analysis for pull requests 2022-11-21 14:38:13 +01:00
0573ed1ade
add implementation details and classpath to JAR manifest 2022-11-21 14:05:09 +01:00
55271011b6
deps: bump jackson-databind from 2.13.3 to 2.14.0
Plus some minor test dependency updates.
2022-11-15 12:13:40 +01:00
b7ae38a343
build and test with JDK 19 2022-10-13 11:48:53 +02:00
c494c0c81b
deps: bump jackson-databind from 2.13.2.1 to 2.13.3 v2.0.3 2022-08-30 13:21:50 +02:00
bb0d11d10c
test: use JRE8+ version of WireMock for offline testing v2.0.2 2022-04-13 17:48:09 +02:00
bcc47d5f05
deps: bump jackson-databind from 2.13.0 to 2.13.2.1
Plus some minor dev-dependency updates.
2022-04-13 17:48:08 +02:00
276c12abc4 readme++ v2.0.1 2021-10-02 15:29:03 +02:00
6fd21e2a03 update dependencies 2021-10-02 15:20:23 +02:00
afef896f12 migrate to GH actions for CI 2021-10-02 15:14:20 +02:00
702247a818 Merge branch 'master' into develop v2.0.0 2021-01-30 18:23:12 +01:00
cecd76ea10 JavaDoc++ 2021-01-30 18:20:21 +01:00
fe14c34b8c prepare release 2021-01-30 17:39:53 +01:00
465767342f update copyright notice to 2021 2021-01-30 17:35:48 +01:00
e723cd4096 extend unit tests for UraClientConfiguration
Timeout values are tested in different cases, but for completeness the
unit test for UraClientConfiguration checks the values now, too.
2021-01-30 17:34:40 +01:00
10c0967679 remove unused imports 2021-01-30 16:59:47 +01:00
6bf976c010 add timeout configuration to asynchronous trip reader 2021-01-30 16:49:42 +01:00
9e84d9f40d implement connection and read timeouts for synchronous requests 2021-01-30 16:49:42 +01:00
d3d16e22a0 minor dependency upadtes 2021-01-24 17:31:11 +01:00
242a371f84 Merge branch '1.x' 2020-12-12 14:06:10 +01:00
24b69a29e2 prepare release 1.3.1 v1.3.1 2020-12-12 13:50:35 +01:00
3648d2d653 build with JDK 15 2020-12-12 12:52:28 +01:00
7b8c81ab21 update dependency Jackson 2.11.3 2020-12-12 12:26:03 +01:00
2374613a48 update dependency Jackson 2.12 2020-12-12 12:24:30 +01:00
c314b0c6d4 [backport] remove future from trip reader after closing
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
b80da71014 remove future from trip reader after closing
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
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
304ab9db7a add unit tests for IOException handling 2020-10-02 11:00:12 +02:00
dc16c3ffd8 add JDK 15 to build roster 2020-10-02 10:44:55 +02:00
00d4239185 docs: update Travis CI badge 2020-09-08 18:39:47 +02:00