You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ alike, without causing conflicts with any other dependency.
11
11
NOTE: Although the binary artifact produced by the project is backwards-compatible with Java 8, you do need
12
12
JDK 9 or higher to modify or build the source code of this library itself.
13
13
14
+
15
+
Fork explanation
16
+
-------------------------------
17
+
BetterCloud's [vault-java-driver](https://github.com/BetterCloud/vault-java-driver) is one of the most commonly used Java clients for Hashicorp, but has had no activity or releases since December 2019. The project is not maintaining [by author](https://github.com/BetterCloud/vault-java-driver/pull/245#issuecomment-954066376).
18
+
19
+
14
20
This Change
15
21
-----------
16
22
@@ -271,6 +277,12 @@ Note that changes to the major version (i.e. the first number) represent possibl
271
277
may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
272
278
should represent non-breaking changes. The third number represents any very minor bugfix patches.
273
279
280
+
***5.2.0**: This release contains the following updates:
281
+
* Move code packages and maven groupdId from `com.bettercloud` to `io.github.jopenlibs`. [(PR #2)](https://github.com/jopenlibs/vault-java-driver/pull/2)
282
+
* Fix and refactoring data wrapping, add integration tests with the last Vault version (vault 1.11.4). [(PR #4)](https://github.com/jopenlibs/vault-java-driver/pull/4), [(PR #17)](https://github.com/jopenlibs/vault-java-driver/pull/17)
* Port the [patch of Ian Ferguson](https://github.com/BetterCloud/vault-java-driver/pull/229/files) that includes `X-Vault-Request: true` header on all requests to work with Vault Agent's w/ require_request_header set to true. [(PR #16)](https://github.com/jopenlibs/vault-java-driver/pull/16)
285
+
274
286
***5.1.0**: This release contains the following updates:
275
287
* Supports path prefixes when using K/V engine V2. [(PR #189)](https://github.com/BetterCloud/vault-java-driver/pull/189)
276
288
* Fixes issues with bulk requests in the transit API. [(PR #195)](https://github.com/BetterCloud/vault-java-driver/pull/195)
@@ -413,7 +425,7 @@ License
413
425
-------
414
426
The MIT License (MIT)
415
427
416
-
Copyright (c) 2016-2019 BetterCloud
428
+
Copyright (c) 2016-2019 BetterCloud\
417
429
Copyright (c) 2022 Java Open Source Libraries Organization (jopenlibs.github.io)
418
430
419
431
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
0 commit comments