-
Notifications
You must be signed in to change notification settings - Fork 80
Release 6.9.6 #1478
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
Merged
Merged
Release 6.9.6 #1478
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…6973701 Version bump
Bumps org.apache.maven.scm:maven-scm-provider-gitexe from 2.1.0 to 2.2.1. --- updated-dependencies: - dependency-name: org.apache.maven.scm:maven-scm-provider-gitexe dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.scm:maven-scm-api](https://github.com/apache/maven-scm) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/apache/maven-scm/releases) - [Commits](apache/maven-scm@maven-scm-2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.scm:maven-scm-api dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `junit.version` from 5.13.4 to 6.0.0. Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `aws.version` from 2.34.1 to 2.34.7. Updates `software.amazon.awssdk:s3` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:aws-core` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:regions` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:sdk-core` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:sso` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:ssooidc` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:apache-client` from 2.34.1 to 2.34.7 Updates `software.amazon.awssdk:http-client-spi` from 2.34.1 to 2.34.7 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.34.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:aws-core dependency-version: 2.34.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:regions dependency-version: 2.34.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.34.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sso dependency-version: 2.34.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:ssooidc dependency-version: 2.34.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.34.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:http-client-spi dependency-version: 2.34.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
We were calling prepareForUse() on the sig file class which adds the file formats to a list for the signatures. The problem was that the call to droidCore.init() already calls this. This means that for every signature, we had the file format in there twice. This then meant that no signatures with corresponding container signatures were being removed from the file format list because there was always at least one signature left. This was mostly fine until now but the new signature file has a binary signature for an Android app bundle which seems to match most containers and so the API tests were failing. These tests are now passing. Sadly, the bug meant that the API skeleton suite tests were passing because none of the binary signatures were being removed for files with container signatures. This is now not happening so I've added a big list of exceptions to the tests.
This is more of the same. New skeleton files, updated signature files in the resources directories and updated constants. I do keep meaning to find out which of these hard coded signature files are needed but I don't want to now.
Fix bug with DROID API.
…rg.apache.maven.scm-maven-scm-provider-gitexe-2.2.1 Bump org.apache.maven.scm:maven-scm-provider-gitexe from 2.1.0 to 2.2.1
…rg.apache.maven.scm-maven-scm-api-2.2.1 Bump org.apache.maven.scm:maven-scm-api from 2.1.0 to 2.2.1
…rg.apache.commons-commons-lang3-3.19.0 Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
…ven/junit.version-6.0.0
…unit.version-6.0.0 Bump junit.version from 5.13.4 to 6.0.0
…ws.version-2.34.7 Bump aws.version from 2.34.1 to 2.34.7
…sig-files Update to use new sig files
Bumps `aws.version` from 2.34.7 to 2.34.8. Updates `software.amazon.awssdk:s3` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:aws-core` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:regions` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:sdk-core` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:sso` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:ssooidc` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:apache-client` from 2.34.7 to 2.34.8 Updates `software.amazon.awssdk:http-client-spi` from 2.34.7 to 2.34.8 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.34.8 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:aws-core dependency-version: 2.34.8 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:regions dependency-version: 2.34.8 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.34.8 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sso dependency-version: 2.34.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:ssooidc dependency-version: 2.34.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.34.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:http-client-spi dependency-version: 2.34.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ws.version-2.34.8 Bump aws.version from 2.34.7 to 2.34.8
sparkhi
approved these changes
Oct 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.