Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2026

This PR contains the following updates:

Package Type Update Change
ring:ring-core managed-dependencies minor 1.8.21.15.3

Release Notes

ring-clojure/ring (ring:ring-core)

v1.15.3

Compare Source

  • Fixed reflection warnings in ring.adapter.jetty

v1.15.2

Compare Source

  • Fixed reflection warnings in ring.core.protocols
  • Fixed reflection warnings in ring.middleware.content-length

v1.15.1

Compare Source

  • Fixed bug with wrap-content-length and nil responses

v1.15.0

Compare Source

  • Functionally the same as 1.15.0-RC1

v1.14.2

Compare Source

  • Updated Apache Commons FileUpload to 2.0.0-M4 (#​529)
  • Updated Apache Commons IO to 2.19.0
  • Updated Jetty to 12.0.21

v1.14.1

Compare Source

  • Fixed reflection warning in Jetty adapter

v1.14.0

Compare Source

  • Added Jetty option :ws-idle-timeout for setting idle timeout (#​513)
  • Added Jetty options :ws-max-text-size and :ws-max-binary-size
  • Added parse-multipart-params function (#​520)
  • Updated Jetty to 12.0.18
  • The ring/ring-core library now requires Java 11+
  • The ring/ring-jetty-adapter library now requires Java 17+

v1.13.1

Compare Source

  • Fixed query-string parsing edge condition (#​524)
  • Updated Apache Commons FileUpload to 2.0.0-M2
  • Updated Apache Commons IO to 2.18.0
  • Updated Jetty to 11.0.25
  • Updated Ring-Codec to 1.3.0

v1.13.0

Compare Source

  • Added support for Unix domain sockets to Jetty adapter (#​511)
  • Added support for file response bodies to wrap-content-type (#​452)
  • Added docx extension to mimetypes (#​510)
  • Fixed wrap-not-modified to remove Content-Length header (#​509)
  • Improved session cookie secret key deprecation warning (#​413)
  • Updated ns-tracker to 1.0.0 (#​507)
  • Updated Jetty to 11.0.24
  • Updated Apache Commons IO to 2.17.0

v1.12.2

Compare Source

  • Updated Jetty to 11.0.21
  • Updated Apache Commons IO to 2.16.1

v1.12.1

Compare Source

  • Fixed Jetty adapter hanging with websockets when :async? set (#​499)

v1.12.0

Compare Source

  • Moved ring.core.protocols into its own library
  • Added support for Partitioned/CHIPS cookies (#​493)
  • Added ring.util.async/raising function (#​403)
  • Updated minimum Clojure version to 1.9.0
  • Updated Jetty to 11.0.20
  • Fixed cookie date timezone format (#​349)
  • Fixed reflection warning in temp-file multipart store (#​498)

v1.11.0

Compare Source

  • Functionally the same as 1.11.0-RC2

v1.10.0

Compare Source

  • Added :set-cookies? option to session middleware (#​456)
  • Added :max-file-size option to multipart middleware (#​476)
  • Added :max-file-count option to multipart middleware (#​476)
  • Fixed multipart middleware compile under GraalVM (#​430)
  • Updated Jetty to 9.4.51.v20230217

v1.9.6

Compare Source

  • Updated Jetty to 9.4.48.v20220622 (#​467)
  • Updated Ring-Codec to 1.2.0
  • Updated Commons-IO to 2.11.0
  • Updated Crypto-Equality to 1.0.1

v1.9.5

Compare Source

  • Updated Jetty to 9.4.44.v20210927 (#​453)
  • Improved performance of params middleware (#​446)

v1.9.4

Compare Source

  • Updated Jetty to 9.4.42.v20210604 (#​442)
  • Updated Commons-IO to 2.10.0
  • Updated Crypto-Random to 1.2.1

v1.9.3

Compare Source

  • Fixed missing arity on async OutputStream (#​436)
  • Updated Jetty to 9.4.40.v20210413

v1.9.2

Compare Source

  • Updated Jetty to 9.4.38.v20210224 (#​433)
  • Fixed reflection warning (#​432)

v1.9.1

Compare Source

  • Updated Ring-Codec dependency to 1.1.3
  • Updated Jetty to 9.4.36.v20210114

v1.9.0

Compare Source

  • Fixed automatic closing of response stream on exception (#​420)
  • Changed woff media type to font/woff & added woff2 media type (#​421)
  • Changed TTF media type to font/ttf (#​426)
  • Improved formatting in ring.middleware.stacktrace (#​391)
  • Improved performance of async responses (#​428)
  • Added :exclude-ciphers option to Jetty adapter (#​405)
  • Added :exclude-protocols option to Jetty adapter (#​405)
  • Added :ssl-context option to Jetty adapter (#​412)
  • Added :async-timeout-handler option to Jetty adapter (#​410)
  • Added :keystore-scan-interval option to Jetty adapter (#​417)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 9, 2026
@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch 7 times, most recently from 838ab5d to 9596de8 Compare January 16, 2026 19:21
@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch 21 times, most recently from 8f12d7f to 6e62b65 Compare January 18, 2026 09:56
@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch 7 times, most recently from 2f4770f to becf7cf Compare January 18, 2026 14:10
@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch from 98138f2 to 56713eb Compare January 19, 2026 00:47
@nmburgan
Copy link
Member

nmburgan commented Jan 19, 2026

This ring-core updates its dependency on commons-fileupload to commons-fileupload2-core, which removed the LimitedInputStream function. Will need to replace its usage in command.clj.

We could pin back, but a ton of the org.openvoxproject dependencies are updated to this newer version, so we should probably just fix it here. It's only used here

@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch 2 times, most recently from 61f1d27 to 16b7acb Compare January 19, 2026 16:52
@renovate renovate bot force-pushed the renovate/ring-ring-core-1.x branch from 16b7acb to b428280 Compare January 19, 2026 17:39
Commons IO 2.x replaces Commons FileUpload's LimitedInputStream with
BoundedInputStream. The callback method changes from raiseError to
onMaxLength, and the drain loop now reads from the underlying stream
directly rather than through `this`.
@github-actions
Copy link

The rpm/deb packages and the JAR file for openvoxdb are available in a zip archive:
https://github.com/OpenVoxProject/openvoxdb/actions/runs/21148240405/artifacts/5181025200

@renovate
Copy link
Contributor Author

renovate bot commented Jan 19, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@austb austb enabled auto-merge January 19, 2026 18:51
@austb austb disabled auto-merge January 19, 2026 18:51
@austb austb enabled auto-merge January 19, 2026 19:05
@austb austb merged commit 5d9f22c into main Jan 19, 2026
28 checks passed
@austb austb deleted the renovate/ring-ring-core-1.x branch January 19, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants