Skip to content

Commit 9ff3b39

Browse files
committed
Adds fork for vault-java-driver
> Fork explanation > BetterCloud's 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/jopenlibs/vault-java-driver > This repo hasn't had any updates in six years, and I highly recommend migrating to Spring Vault or any current fork. Sadly, I just don't have any way of annoncing that other than issue comments. BetterCloud/vault-java-driver#245 (comment)
1 parent 65a6b66 commit 9ff3b39

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

uc/og-unofficial-definitions.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"date": "2024/11/10",
2+
"date": "2026/02/07",
33
"migration": [
44
{
55
"old": "com.jcraft:jsch",
@@ -35,6 +35,13 @@
3535
"org.assertj:assertj-core"
3636
],
3737
"context": "AssertJ is a fork of Fest and there are very few breaking changes."
38+
},
39+
{
40+
"old": "com.bettercloud:vault-java-driver",
41+
"proposal": [
42+
"io.github.jopenlibs:vault-java-driver"
43+
],
44+
"context": "BetterCloud's 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."
3845
}
3946
]
4047
}

0 commit comments

Comments
 (0)