Tags: toon-format/toon-java
Tags
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>
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>
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>
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.