21 Commits

Author SHA1 Message Date
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
f12e359e2a Initial commit 2016-12-24 16:52:29 +01:00