Read-only mirror of https://github.com/jme-admin-ch/jme-message-type-registry — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source. Catalog: https://www.opensource.admin.ch/en/softwares/18ltro https://www.opensource.admin.ch/en/softwares/18ltro
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-25 23:00:58 +00:00
.github/workflows JEAP-7322 Adapted github build workflow 2026-07-30 07:47:57 +02:00
.mvn Update dependency maven to v3.9.16 2026-05-28 09:16:02 +00:00
descriptor/jme JEAP-6510: republish JmeOrderValidatedEvent 2026-07-24 08:11:24 +02:00
schema Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
.gitignore Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
CONTRIBUTING.md Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
LICENSE Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
messagetype.template.pom.xml Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.1 2026-07-22 23:00:42 +00:00
mvnw Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
mvnw.cmd Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
pom.xml Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v40.2.0 2026-08-25 23:00:58 +00:00
publiccode.yml Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
README.md [skip ci] JEAP-7451: update documentation 2026-08-24 16:11:16 +02:00
SECURITY.md Add contributing guidelines, license, security policy, and message type registry files to get ready for OSS. 2025-12-03 10:55:46 +01:00
THIRD-PARTY-LICENSES.md Updating THIRD-PARTY-LICENSES.md 2026-08-25 01:02:56 +02:00

JME Message Type Registry

See Message Type Registry for details on the message type registry format and tooling.

This message type registry contains the message types produced or consumed by the JME example services: commands under descriptor/jme/command/ (e.g. jmecreatedeclarationcommand) and events under descriptor/jme/event/ (e.g. jmeordercreatedevent, jmeracestartedevent). Each message type is a folder with one .avdl file per published version; descriptor/jme/_common/ holds Avro definitions shared across multiple message types (e.g. DocumentReference, OrderReference). jme-message-contract-service and the various example services in this GitHub organization resolve their message schemas from this registry.

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.