79ec536876
prepare release of v0.9.1
continuous-integration/drone/push Build is passing
2021-01-03 11:48:51 +01:00
48eccedad0
introduce maven profile for dependency analysis
2021-01-03 11:44:34 +01:00
90835aea92
dependency updates
...
continuous-integration/drone/push Build is passing
Jackson 2.12, HTTPClient 4.5.13 and some test dependencies
2020-12-12 11:18:17 +01:00
4fb63f0977
prepare release 0.9.0
2020-04-29 15:24:16 +02:00
46461f482a
add coverage profile to maven project
2020-04-25 12:33:22 +02:00
d564ba9365
update dependencies and plugins for JDK 14 build environments
2020-03-29 13:01:25 +02:00
071eeda423
correclty map token meta in lookup response ( fix #34 )
2020-03-29 12:56:06 +02:00
9710d59821
prepare release of v0.8.2
2019-10-20 14:04:47 +02:00
30d426303e
add distribution profiles to POM
2019-10-20 14:04:47 +02:00
ca9da6bd0f
minor dependency updated and cleanup
2019-10-20 13:49:14 +02:00
9fedb3f88b
replace legacy JUnit 4 rule for system mock by custom helper
2019-10-20 13:48:41 +02:00
d51421cb14
update Jackson dependency to 2.10
2019-10-03 11:45:08 +02:00
ffea9bfbfe
update test environment for JDK 13 builds
2019-10-03 11:42:14 +02:00
fd749b19e5
prepare 0.8.1 release
2019-08-16 20:01:48 +02:00
0cca2de1aa
Set correct test scope for JUnit migration support lib ( fix #30 )
2019-08-16 19:59:09 +02:00
8b278f67fe
Update Jackson dependency
2019-08-16 19:54:46 +02:00
50d0b2fe56
Fix test exclusions for offline CI using JUnit tags
2019-07-27 15:07:36 +02:00
e2bb09d50f
minor dependency updates
2019-07-26 19:39:36 +02:00
4a2b40a4cf
fix Javadoc generation with JDK11+
2019-07-26 19:28:18 +02:00
7a45af8856
Update dependencies
2019-06-01 20:05:08 +02:00
4ca150a0cb
Prepare 0.8.0 release
2019-03-24 11:53:45 +01:00
17f1ee79db
Change artifact id to jvault-connector ( closes #28 )
2019-03-24 11:41:59 +01:00
3f47da6134
Do not reuse surefire forks for testing
...
The offline test messes up with the online test if executed in advance
because of the static HTTP mock. With no guaranteed execution order
all online tests may be skipped. To prevent this, run each test in its
own fork.
2019-03-22 19:10:19 +01:00
fbaa560551
Update dependencies
2019-03-22 16:49:28 +01:00
19f9a97422
Update dependencies
...
Most notable update is Jackson 2.9.8 that fixes several vulnerabilities.
Beyond that just some minor test dependency updates.
2019-01-14 20:24:40 +01:00
8287be48b9
Merge branch 'master' into develop
2018-10-05 19:41:36 +02:00
493e22e46b
Update dependencies
2018-09-09 14:43:13 +02:00
6b1211d90f
Modified test mocks for compatibility with JDK 10 build environments
2018-09-09 14:39:52 +02:00
4d46f2c6d1
Modified test mocks for compatibility with JDK 10 build environments
2018-03-28 17:39:30 +02:00
44c1a685a6
Added more details from distribution version to POM
2018-03-24 14:08:04 +01:00
b02d06f1dd
Added sources and javadoc profiles to POM
2018-03-24 14:08:00 +01:00
1a18f9f6b7
Refactored custom trusted CA strategy
...
The connector no longer stores the final SSLContext, but the trusted
X509Certificate object and creates a SSLSocketFactory as required.
2018-03-24 13:43:27 +01:00
aa2619b1b0
Bump version to 0.7.1
2018-03-17 14:01:55 +01:00
88d49bc9f7
Added automatic module name for JPMS compatibility
2018-03-15 19:54:18 +01:00
5f419e3f9b
Updated test dependencies
...
* JUnit 5.1.0
* Mockito 2.15.0
2018-02-20 19:25:44 +01:00
b2082925d5
Copy Vault data directory to temp location before each test
...
To avoid the annoying clean before each test run (because Vault data has
been modified by previous run), the data is now copied from resource
directory to temporary location.
2018-02-04 20:04:47 +01:00
38a7d4952d
Minor dependency updates
...
* httpcore 4.4.9
* httpclient 4.5.5
* jackon 2.9.4
2018-01-29 16:34:28 +01:00
50cd400ba3
Migrated tests to JUnit5 and removed PowerMock
...
* Unit tests are using JUnit Jupiter framework
* Enabled support for legacy rules for now
* Replaced PowerMock with custom ByteBuddy redefinition for the offline test
2017-11-26 18:17:13 +01:00
470dcb48ba
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.
2017-11-25 18:43:25 +01:00
ed2b9d62a3
Preparations for 0.7.0 release
2017-10-03 17:39:03 +02:00
4b14ab3f4b
Offline tests with mocked Vault server
...
Added some tests that do not require an actual Vault server to test constructors and exceptional behavior.
2017-09-25 20:39:13 +02:00
32ab9f4bb1
Updated dependencies
2017-09-24 11:39:26 +02:00
df7de5dd73
Health status query and response model implemented ( #15 )
2017-08-28 17:50:24 +02:00
23419e94f1
Preparations for 0.6.2 release
2017-08-19 12:27:20 +02:00
7ac550230f
Prevent potential NPE on SecretResponse getter
2017-08-18 16:58:33 +02:00
6b25113b9f
Bump version to 0.6.1
2017-08-02 17:50:20 +02:00
13c2cce162
Bump Jackson to 2.9.0
2017-07-31 20:46:15 +02:00
3fd74a7fd2
Jackson dependency Update
...
Updated Jackson libraries to 2.9.0.pr4 to evaluate compatibility with upcoming release
2017-07-18 11:12:56 +02:00
3794f4aac6
Preparations for 0.6.0 release
2017-05-12 12:15:35 +02:00
767c2cce91
ReadMe and dependency updates
2017-04-30 13:31:54 +02:00