Files
jackson-jq/jackson-jq.changes
Fridrich Strba 46f84f83ce Accepting request 1290562 from home:urbic:branches:Java:packages
- Update to v1.3.0
  * What's Changed
    + pick: add pick/1 function
    + build(deps): upgrade dependencies and maven plugins
    + ci: install missing jq-1.7 that is required for testing
    + build(deps): bump actions/setup-java from 4.5.0 to 4.7.1

OBS-URL: https://build.opensuse.org/request/show/1290562
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jackson-jq?expand=0&rev=3
2025-07-08 08:17:47 +00:00

48 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 4 01:00:03 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.3.0
* What's Changed
+ pick: add pick/1 function
+ build(deps): upgrade dependencies and maven plugins
+ ci: install missing jq-1.7 that is required for testing
+ build(deps): bump actions/setup-java from 4.5.0 to 4.7.1
-------------------------------------------------------------------
Tue Jan 14 23:45:35 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.2.0
* What's Changed
+ feat: Add fromdateiso8601 and todateiso8601
+ fix: throw on fractional values with fromdateiso8601
+ [Fix #381] Fixing null pointer
+ Add test cases for #382, #379, and #380
+ build(deps): bump actions/setup-java from 4.4.0 to 4.5.0
+ build(deps): bump actions/checkout from 4.2.1 to 4.2.2
+ build(deps): bump com.fasterxml.jackson:jackson-bom from
2.18.0 to 2.18.2
+ build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3
+ build(deps): bump
org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to
3.11.2
+ build(deps): bump
org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to
3.5.2
- Update tp v1.1.0
* What's Changed
+ add end-to-end test for custom function
+ [Fix_#221] Add Supplier to scope
- Update tp v1.0.1
* What's Changed
+ Upgrade to jackson 2.18.0
+ build(deps): bump actions/setup-java from 4.0.0 to 4.4.0
+ build(deps): bump actions/checkout from 4.1.1 to 4.2.1
+ Upgrade to junit 5.11.2
+ build: upgrade maven plugins
+ build: upgrade test dependencies and commons-cli
-------------------------------------------------------------------
Wed May 11 02:14:57 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v0.0.13