fabric-samples/token-erc-721/chaincode-java
Tatsuya Sato 385a35b744
Fix KIND cluster creation for test-network-k8s (#1375)
This PR replaces deprecated containerd registry.mirrors configuration with
config_path mode and hosts.toml, required for containerd 2.x
(KIND v0.27.0+). The old configuration prevents the CRI plugin
from loading, causing kubelet to fail on startup.

Also, this fixes CA enrollment in create_node_local_MSP() to specify
port 443 explicitly, and other minor issues, including removing
redundant throws from Java close() methods.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
Co-authored-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2026-02-09 10:16:42 +00:00
..
config/checkstyle Java erc721 token standard chaincode implementation. (#709) 2022-04-08 11:49:52 -04:00
docker Java erc721 token standard chaincode implementation. (#709) 2022-04-08 11:49:52 -04:00
gradle/wrapper Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
src Fix KIND cluster creation for test-network-k8s (#1375) 2026-02-09 10:16:42 +00:00
build.gradle Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
Dockerfile Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
gradlew Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
gradlew.bat Support Java 25 (#1352) 2025-10-06 12:26:52 -04:00
settings.gradle added fixes to documentation and readmes + small fix to erc721 and erc 20 java chaincode gradle.settings (#773) 2022-06-21 17:40:25 -04:00