-
Notifications
You must be signed in to change notification settings - Fork 22
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
Merge develop to master #506
Merged
Conversation
This file contains 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
Fix #447: Increase version to 1.5.0-SNAPSHOT
Issue/gpg signing
Align job naming
Fix #455: Correct test vectors for offline signatures
Fix for KEY_MASTER_SECRET documentation
Fix #461: Prefer Base64 Java 8 APIs over Guava
Docs: Fixed KDF definition and usage
…coordinates (#465) * Fix #464: Create a method to construct a public key based on X and Y coordinates * Fix point conversion * Simplify logic for public key import, avoid potential invalid curve attacks --------- Co-authored-by: [email protected] <[email protected]>
Add dependabot configuration
Bumps `slf4j.version` from 2.0.5 to 2.0.7. Updates `slf4j-api` from 2.0.5 to 2.0.7 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.7) Updates `slf4j-simple` from 2.0.5 to 2.0.7 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.73. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-bcprov-jdk18on-1.73
Quick documentation fix
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
….plugins-maven-surefire-plugin-3.1.2 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.1.2
romanstrobl
temporarily deployed
to
internal-publish
August 28, 2023 13:02 — with
GitHub Actions
Inactive
Fix #510: Remove references to SOAP from documentation
romanstrobl
temporarily deployed
to
internal-publish
August 29, 2023 20:48 — with
GitHub Actions
Inactive
Fix #507: Set release version to 1.5.0
romanstrobl
temporarily deployed
to
internal-publish
August 29, 2023 21:09 — with
GitHub Actions
Inactive
romanstrobl
temporarily deployed
to
internal-publish
August 30, 2023 21:41 — with
GitHub Actions
Inactive
Fix #514: Remove versions 2.0 and 2.1 from sources, cleanup 3.x versions
romanstrobl
temporarily deployed
to
internal-publish
August 30, 2023 21:46 — with
GitHub Actions
Inactive
romanstrobl
approved these changes
Aug 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved merge to master.
Merge is blocked due to my mistake with missing signature in several commits (for example 7612b7d) I'm going to bypass the branch protection for now. |
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.
Preparation for release.