Watch
1
0
Fork
You've already forked jme-archive-type-registry
0
mirror of https://github.com/jme-admin-ch/jme-archive-type-registry.git synced 2026-08-17 13:05:04 +00:00
Read-only mirror of https://github.com/jme-admin-ch/jme-archive-type-registry — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source. Catalog: https://www.opensource.admin.ch/en/softwares/9da0hz https://www.opensource.admin.ch/en/softwares/9da0hz
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-16 23:00:45 +00:00
.github/workflows JEAP-7322 Adapted github build workflow 2026-07-30 07:47:57 +02:00
.mvn/wrapper Update dependency maven to v3.9.16 2026-07-06 06:02:24 +00:00
archive-types/jme JEAP-6500 2026-07-03 11:28:49 +02:00
.gitignore JEAP-6500 2026-07-03 11:28:49 +02:00
archivetype.template.pom.xml JEAP-7315: Add POM template file for Maven deployment 2026-07-27 14:50:02 +02:00
CONTRIBUTING.md JEAP-6500 2026-07-03 11:28:49 +02:00
LICENSE JEAP-6500 2026-07-03 11:28:49 +02:00
mvnw JEAP-6500 2026-07-03 11:28:49 +02:00
pom.xml Update All dependencies to v21 2026-08-16 23:00:45 +00:00
publiccode.yml JEAP-6500 2026-07-03 11:28:49 +02:00
README.md JEAP-6500 2026-07-03 11:28:49 +02:00
SECURITY.md JEAP-6500 2026-07-03 11:28:49 +02:00
THIRD-PARTY-LICENSES.md JEAP-6500 2026-07-03 11:28:49 +02:00

JME Archive Type Registry

Overview

The Archive Type Registry is a structured Git repository for managing archive data schemas that must remain unchanged after publication so archived data stays readable over time. Archive types are maintained per system and uniquely identified by system name, archive type name, and version. Avro is the recommended format because Java bindings can be generated from it and the Process Archive Service can validate data against the schema before storing it. The registry is checked during the Maven build and can publish Java bindings for the defined archive type versions.

Note

This repository is part of the open source distribution of jEAP. See github.com/jeap-admin-ch/jeap for more information.

License

This repository is Open Source Software licensed under the Apache License 2.0.