-
Notifications
You must be signed in to change notification settings - Fork 80
Release DROID #1468
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 DROID #1468
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
…9612911 Version bump
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4 Bump org.apache.maven.plugins:maven-surefire-report-plugin Bump aws.version from 2.33.7 to 2.33.9 Bump openhtml.version from 1.1.30 to 1.1.31 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 Bump org.netbeans.api:org-netbeans-swing-outline
…-maven-surefire-plugin-3.5.4
…rg.apache.maven.plugins-maven-surefire-plugin-3.5.4 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
This was prompted by this issue #773 The way this works is: You set a profile.debug property to true in droid.properties This sets a spring profile called debug. This loads the DebugFileSystemIdentificationRequest instead of the usual FileSystemIdentificationRequest This delegates most methods to FileSystemIdentificationRequest. The only difference is that the WindowReader is now a DebugFileReader The DebugFileReader again delegates most methods to FileReader. For each call to createWindow, it increments the bytes read. For each call to getWindow, if the window is in the cache, it increments the cache bytes read. Then as we loop over the signatures, if isDebug is true, we output the bytes read, cache bytes read and whether there was a match. I've added the DebugFileSystemIdentificationRequest to the skeleton suite tests to make sure that it behaves the same.
Add debug mode
Bumps `log4j2.version` from 2.25.1 to 2.25.2. Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `aws.version` from 2.33.9 to 2.34.0. Updates `software.amazon.awssdk:s3` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:aws-core` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:regions` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:sdk-core` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:sso` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:ssooidc` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:apache-client` from 2.33.9 to 2.34.0 Updates `software.amazon.awssdk:http-client-spi` from 2.33.9 to 2.34.0 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.34.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:aws-core dependency-version: 2.34.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:regions dependency-version: 2.34.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.34.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sso dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:ssooidc dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:http-client-spi dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.3 to 12.1.5. - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.1.3...v12.1.5) --- updated-dependencies: - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.owasp-dependency-check-maven-12.1.5 Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
…rg.mockito-mockito-core-5.20.0 Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
…ws.version-2.34.0 Bump aws.version from 2.33.9 to 2.34.0
…rg.apache.maven.plugins-maven-compiler-plugin-3.14.1 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
…og4j2.version-2.25.2 Bump log4j2.version from 2.25.1 to 2.25.2
Bumps `aws.version` from 2.33.9 to 2.34.1. Updates `software.amazon.awssdk:s3` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:aws-core` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:regions` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:sdk-core` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:sso` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:ssooidc` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:apache-client` from 2.33.9 to 2.34.1 Updates `software.amazon.awssdk:http-client-spi` from 2.33.9 to 2.34.1 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:aws-core dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:regions dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sso dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:ssooidc dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:http-client-spi dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `log4j2.version` from 2.25.1 to 2.25.2. Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.3 to 12.1.5. - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.1.3...v12.1.5) --- updated-dependencies: - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.maven.plugins-maven-compiler-plugin-3.14.1 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
…rg.mockito-mockito-core-5.20.0 Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
…rg.glassfish.jaxb-jaxb-runtime-4.0.6 Bump org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
…og4j2.version-2.25.2 Bump log4j2.version from 2.25.1 to 2.25.2
…ws.version-2.34.1 Bump aws.version from 2.33.9 to 2.34.1
…5' into dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.12.0
…rg.apache.maven.plugins-maven-javadoc-plugin-3.12.0 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0
…rg.owasp-dependency-check-maven-12.1.5 Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
…ages-call Fix typo in help pages listener.
sparkhi
approved these changes
Sep 29, 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.