From ceecc780de5dd8e72c51ecaa4eeb0691d49cf91a Mon Sep 17 00:00:00 2001 From: Jia Zhai Date: Mon, 6 Jul 2020 18:42:42 -0500 Subject: [PATCH] [doc] fix doc after remove bc-shaded (#7454) * fix bc doc after remove bc-shaded * Update site2/docs/security-bouncy-castle.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> Co-authored-by: Sijie Guo Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> --- site2/docs/security-bouncy-castle.md | 8 +++----- .../version-2.5.1/security-bouncy-castle.md | 7 +++---- .../version-2.5.2/security-bouncy-castle.md | 7 +++---- .../version-2.6.0/security-bouncy-castle.md | 7 +++---- .../version-2.6.1/security-bouncy-castle.md | 7 +++---- 5 files changed, 15 insertions(+), 21 deletions(-) diff --git a/site2/docs/security-bouncy-castle.md b/site2/docs/security-bouncy-castle.md index e2d2a5d6b8753..2d9ef6b6171f8 100644 --- a/site2/docs/security-bouncy-castle.md +++ b/site2/docs/security-bouncy-castle.md @@ -37,8 +37,7 @@ Pulsar module `bouncy-castle-bc`, which defined by `bouncy-castle/bc/pom.xml` co ``` -And based on Pulsar module `bouncy-castle-bc`, Pulsar shades a fat jar in module `bouncy-castle-bc-shaded` that contains needed classes of BouncyCastle non-FIPS jars. -By using this `bouncy-castle-bc-shaded` module, user can easily include and exclude BouncyCastle non-FIPS jars. +By using this `bouncy-castle-bc` module, you can easily include and exclude BouncyCastle non-FIPS jars. ### Pulsar Client and Broker dependencies on BC-non-FIPS @@ -47,7 +46,7 @@ Pulsar Client(`pulsar-client-original`) module include BouncyCastle non-FIPS jar ```xml org.apache.pulsar - bouncy-castle-bc-shaded + bouncy-castle-bc ${project.parent.version} ``` @@ -95,7 +94,7 @@ For example: ${project.groupId} - bouncy-castle-bc-shaded + bouncy-castle-bc @@ -118,4 +117,3 @@ Besides this, module `bouncy-castle-bcfips` builds contain an output with format For more example, you can reference module `bcfips-include-test` and `bcfips-nar-test`. - diff --git a/site2/website/versioned_docs/version-2.5.1/security-bouncy-castle.md b/site2/website/versioned_docs/version-2.5.1/security-bouncy-castle.md index 59965b67295bd..b8b8d5600d8ac 100644 --- a/site2/website/versioned_docs/version-2.5.1/security-bouncy-castle.md +++ b/site2/website/versioned_docs/version-2.5.1/security-bouncy-castle.md @@ -38,8 +38,7 @@ Pulsar module `bouncy-castle-bc`, which defined by `bouncy-castle/bc/pom.xml` co ``` -And based on Pulsar module `bouncy-castle-bc`, Pulsar shades a fat jar in module `bouncy-castle-bc-shaded` that contains needed classes of BouncyCastle non-FIPS jars. -By using this `bouncy-castle-bc-shaded` module, user can easily include and exclude BouncyCastle non-FIPS jars. +By using this `bouncy-castle-bc` module, user can easily include and exclude BouncyCastle non-FIPS jars. ### Pulsar Client and Broker dependencies on BC-non-FIPS @@ -48,7 +47,7 @@ Pulsar Client(`pulsar-client-original`) module include BouncyCastle non-FIPS jar ```xml org.apache.pulsar - bouncy-castle-bc-shaded + bouncy-castle-bc ${project.parent.version} ``` @@ -96,7 +95,7 @@ For example: ${project.groupId} - bouncy-castle-bc-shaded + bouncy-castle-bc diff --git a/site2/website/versioned_docs/version-2.5.2/security-bouncy-castle.md b/site2/website/versioned_docs/version-2.5.2/security-bouncy-castle.md index 147eefc5b6463..aea6d0196753a 100644 --- a/site2/website/versioned_docs/version-2.5.2/security-bouncy-castle.md +++ b/site2/website/versioned_docs/version-2.5.2/security-bouncy-castle.md @@ -38,8 +38,7 @@ Pulsar module `bouncy-castle-bc`, which defined by `bouncy-castle/bc/pom.xml` co ``` -And based on Pulsar module `bouncy-castle-bc`, Pulsar shades a fat jar in module `bouncy-castle-bc-shaded` that contains needed classes of BouncyCastle non-FIPS jars. -By using this `bouncy-castle-bc-shaded` module, user can easily include and exclude BouncyCastle non-FIPS jars. +By using this `bouncy-castle-bc` module, user can easily include and exclude BouncyCastle non-FIPS jars. ### Pulsar Client and Broker dependencies on BC-non-FIPS @@ -48,7 +47,7 @@ Pulsar Client(`pulsar-client-original`) module include BouncyCastle non-FIPS jar ```xml org.apache.pulsar - bouncy-castle-bc-shaded + bouncy-castle-bc ${project.parent.version} ``` @@ -96,7 +95,7 @@ For example: ${project.groupId} - bouncy-castle-bc-shaded + bouncy-castle-bc diff --git a/site2/website/versioned_docs/version-2.6.0/security-bouncy-castle.md b/site2/website/versioned_docs/version-2.6.0/security-bouncy-castle.md index 8a2d374db8ae6..400c4f7b8450d 100644 --- a/site2/website/versioned_docs/version-2.6.0/security-bouncy-castle.md +++ b/site2/website/versioned_docs/version-2.6.0/security-bouncy-castle.md @@ -38,8 +38,7 @@ Pulsar module `bouncy-castle-bc`, which defined by `bouncy-castle/bc/pom.xml` co ``` -And based on Pulsar module `bouncy-castle-bc`, Pulsar shades a fat jar in module `bouncy-castle-bc-shaded` that contains needed classes of BouncyCastle non-FIPS jars. -By using this `bouncy-castle-bc-shaded` module, user can easily include and exclude BouncyCastle non-FIPS jars. +By using this `bouncy-castle-bc` module, user can easily include and exclude BouncyCastle non-FIPS jars. ### Pulsar Client and Broker dependencies on BC-non-FIPS @@ -48,7 +47,7 @@ Pulsar Client(`pulsar-client-original`) module include BouncyCastle non-FIPS jar ```xml org.apache.pulsar - bouncy-castle-bc-shaded + bouncy-castle-bc ${project.parent.version} ``` @@ -96,7 +95,7 @@ For example: ${project.groupId} - bouncy-castle-bc-shaded + bouncy-castle-bc diff --git a/site2/website/versioned_docs/version-2.6.1/security-bouncy-castle.md b/site2/website/versioned_docs/version-2.6.1/security-bouncy-castle.md index 15cdb6b675b1f..e017705165e58 100644 --- a/site2/website/versioned_docs/version-2.6.1/security-bouncy-castle.md +++ b/site2/website/versioned_docs/version-2.6.1/security-bouncy-castle.md @@ -38,8 +38,7 @@ Pulsar module `bouncy-castle-bc`, which defined by `bouncy-castle/bc/pom.xml` co ``` -And based on Pulsar module `bouncy-castle-bc`, Pulsar shades a fat jar in module `bouncy-castle-bc-shaded` that contains needed classes of BouncyCastle non-FIPS jars. -By using this `bouncy-castle-bc-shaded` module, user can easily include and exclude BouncyCastle non-FIPS jars. +By using this `bouncy-castle-bc` module, user can easily include and exclude BouncyCastle non-FIPS jars. ### Pulsar Client and Broker dependencies on BC-non-FIPS @@ -48,7 +47,7 @@ Pulsar Client(`pulsar-client-original`) module include BouncyCastle non-FIPS jar ```xml org.apache.pulsar - bouncy-castle-bc-shaded + bouncy-castle-bc ${project.parent.version} ``` @@ -96,7 +95,7 @@ For example: ${project.groupId} - bouncy-castle-bc-shaded + bouncy-castle-bc