diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index bd38321..3f9b981 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -1,5 +1,8 @@ name: Build API Docs +permissions: + contents: write + on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2718bd..286cf95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,8 @@ name: Release on demand +permissions: + contents: write + on: workflow_dispatch: inputs: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2472957..9fdad8c 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -1,5 +1,8 @@ name: Snapshot on demand +permissions: + contents: read + on: [workflow_dispatch] jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fa127c..2cc441a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: Test +permissions: + contents: read + on: [push] jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index fbca448..fdde6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Change Log +* next on 2026-01-02 + * Update parent pom and tools.logging versions + * Release 1.3.113 on 2025-01-23 * In builders, for overloaded setters (for which we have matching properties), try to pick the "obviously better" match (using `instance?` against the property value), and only throw if we can't pick one [JDATA-25](https://clojure.atlassian.net/browse/JDATA-25). * In builders, ignore setters for which we do not have matching properties [JDATA-24](https://clojure.atlassian.net/browse/JDATA-24). @@ -21,7 +24,7 @@ * Fixes bug in `from-java-shallow` for getters returning `Boolean` (the value was not canonicalized so `false` could be truthy). * Release 1.0.78 on 2020-05-31 - * Make exception handling in shallow conversions configurable: an `:exceptions` option may be `:group`, `:omit`, `:quaify`, or `:return`. + * Make exception handling in shallow conversions configurable: an `:exceptions` option may be `:group`, `:omit`, `:qualify`, or `:return`. * Fix bug in shallow array handling. * Release 1.0.73 on 2020-05-31 diff --git a/pom.xml b/pom.xml index 6f23cd8..71d1304 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 java.data - 1.3.114-SNAPSHOT + 1.4.121-SNAPSHOT java.data https://github.com/clojure/java.data/ @@ -11,7 +11,7 @@ org.clojure pom.contrib - 1.3.0 + 1.4.0 @@ -34,7 +34,7 @@ org.clojure tools.logging - 1.3.0 + 1.3.1 test