51 Commits

Author SHA1 Message Date
251e60d66f
prepare release 1.3.3
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-21 15:46:15 +01:00
c5f13f6652
deps: bump jackson-databind from 2.13.3 to 2.14.0
All checks were successful
continuous-integration/drone/push Build is passing
Plus some minor test dependency updates.

Cherry-picked from 55271011b677b4450693d403463e86c75887e3bf
2022-11-21 15:42:24 +01:00
27d5f1b861
add implementation details and classpath to JAR manifest
Cherry-picked from 0573ed1ade96be91a724a08ea19f85e63aca8105
2022-11-21 15:41:06 +01:00
8748dd883b
allow getTrips with limit directly from Query instance
backported from commit 406fe076f1763f3757cfdd4bceb3568676679b03
2022-11-21 15:31:54 +01:00
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
7b8c81ab21 update dependency Jackson 2.11.3
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-12 12:26:03 +01:00
f2d385dada fix coverage profile 2020-05-08 16:37:35 +02:00
a13dd7a194 rewrite unit tests to work with WireMock instead of class manipulation 2020-05-04 18:05:08 +02:00
9d16a90600 jackson 2.11 + dev dependency updates 2020-05-04 14:33:06 +02:00
299f9556d4 prepare release 1.3.0 2019-12-04 14:30:43 +01:00
7d044a1f95 minor dependency updates 2019-12-04 14:19:49 +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
d1cf795106 update Jackson dependency to 2.10 2019-11-04 18:11:57 +01:00
4f3d8694e1 implement model for message responses 2019-11-04 17:15:36 +01:00
4bb7c595c2 update Hamcrest library for testing 2019-10-20 11:51:34 +02:00
ec0ceada2d Update Jackson dependency to 2.9.10 2019-10-02 20:16:27 +02:00
71902b072b minor dependency updates 2019-07-26 20:02:14 +02:00
e20baf7b11 fix Javadoc generation with JDK11+ 2019-07-26 20:02:00 +02:00
e0e2547288 Prepare release 1.2.0 2019-06-20 14:37:12 +02:00
dea83e81be add signing and distribution profiles to POM [skip ci] 2019-06-05 15:59:27 +02:00
fd45bc3db0 Update dependencies 2019-06-02 10:06:28 +02:00
8f8c335e81 Update build and test dependencies 2019-03-22 17:18:23 +01:00
0ecceca35a Merge branch 'feature/1-streamAPI' into develop 2019-02-06 14:07:59 +01:00
e9e80a4a08 update Jackson dependency to 2.9.8
prevents CVE-2018-19360 through 19362
2019-01-24 20:15:04 +01:00
d571675a31 Preparations for release 1.1.4 2018-11-19 11:40:57 +01:00
e957553e80 Bump version to 1.2.0-SNAPSHOT 2018-11-16 11:21:11 +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
c9444bbc97 Migrated tests to JUnit 5 and removed PowerMock dependency
As a replacement for the static mock of the URL class, the tests have
been rewritten using ByteBuddy to redefine the calling method.
2018-08-03 17:52:44 +02:00
0d0859bd3a Updated dependencies and Maven plugins for Java 10 build system compat 2018-08-03 16:14:22 +02:00
d12c585083 Add package-info and overview.html for enhanced Javadoc output 2018-03-25 14:40:37 +02:00
ffa8af2d5d Add sources and javadoc profile to POM 2018-03-24 18:15:25 +01: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
daa84f61c5 Minor dependency updates 2018-02-20 19:32:38 +01:00
56d482b723 Test framework migrated to Mockito/Powermock 2
This simple migration with the bare minimum of changes necessary solves
compatibility issues with Java 9 build environments and presumably makes
JaCoCo offline analysis superfluous.
2017-11-25 18:56:34 +01:00
afffaa4a6f Bundled error messages for model creation in interface 2017-08-29 20:13:28 +02:00
ca9578a4d3 JaCoCo offline analysis
As PowerMock instrumented classes (used to mock API requests here)
messes up with JaCoCo coverage analysis, Maven build is changed to
offline instrumentation.
2017-08-19 17:34:39 +02:00
4b3a255e18 Bump Jackson to 2.9.0 2017-08-02 12:31:38 +02:00
6fab3ab6fe POM and changelog updates 2017-05-14 10:37:32 +02:00
5a93a54c64 Preparations for 1.1.0 2017-01-07 18:49:27 +01:00
746696405c API V1 as default; Tests against ASEAG and TFL 2017-01-07 17:51:42 +01:00
b208a732c7 Package correction 2017-01-02 15:46:36 +01:00
ad147fb85f Version 1.0.0 2017-01-02 15:27:05 +01:00
060fe2f6b9 Queries in subclass for concurrency 2016-12-27 20:14:46 +01:00
4b6b09ce52 getTrips() tested 2016-12-27 17:15:12 +01:00
429e90c61b Minor model corrections and getStops() unit test 2016-12-27 15:12:08 +01:00