Closed mend-for-github-com[bot] closed 2 months ago
Major version bump with some breaking changes that need further investigation.
Wasted at least an hour trying and failing to find the right dependency
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.55%. Comparing base (
1b055e8
) to head (4db5af8
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.
The backport to 2.x
failed:
The process '/usr/bin/git' failed with exit code 128
To backport manually, run these commands in your terminal:
# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/flow-framework/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/flow-framework/backport-2.x
# Create a new branch
git switch --create backport/backport-852-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3fd91b8fd849b4309cf88c3cb7a77ee1031c616e
# Push it to GitHub
git push --set-upstream origin backport/backport-852-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/flow-framework/backport-2.x
Then, create a pull request where the base
branch is 2.x
and the compare
/head
branch is backport/backport-852-to-2.x
.
This PR contains the following updates:
2.4.1
->3.0.1
Release Notes
aws/aws-encryption-sdk-java (com.amazonaws:aws-encryption-sdk-java)
### [`v3.0.1`](https://togithub.com/aws/aws-encryption-sdk-java/blob/HEAD/CHANGELOG.md#301-2024-06-12) ##### Fixes - Add Locale.ROOT to String uppercase conversions ([#1880](https://togithub.com/aws/aws-encryption-sdk-java/issues/1880)) ([9a9950e](https://togithub.com/aws/aws-encryption-sdk-java/commit/9a9950e880a137ed75b6c9329cbb77cbcdae7ef8)), closes [#1879](https://togithub.com/aws/aws-encryption-sdk-java/issues/1879) - Update DecryptionMaterials code to support legacy custom CMMs ([#2037](https://togithub.com/aws/aws-encryption-sdk-java/issues/2037)) ([8807d79](https://togithub.com/aws/aws-encryption-sdk-java/commit/8807d79614394ce5a05a4f356e868470aa0b0f78)) ##### Maintenance - deprecate getMasterKeyIds() in CryptoResult ([#1976](https://togithub.com/aws/aws-encryption-sdk-java/issues/1976)) ([1890ebb](https://togithub.com/aws/aws-encryption-sdk-java/commit/1890ebbd1baf40906f819a6b93ded8f936e20b50)) - **deps:** bump bcprov-jdk18on from 1.77 to 1.78.1 ([#2032](https://togithub.com/aws/aws-encryption-sdk-java/issues/2032)) ([713ca11](https://togithub.com/aws/aws-encryption-sdk-java/commit/713ca11a3f3eaf6d8b8926bf29340d30cda35b4b)) - **deps:** udpate org.bouncycastle to bcprov-jdk18on ([#1891](https://togithub.com/aws/aws-encryption-sdk-java/issues/1891)) ([32a92a9](https://togithub.com/aws/aws-encryption-sdk-java/commit/32a92a9333858cad1c40cebbc5cafc4637a81504)) - **deps:** update dependencies ([#1973](https://togithub.com/aws/aws-encryption-sdk-java/issues/1973)) ([800bd01](https://togithub.com/aws/aws-encryption-sdk-java/commit/800bd0137c53f58bae2588945dab143a4c760224)) - **Examples:** Customize KMS Client ([#2001](https://togithub.com/aws/aws-encryption-sdk-java/issues/2001)) ([e94ee85](https://togithub.com/aws/aws-encryption-sdk-java/commit/e94ee8538501f270138feab0a6138bed7ce640ea)) - fix release script ([#1912](https://togithub.com/aws/aws-encryption-sdk-java/issues/1912)) ([57e8a0b](https://togithub.com/aws/aws-encryption-sdk-java/commit/57e8a0b603c542e708aab5d04e13c2c314ec6aa5)) - **README:** update README.md ([#1940](https://togithub.com/aws/aws-encryption-sdk-java/issues/1940)) ([7a0899e](https://togithub.com/aws/aws-encryption-sdk-java/commit/7a0899e969b7b03ed73851fad44664d59d6b0bb5)) - update node version in version step ([#1959](https://togithub.com/aws/aws-encryption-sdk-java/issues/1959)) ([905385d](https://togithub.com/aws/aws-encryption-sdk-java/commit/905385d790011e2402543c6eddef400350b1229d)) - Update SUPPORT_POLICY.rst ([#1924](https://togithub.com/aws/aws-encryption-sdk-java/issues/1924)) ([57e40b5](https://togithub.com/aws/aws-encryption-sdk-java/commit/57e40b5788c80811bc3de972a48cb5b36940729d)) ### [`v3.0.0`](https://togithub.com/aws/aws-encryption-sdk-java/blob/HEAD/CHANGELOG.md#300-2023-12-06) ##### ⚠ BREAKING CHANGES - This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency. ##### Features - Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support. ([#1864](https://togithub.com/aws/aws-encryption-sdk-java/issues/1864)) ([9297e1b](https://togithub.com/aws/aws-encryption-sdk-java/commit/9297e1bad3860301bcf52b73466ec4b762e4f817)) ##### Maintenance - **CFN:** remove unused policy ([#1862](https://togithub.com/aws/aws-encryption-sdk-java/issues/1862)) ([43e078a](https://togithub.com/aws/aws-encryption-sdk-java/commit/43e078ae1a99c751dc59a354fbc2c7b70b4afd82)) - **CFN:** update CFN stack to add managed policies to ci and release role ([#1856](https://togithub.com/aws/aws-encryption-sdk-java/issues/1856)) ([64c970f](https://togithub.com/aws/aws-encryption-sdk-java/commit/64c970f11ac7e14998c8939f937feeb48eee6c66)) - **deps:** bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 ([#1717](https://togithub.com/aws/aws-encryption-sdk-java/issues/1717)) ([ec41ae2](https://togithub.com/aws/aws-encryption-sdk-java/commit/ec41ae2d492699bfbbc7d9ac477105cd2dccbabd)) - fix release script ([#1796](https://togithub.com/aws/aws-encryption-sdk-java/issues/1796)) ([3617210](https://togithub.com/aws/aws-encryption-sdk-java/commit/3617210c1e60949aacd75f3c436b3b3010d0db71)) - fix release-ci ([#1883](https://togithub.com/aws/aws-encryption-sdk-java/issues/1883)) ([92f29d0](https://togithub.com/aws/aws-encryption-sdk-java/commit/92f29d0c47e09807c46201bb2c100f2172c51294)) - **tests:** update ESDK tests to replace sun.security.\* API ([#1852](https://togithub.com/aws/aws-encryption-sdk-java/issues/1852)) ([ca4c763](https://togithub.com/aws/aws-encryption-sdk-java/commit/ca4c763fc8b6bf11df2914d37188aa5db5248042)) - update release process ([#1888](https://togithub.com/aws/aws-encryption-sdk-java/issues/1888)) ([f222462](https://togithub.com/aws/aws-encryption-sdk-java/commit/f2224626ed5bb6cdc90ee6d8f8eb61f07d3422ee)) - update the javadoc release script ([#1857](https://togithub.com/aws/aws-encryption-sdk-java/issues/1857)) ([1870a08](https://togithub.com/aws/aws-encryption-sdk-java/commit/1870a082358d59e32c60d74116d6f43c0efa466b))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.