e8ca106037
Migrated Drone Matrix build to Multi-Machine pipeline
2018-11-13 13:49:02 +01:00
5808365777
Fixed Sonarcloud quality gate badge [skip ci]
2018-10-02 22:17:01 +02:00
9e7a2a92ee
Add JDK11 to CI configuration
2018-10-02 22:14:51 +02:00
4de8f3f073
Add Drone CI configuration
2018-08-03 19:23:39 +02:00
8631a43ed8
Add JDK10 to CI configuration
2018-08-03 17:57:42 +02: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
d5e09392ef
Client and model classes implement Serializable
2018-03-25 17:37:24 +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
v1.1.2
2018-03-24 18:15:25 +01:00
eb400b52ca
Prepare release 1.1.2
2018-03-24 18:12:43 +01:00
0e21c0d64c
Added Javadoc badge to ReadMe
...
[skip ci]
2018-03-24 11:05:21 +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
v1.1.1
2018-02-20 19:40:24 +01:00
daa84f61c5
Minor dependency updates
2018-02-20 19:32:38 +01:00
0304f6e0f4
Update copyright notice to 2018
2018-01-01 17:28:24 +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
e12775b6ae
Refactored empty-checks on result lists
2017-08-29 20:13:27 +02:00
6b0481a5e1
Encapsulated errors in IllegalStateException
...
getList() and getStops() no longer silently ignore IOExceptions and also
do not print StackTraces any more.
2017-08-29 20:13:20 +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
9ecb3763af
Add SonarCloud to Travis
2017-08-18 14:08:35 +02:00
a8fc93fb41
Model classes and input parameters declared final
...
As model classes are not designed for inheritance and about all method
parameters are already effectively final, they have been explicitly
declared final.
2017-08-04 10:12:12 +02:00
1f4bd9f411
Code style
...
Various code style improvements:
lines trimmed to 120 characters,
complete JavaDoc for public methods,
braces on multiline if-else,
fixed numbers defined as constants
2017-08-04 10:06:44 +02:00
ee1d8bd2c8
Minor ReadMe adjustments
2017-08-02 12:36:46 +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
35728fa9b1
Badges in ReadMe
2017-01-07 19:09:00 +01:00
5a93a54c64
Preparations for 1.1.0
v1.1.0
2017-01-07 18:49:27 +01:00
d7f6c34fc0
Queries for destination, towards and GPS coordinates
2017-01-07 18:33:29 +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
03e6fc0338
Javadoc corrections
2017-01-02 15:46:35 +01:00
ad147fb85f
Version 1.0.0
v1.0.0
2017-01-02 15:27:05 +01:00
3bc11bdee5
getStops() with filters
2017-01-02 15:24:35 +01:00
ef7423e4ca
Test coverage 100%
2017-01-02 15:15:53 +01:00
060fe2f6b9
Queries in subclass for concurrency
2016-12-27 20:14:46 +01:00
af8e49e53f
Travis config
2016-12-27 18:10:31 +01:00
3abb134d30
Travis
2016-12-27 17:57:43 +01:00
a0ca6698ba
ReadMe and license
2016-12-27 17:44:36 +01:00
727e7bd171
Response types checked
2016-12-27 17:29:59 +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
6ec93ba0f7
Trip fetching and model
2016-12-24 18:19:11 +01:00
f12e359e2a
Initial commit
2016-12-24 16:52:29 +01:00