SpineEventEngine / core-java

The Java implementation of the framework core
https://spine.io
Apache License 2.0
36 stars 12 forks source link

New runtime validation #1479

Closed armiol closed 1 year ago

armiol commented 1 year ago

This PR updates mc-java and brings new runtime Validation library. Therefore, it eliminates the dependency onto spine-validate library.

Also, some build warnings were addressed, and forcing some library versions were removed as obsolete.

This changeset depends onto https://github.com/SpineEventEngine/mc-java/pull/57.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1479 (cd8b7a6) into master (c1e842e) will decrease coverage by 0.00%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1479 +/- ## ============================================ - Coverage 91.74% 91.73% -0.01% + Complexity 4971 4970 -1 ============================================ Files 627 627 Lines 15234 15234 Branches 872 872 ============================================ - Hits 13976 13975 -1 Misses 953 953 - Partials 305 306 +1 ```