Current Implementation
Verifiers that would like to integrate the CertLogic RuleEngine as a library currently need to reference the source code directly, or compile it locally and reference their own build.
Suggested Enhancement
By publishing the compiled artefact to a public repository (e.g. as a Github Action pushing the jar to Maven Central), consumers can include the latest version without manual effort.
Expected Benefits
By using a public maven repo, it's easy for downstream dependencies to keep up to date with new feature and bugfixes without manual intervention.
Current Implementation
Verifiers that would like to integrate the CertLogic RuleEngine as a library currently need to reference the source code directly, or compile it locally and reference their own build.
Suggested Enhancement
By publishing the compiled artefact to a public repository (e.g. as a Github Action pushing the jar to Maven Central), consumers can include the latest version without manual effort.
Expected Benefits
By using a public maven repo, it's easy for downstream dependencies to keep up to date with new feature and bugfixes without manual intervention.