Skip to content

v5.10

Latest

Choose a tag to compare

@leif81 leif81 released this 27 Nov 00:55
· 13 commits to master since this release

NOTE: This 5.10 release is not yet available in Maven Central due to changes in how artifacts are published. Until the issue is resolved, use the JitPack repository to add this release to your Maven project -- instructions are in the README.md.

e.g.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://www.jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.open-dis</groupId>
    <artifactId>open-dis-java</artifactId>
    <version>v5.10</version>
</dependency>

What's Changed

  • Dead Reckoning DIS 7 implementation by @AleMart3 in #160
  • Fixes to AggregateStatePdu and VariableDatum length (DIS 6) by @fo-ifad in #171

Dependency updates

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #170
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #172
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #173
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #175
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #174

New Contributors

Full Changelog: v5.9...v5.10