Skip to content

DOCSP-39555: java driver sig verification #562

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 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ MongoDB Java Driver
/integrations
/compatibility
/upgrade
/validate-signatures
/legacy
View the Source <https://github.com/mongodb/mongo-java-driver>

Expand Down Expand Up @@ -155,14 +156,19 @@ Learn what changes you might need to make to your application to upgrade
driver versions in the :ref:`Upgrade Driver Versions <java-upgrade-driver>`
section.

Validate Driver Artifact Signatures
-----------------------------------

Learn about how to validate signatures of {+driver-short+} artifacts
published on Maven in the :ref:`Validate Driver Artifact Signatures <java-validate-signatures>` section.

Migrate from the Legacy API
---------------------------

Learn what changes you might need to make to your application to migrate
from the legacy API to the current API in the :ref:`Migrate from the
Legacy API <java-legacy-api>` section.


Learn
------

Expand Down
3 changes: 3 additions & 0 deletions source/validate-signatures.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. _java-validate-signatures:

.. sharedinclude:: dbx/jvm-validate-artifacts.rst
Loading