You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 08:27:37 UTC

[turbine-fulcrum-yaafi-crypto] tag fulcrum-yaafi-crypto-2.0.1 created (now 5dc02b2)

This is an automated email from the ASF dual-hosted git repository.

gk pushed a change to tag fulcrum-yaafi-crypto-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git.


      at 5dc02b2  (commit)
This tag includes the following new commits:

     new a8a2fae  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-1.0.7
     new 6a8a607  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-1.0.7
     new 38cf1d1  Tag 1.0.7 release
     new 39cd490  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-1.0.7
     new 645030c  Tag 1.0.7 release
     new b3fa186  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-1.0.7
     new d4f107c  Not sure why the code got duplicated within the tagged version, but I am deleting it.  Hopefully this won't impact our vote
     new e7c6c27  Update notice in the tag version
     new 864ea59  Update tagged fulcrum component poms for publishing to website
     new 586496b  Removing spaces from dev connect links introduced by script to update all poms
     new da5a3be  Duplicated properties tag
     new 864d78f  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1
     new 48a60b7  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1
     new 5dc02b2  [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[turbine-fulcrum-yaafi-crypto] 02/03: [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-yaafi-crypto-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git

commit 48a60b7df1467924c7e8c87b94d30915829cba30
Merge: 864d78f 4d1080d
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Sep 21 14:38:00 2020 +0000

    [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-2.0.1@1881901 13f79535-47bb-0310-9956-ffa450edef68

 NOTICE.txt                                         |   2 +-
 pom.xml                                            | 304 +++++++---
 src/ant/integration-test-build-pw.xml              |  69 +++
 {xdocs => src/changes}/changes.xml                 |  17 +-
 .../fulcrum/jce/crypto/CryptoParameters.java       |  28 +-
 .../fulcrum/jce/crypto/CryptoStreamFactory.java    |  19 +-
 .../jce/crypto/CryptoStreamFactoryImpl.java        | 155 ++---
 .../jce/crypto/CryptoStreamFactoryTemplate.java    | 171 ++++++
 .../org/apache/fulcrum/jce/crypto/CryptoUtil.java  | 293 +++++----
 .../apache/fulcrum/jce/crypto/PasswordFactory.java |  82 ++-
 .../fulcrum/jce/crypto/PasswordParameters.java     |  21 +-
 .../jce/crypto/SmartDecryptingInputStream.java     |  10 +-
 .../org/apache/fulcrum/jce/crypto/StreamUtil.java  |   6 +-
 .../jce/crypto/algo/CryptoStreamGCMImpl.java       | 215 +++++++
 .../jce/crypto/algo/CryptoStreamPBEImpl.java       | 242 ++++++++
 .../org/apache/fulcrum/jce/crypto/cli/CLI.java}    |  90 +--
 .../org/apache/fulcrum/jce/crypto/cli/CLI2.java    | 380 ++++++++++++
 .../jce/crypto/extended/CryptoParametersJ8.java    | 192 ++++++
 .../jce/crypto/extended/CryptoStreamFactoryJ8.java |  50 ++
 .../extended/CryptoStreamFactoryJ8Template.java    | 340 +++++++++++
 .../fulcrum/jce/crypto/extended/CryptoUtilJ8.java  | 164 +++++
 src/site/site.xml                                  |   1 +
 src/test/data/plain-simple.txt                     |   1 +
 src/test/log4j2.xml                                |  55 ++
 .../jce/crypto/CryptoUtilExplicitParamsTest.java   | 447 ++++++++++++++
 .../apache/fulcrum/jce/crypto/CryptoUtilTest.java  | 668 ++++++++++++---------
 .../org/apache/fulcrum/jce/crypto/MainTest.java    |  22 +-
 .../jce/crypto/SmartDecryptingInputStreamTest.java |  16 +-
 .../extended/CryptoUtilJ8ExplicitParamsTest.java   | 371 ++++++++++++
 .../extended/CryptoUtilJ8ParameterizedTest.java    | 388 ++++++++++++
 .../jce/crypto/extended/CryptoUtilJ8Test.java      | 357 +++++++++++
 .../fulcrum/jce/crypto/extended/Main8Test.java     | 241 ++++++++
 .../junit5/extension/SupportedTypeArguments.java   |  71 +++
 xdocs/downloads.xml                                |  16 +-
 xdocs/examples.xml                                 | 360 +++++++++++
 xdocs/index.xml                                    |  43 +-
 36 files changed, 5225 insertions(+), 682 deletions(-)

[turbine-fulcrum-yaafi-crypto] 01/03: [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-yaafi-crypto-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git

commit 864d78fad7daa43fb0a7ba76f0629dffefbf1980
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Sep 21 11:40:22 2020 +0000

    [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-2.0.1@1881889 13f79535-47bb-0310-9956-ffa450edef68

[turbine-fulcrum-yaafi-crypto] 03/03: [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-yaafi-crypto-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git

commit 5dc02b22ba2c55f8522ddb462c9ee3f6967f13e8
Merge: 48a60b7 8ae7bd3
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 22 13:35:19 2020 +0000

    [maven-release-plugin] copy for tag fulcrum-yaafi-crypto-2.0.1
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-2.0.1@1881929 13f79535-47bb-0310-9956-ffa450edef68

 .../org/apache/fulcrum/jce/crypto/cli/CLI2.java    | 66 ++++++++++---------
 .../jce/crypto/extended/CryptoParametersJ8.java    | 41 ++++++++----
 .../fulcrum/jce/crypto/extended/CryptoUtilJ8.java  |  2 +-
 .../fulcrum/jce/crypto/extended/Main8Test.java     | 73 ++++++++++++++++++++--
 4 files changed, 133 insertions(+), 49 deletions(-)