aisutils
aisutils copied to clipboard
AIS based target tracking, event generation, free-text filtering, message archiving, and more ...
Establishes coding conventions and test patterns for GitHub Copilot to follow when generating code for this Java 21 project. ## Changes ### Java 21 Features - Pattern matching for `instanceof`...
use Java 21 features, whereever it makes sense. Help me write clean, efficient, and maintainable code. Use the latest best practices and design patterns. I prefer single-return methods. I prefer...
Implements KML export functionality to visualize vessel tracks in Google Earth, addressing a roadmap item. ## Changes - **KMLExporter class** - Exports single or multiple AIS tracks to valid KML...
Prepare release version 1.1.5 for Maven Central deployment with aismessages 4.1.0 dependency. ## Changes - **Version**: Updated from `1.1.5-SNAPSHOT` to `1.1.5` - **SCM tag**: Updated from `aisutils-1.0.0` to `aisutils-1.1.5` for...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. Release notes Sourced from com.google.guava:guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...