68 Commits

Author SHA1 Message Date
cde128cf92
release: prepare release 2.0.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-06-29 13:58:11 +02:00
14f4266cb1
build: generate and attach CycloneDX SBOM 2024-06-29 13:35:10 +02:00
65895d4167
deps: update build and test dependencies 2024-06-29 13:33:00 +02:00
47f9ad86db
deps: update jackson to 2.17.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-07 18:48:42 +02:00
38d866aaac
deps: update maven plugins and test dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-23 17:58:34 +01:00
8ee9ccb9c9
deps: update jackson to 2.17.0 2024-03-23 17:58:23 +01:00
0ab7aa8f16
prepare release 2.0.5
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-03 10:37:00 +02:00
c9acee5676
deps: update maven plugins and test dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-03 10:29:09 +02:00
21985c5cb2
deps: bump jackson-databind from 2.14.0 to 2.15.2
Some checks reported errors
continuous-integration/drone/push Build was killed
Plus some minor test dependency updates.
2023-09-08 20:47:56 +02:00
eccfe908ec
minor dependency updates
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-04-07 10:05:44 +02:00
b35e78291b
prepare release 2.0.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-21 14:54:29 +01:00
0573ed1ade
add implementation details and classpath to JAR manifest
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-21 14:05:09 +01:00
55271011b6
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.
2022-11-15 12:13:40 +01:00
c494c0c81b
deps: bump jackson-databind from 2.13.2.1 to 2.13.3
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-30 13:21:50 +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
6fd21e2a03 update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-02 15:20:23 +02:00
fe14c34b8c prepare release
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-30 17:39:53 +01:00
10c0967679 remove unused imports
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-30 16:59:47 +01:00
d3d16e22a0 minor dependency upadtes
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 17:31:11 +01:00
2374613a48 update dependency Jackson 2.12
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-12 12:24:30 +01:00
76c9e59244 remove module-info from test sources and re-enable surefire forks
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-08 17:56:35 +02:00
c2fa01ed58 bump javadoc source level to 11 2020-09-08 17:56:26 +02:00
7be56ad740 add module-info 2020-05-22 09:40:02 +02:00
10681f4eb3 bump language level to Java 11 2020-05-22 09:40:02 +02: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