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: toon-format/toon-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.6
Choose a base ref
...
head repository: toon-format/toon-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.7
Choose a head ref
  • 19 commits
  • 56 files changed
  • 7 contributors

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    0fba53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d7678 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Enhance Testcoverage (#61)

    * add misc.xml to igtignore
    
    * adding test
    found bug
    
    * default @DisplayName
    
    * use emptyList inst. new ArrayList<>()
    
    * cleanup
    jenspapenhagen authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    8a5f480 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. refactor decode (#62)

    * refactoring and writing some tests
    
    * add javadoc
    Invokedzz authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    20aced1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Bump actions/checkout from 5.0.0 to 6.0.0 (#65)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    e73d344 View commit details
    Browse the repository at this point in the history
  2. Bump tools.jackson.core:jackson-databind from 3.0.2 to 3.0.3 (#64)

    Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.0.2 to 3.0.3.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tools.jackson.core:jackson-databind
      dependency-version: 3.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    f7e6fd1 View commit details
    Browse the repository at this point in the history
  3. Bump tools.jackson.module:jackson-module-afterburner from 3.0.2 to 3.…

    …0.3 (#63)
    
    Bumps [tools.jackson.module:jackson-module-afterburner](https://github.com/FasterXML/jackson-modules-base) from 3.0.2 to 3.0.3.
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-3.0.2...jackson-modules-base-3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: tools.jackson.module:jackson-module-afterburner
      dependency-version: 3.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jens Papenhagen <jens.papenhagen@web.de>
    dependabot[bot] and jenspapenhagen authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    0f778b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    e295b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1108c76 View commit details
    Browse the repository at this point in the history
  3. Testcoverage (#66)

    * Typo and Formating
    
    * adding test
    
    * remove warnings
    
    * remove warnings in test
    
    * adding badged for spec and for the License
    
    * remove full arg const. for DecodeContext
    jenspapenhagen authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    5a276f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Only count leading Spaces once in DecodeHelper (#68)

    * DecodeHelper only count leading spaces once
    
    * adding test
    
    * cleanup
    jenspapenhagen authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    4d2a20b View commit details
    Browse the repository at this point in the history
  2. test: add unit tests for special numeric value encoding (NaN, Infinit…

    …y) (#67)
    
    * test: add unit tests for NaN and Infinity encoding
    
    * move special numeric tests into JToonTest
    
    * "test: update non-finite number test"
    
    * Delete JToonSpecialNumbersTest.java
    
    * Delete JToonTest.java
    
    ---------
    
    Co-authored-by: Akash CHANDRAN <achandran@dalet.com>
    akash4chandran and Akash CHANDRAN authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    f29de38 View commit details
    Browse the repository at this point in the history
  3. replace DecodeParser (#69)

    * Remove DecodeParser
    
    * Cleanup DecodeHelper ObjectDecoder ValueDecoder
    
    * Adding Test
    
    * move to ValueDecoder
    
    * adding test to push the test coverage
    jenspapenhagen authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    aa4cee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Specs301 (#70)

    * Adding new conformance file for numbers
    
    * Adding regex for leading zero
    
    * adding test
    
    * change specs version 3.0.0 -> 3.0.1
    jenspapenhagen authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    b84956f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Bump softprops/action-gh-release from 2.4.2 to 2.5.0 (#72)

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.2 to 2.5.0.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v2.4.2...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9a2c551 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 6.0.0 to 6.0.1 (#74)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    edb1b19 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-java from 5.0.0 to 5.1.0 (#73)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    754838d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Singletone ObjectMapper (#71)

    * Use a Singleton for the ObjectMapper
    
    * cleanup up and add JavaDoc
    
    * add test
    
    * final class for the singleton
    jenspapenhagen authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    20bbc94 View commit details
    Browse the repository at this point in the history
  2. Keep Order of Fields like in the given Java Bean (#76)

    * Adding Fields Order flag tot he object mapper
    
    * add test
    
    * do not use for deserz.
    
    * fix merge conflict
    
    * remove unused imports
    jenspapenhagen authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    cfdece6 View commit details
    Browse the repository at this point in the history
Loading