-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathknowledge.yaml
More file actions
51 lines (50 loc) · 1.6 KB
/
Copy pathknowledge.yaml
File metadata and controls
51 lines (50 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
kcp_version: "0.21"
updated: "2026-06-20"
language: en
license: "Apache-2.0"
indexing: private
temporal:
valid_from: "2026-03-14"
signing:
scheme: ed25519
scope: this-manifest
public_key: "MCowBQYDK2VwAyEAuipgusnqU9vjf3p2yPVLD/DmERT6tBbLOqEETdxAhMU="
signature: "https://raw.githubusercontent.com/Cantara/Java-Auto-Update/master/knowledge.yaml.sig"
not_for: []
id: java-auto-update
name: Java Auto Update
version: 0.18.12-SNAPSHOT
description: |
Auto-update library and agent for long-running Java services. Polls a Maven
repository or download URL for new versions and performs rolling updates
without downtime, integrated with the Cantara Config Service.
units:
- id: update-agent
name: Update Agent
type: component
description: Version polling and update lifecycle — detects new versions and coordinates replacement.
path: src/main/java/no/cantara/jau
content_hash:
algorithm: sha256
value: ""
- id: downloader
name: Downloader
type: component
description: Artifact download and checksum verification before applying an update.
content_hash:
algorithm: sha256
value: ""
- id: process-manager
name: Process Manager
type: component
description: Service restart orchestration — graceful shutdown and re-launch of the updated JAR.
content_hash:
algorithm: sha256
value: ""
- id: config-client
name: Config Client
type: component
description: Config Service integration for retrieving update configuration and target versions.
content_hash:
algorithm: sha256
value: ""