From 28c13c682cc46c7bb58d9adb40bbc4cabb5aae15 Mon Sep 17 00:00:00 2001 From: tcheeric Date: Sun, 4 Jan 2026 20:53:57 +0000 Subject: [PATCH] chore: update Java version requirement to 21 and bump dependencies to 0.1.1 in README.md --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 02a29e9..32a1fa9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ nsecBunker is a self-hosted daemon that provides decentralized key delegation fo ## Requirements -- Java 17 or higher +- Java 21 or higher - Maven 3.8+ or Gradle 7+ - Running nsecBunker instance @@ -38,7 +38,7 @@ nsecBunker is a self-hosted daemon that provides decentralized key delegation fo xyz.tcheeric nsecbunker-client - 0.1.0 + 0.1.1 ``` @@ -48,7 +48,7 @@ For admin operations: xyz.tcheeric nsecbunker-admin - 0.1.0 + 0.1.1 ``` @@ -186,18 +186,6 @@ mvn verify -Pquality mvn clean install -DskipTests ``` -## Project Status - -This library is under active development. - -### Phase 1: Foundation (Current) -- [x] Multi-module Maven project structure -- [x] Dependency management setup -- [x] Build plugins configuration -- [x] Code quality tools (Checkstyle, SpotBugs, PMD) -- [x] CI/CD with GitHub Actions -- [x] Documentation structure - ## Contributing Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on: @@ -214,6 +202,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Related Projects - [nsecBunker](https://github.com/kind-0/nsecbunkerd) - The nsecBunker server +- [Bottin](https://github.com/tcheeric/bottin) – NIP-05 identity registry that pairs with nsecbunker-java for persistent account and identity management. See the [Bottin integration guide](docs/integration/bottin.md) for setup details. - [nostr-java](https://github.com/tcheeric/nostr-java) - Java implementation of Nostr protocol - [NIP-46](https://github.com/nostr-protocol/nips/blob/master/46.md) - Nostr Connect specification