-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathknowledge.yaml
More file actions
25 lines (25 loc) · 1008 Bytes
/
knowledge.yaml
File metadata and controls
25 lines (25 loc) · 1008 Bytes
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
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
- id: downloader
name: Downloader
type: component
description: Artifact download and checksum verification before applying an update.
- id: process-manager
name: Process Manager
type: component
description: Service restart orchestration — graceful shutdown and re-launch of the updated JAR.
- id: config-client
name: Config Client
type: component
description: Config Service integration for retrieving update configuration and target versions.