Files
hawkbit/hawkbit-artifact/hawkbit-artifact-api
Avgustin Marinov 62c76311e5 Fix some compile warnings (#2919)
* Fix some compile warnings
* Some classes made final
* JPA entities made not serializable

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2026-02-11 14:05:46 +02:00
..
2026-02-11 14:05:46 +02:00
2025-09-02 16:08:14 +03:00

hawkBit Artifact API

The module contains artifact API classes supporting following main concepts:

  • Artifact Storage - represented by the ArtifactStorage interface. It serves for artifact binary store operations
  • Artifact Encryption - represented by the ArtifactEncryptionService. It is a pluggable implementation of artifact encryption operations.
  • Artifact URL handling - represented byArtifactUrlResolver interface. It provides resolving URLs to the artifacts. The module provides a simple property based implementation (PropertyBasedArtifactUrlResolver)