Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dma-ais/AisLib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.2
Choose a base ref
...
head repository: dma-ais/AisLib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 11 files changed
  • 7 contributors

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    c94163c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Change visibility of certain methods to protected

    Previously, some methods of the AIS reader classes were package-private. By changing their visibility modifier to protected, subclasses in other packages can now override these methods for customization or extend their functionality. This increases the flexibility of the AIS library for diverse scenarios, while keeping encapsulation safe for the remaining codebase.
    BabisK committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    00fc3b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #91 from Darius-Wattimena/remove_unneeded_logging

    Removed unneeded debug logging of the `CommentBlockLine`
    dimitrispallas authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    37d790b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from BabisK/master

    Change visibility of certain methods to protected
    dimitrispallas authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a8cd096 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update README.md

    dimitrispallas authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    586bb08 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Bump org.json:json from 20180130 to 20231013 in /ais-lib-json

    Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20180130 to 20231013.
    - [Release notes](https://github.com/douglascrockford/JSON-java/releases)
    - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
    - [Commits](https://github.com/douglascrockford/JSON-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.json:json
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    893824e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #104 from dma-ais/dependabot/maven/ais-lib-json/or…

    …g.json-json-20231013
    
    Bump org.json:json from 20180130 to 20231013 in /ais-lib-json
    dimitrispallas authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    696b548 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    4e7e01d View commit details
    Browse the repository at this point in the history
  2. Bump com.fasterxml.jackson.core:jackson-databind in /ais-lib-json

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.5 to 2.12.7.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    78cfb71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #105 from dma-ais/dependabot/maven/ais-lib-json/co…

    …m.fasterxml.jackson.core-jackson-databind-2.12.7.1
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.9.10.5 to 2.12.7.1 in /ais-lib-json
    dimitrispallas authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9d390ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d187f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    6d6616f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from dma-ais/log4j-guava-updates

    log4j and guava updates
    dimitrispallas authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b283943 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update README.md

    Noire001 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    c933c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #108 from Noire001/master

    Update README.md to include availability on maven repository
    kvlach-ed authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9adb7fe View commit details
    Browse the repository at this point in the history
Loading