-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump snakeyaml from 1.33 to 2.0 #584
Conversation
Before merging this we need to understand why they bumped the major version. From a quick glance at the release notes I didn't see any mention of breaking changes. |
There are breaking changes to the public APIs even though that is not obvious from the commits list. But they are listed here: https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes So before merging this, it will need to be regression tested. Even if we don't use any if the removed or changed public APIs in kiwi, Dropwizard uses this for parsing configuration, indirectly because The latest (as of this writing on 3/6/2023) version of For now, marking as DRAFT. |
Jackson has updated this into their baseline for their 2.15 release (which is not released at present). Here is the PR - FasterXML/jackson-dataformats-text#390 |
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
701913c
to
24bdc2c
Compare
Jackson 2.15.0 has now been released, so we should test updating both Jackson and Snakeyaml at the same time, across all our repositories, to feel confident things will be fine if we upgrade them. |
Bumps snakeyaml from 1.33 to 2.0.
Commits
c98ffba
issue 561: add negative test casee2ca740
Use Maven wrapper on github49d91a1
Fix target for github19e331d
Disable toolchain for github42c7812
Cobertura plugin does not work03c82b5
Rename GlobalTagRejectionTest to be run by Maven6e8cd89
Remove coberturad9b0f48
Improve Javadoc519791a
Run install and site goals under docker82f33d2
Merge branch 'master' into add-module-infoYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)