SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Fat JAR bundle #41

Closed armiol closed 1 year ago

armiol commented 1 year ago

As a next step in continuous effort to run ProtoData in isolation (meaning, minimum of external dependencies, and no conflicts with Spine libraries-under-development), in this changeset a new fat JAR is now being assembled and published.

From now on, spine-validation-java-bundle:all artifact is published along with previously published artifacts. It is a no-dependency JAR containing the codegen plugin for Java code on top of ProtoData.

In subsequent PRs, this JAR will be used by modelCompiler upon configuring the ProtoData classpath instead of previously used spine-validation-java, which unfortunately had a long list of dependencies.

codecov[bot] commented 1 year ago

Codecov Report

Merging #41 (4bcae5e) into master (f215732) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #41 +/- ## ======================================== Coverage 9.02% 9.02% Complexity 46 46 ======================================== Files 62 62 Lines 1463 1463 Branches 129 129 ======================================== Hits 132 132 Misses 1317 1317 Partials 14 14 ```
armiol commented 1 year ago

@dmdashenkov @alexander-yevsyukov PTAL.