[haskell-http-client] Update haskell-http-client generator to Aeson 2.x#11535
[haskell-http-client] Update haskell-http-client generator to Aeson 2.x#11535mrandri19 wants to merge 2 commits intoOpenAPITools:masterfrom
Conversation
|
@mrandri19 thanks for the PR. Can you please file the PR against the latest master (the upcoming v6.0.0 release) instead? cc @jonschoning |
Thanks for anwering so fast! I have changed the base branch to Not sure why the CircleCI tests are failing though. |
|
For the CircieCI failure, please merge the latest master into branch and it should fix it. |
|
@jonschoning may I know if you've time to review this change? We will release v6.0.0 in late May and include this change if possible. |
|
sure, will review in the next couple days |
I will re-merge it in a couple days, to have all checks pass in time for the review |
|
udpated in #12309 |
Due to a denial-of-service vulnerability of
aeson-1.x, we would like to update toaeson-2.x.This PR includes the 1-line change in
Core.hsnecessary to upgradeaesonto the new version.If the PR points to the wrong branch, tell me and I will fix it.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x