Skip to content

Tags: toon-format/toon-java

Tags

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Spec 3.0.3 (#100)

* Update the comformance test suite for 3.0.3

* Fix the regex for keyed array pattern

* Update spec version number from 3.0.1 to 3.0.3

* update pmd because warnings on build

* for better reading adding linebreak.

* pmd warning fixed.

* remove unused local var.

---------

Co-authored-by: Felipe Stanzani <stanzani@gmail.com>

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump org.junit:junit-bom from 6.0.1 to 6.0.2 in the test group (#85)

Bumps the test group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit-framework).


Updates `org.junit:junit-bom` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update CHANGELOG for version 1.0.6, adding new features and im…

…provements (#60)

v1.0.5

Toggle v1.0.5's commit message
Update version to 1.0.5 in build.gradle, CHANGELOG.md, and README.md …

…for release

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migration (#51)

* Bump actions/github-script from 6 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change settings.gradle

* update gradle wrapper

* change group var in build.gradle

* change gitHub URL in publishing.gradle

* enhance minimum test coverage from 85-90

* change package name

* change und misc.xml change for idea

* fix strange refactor artefacts in markdown code blocks

* fix strange refactor artefacts in markdown code blocks part 2

* CODE_OF_CONDUCT.md

* docs: CONTRIBUTING.md

* Update readme for the gitHub Action

* Update build workflow

* Update release workflow

* adding ci step for specs validation

* JTOON

* JTOON

* JTOON renmame in README.md

* JTOON renmame in README.md

* Update publishing.gradle

* Update repository links in CONTRIBUTING.md and README.md to reflect new GitHub organization

* Update documentation: Add new contributors, enhance contribution guidelines, and clarify project status in README.md, CHANGELOG.md, and LICENSE.md

* Update README.md to reflect new Maven Central group ID and enhance documentation structure; add FORMAT.md for TOON format specification and documentation/README.md for API details.

* Add Javadoc generation task to build.gradle for HTML documentation

* Enhance Javadoc comments across multiple classes to improve documentation clarity, including detailed parameter and return descriptions for methods in DecodeOptions, EncodeOptions, ArrayEncoder, ObjectEncoder, and others.

* Creates project Javadoc

* Moves documentation folder to docs

* Update README and docs/README to correct Javadoc links for improved accessibility

* Add project name to .idea configuration and update JDK version to 17 in misc.xml

* docs: harmonize issue templates, contributing guide, readme, etc. with other repos

* Update repository links and documentation references to reflect project renaming from JToon to toon-java

* Update Javadoc package summary and improve documentation links for consistency and clarity

* Update README to correct Javadoc link and enhance table formatting for better readability

* Fixes migration details

---------

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>
Co-authored-by: GiovanniCaggianella <giovanni.caggianella93@gmail.com>
Co-authored-by: Johann Schopplich <mail@johannschopplich.com>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from jenspapenhagen/main

Adds Jacoco rules to the project

v0.1.2

Toggle v0.1.2's commit message
Update CHANGELOG for version 0.1.2: change Java version requirement t…

…o 17, refactor JsonNormalizer for readability, and update multiple dependencies and GitHub Actions.

v0.1.1

Toggle v0.1.1's commit message
Update build.gradle version retrieval and enhance release workflow

- Changed version retrieval in build.gradle to use providers.gradleProperty for better compatibility.
- Updated GitHub Actions workflow to set the version from tags and create a gradle.properties file for version management.

v0.1.0

Toggle v0.1.0's commit message
Update GitHub Actions workflow to fetch the main branch and push chan…

…ges explicitly to origin main