Skip to content

Commit

Permalink
Merge pull request #84 from rileynewton/maint-bump-tk-jetty-10
Browse files Browse the repository at this point in the history
(PE-36484) Bump tk-jetty to address Jetty ring handler broken function
  • Loading branch information
steveax committed Nov 30, 2023
2 parents 0fe21a4 + 22b4b65 commit 49fc290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 2.0.1
* update tk-jetty-10 to 1.0.8 to address broken ring handler getRequestCharacterEncoding() function and set default character encoding of ring handler responses to UTF-8.

## 2.0.0
* major breaking change to Jetty 10 using the trapperkeeper-webserver-jetty10 service.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -43,7 +43,7 @@

:profiles {:defaults {:dependencies [[puppetlabs/http-client]
[puppetlabs/trapperkeeper :classifier "test"]
[com.puppetlabs/trapperkeeper-webserver-jetty10 "1.0.1" :exclusions [org.ow2.asm/asm]]
[com.puppetlabs/trapperkeeper-webserver-jetty10 "1.0.8"]
[puppetlabs/kitchensink :classifier "test"]]
:resource-paths ["dev-resources"]}

Expand Down

0 comments on commit 49fc290

Please sign in to comment.