You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/14 20:31:20 UTC

[streampipes] branch check-style-enablements updated (f1c910e09 -> 9c7671c49)

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

bossenti pushed a change to branch check-style-enablements
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard f1c910e09 add checkstyle to streampipes-resource-management
 discard 79a3099b1 add checkstyle to streampipes-mail
 discard c982ceb9d add checkstyle to streampipes-user-management
 discard 5fde69f81 add checkstyle to streampipes-security-jwt
     add 18e32b900 add checkstyle to streampipes-user-management
     add 11bd7ff35 add checkstyle to streampipes-mail
     add 9c7671c49 add checkstyle to streampipes-resource-management

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f1c910e09)
            \
             N -- N -- N   refs/heads/check-style-enablements (9c7671c49)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 streampipes-security-jwt/pom.xml                        | 12 ++----------
 .../streampipes/security/jwt/JwtTokenGenerator.java     | 17 +++++++----------
 .../apache/streampipes/security/jwt/JwtTokenUtils.java  |  8 ++++----
 .../streampipes/security/jwt/JwtTokenValidator.java     |  6 +-----
 .../apache/streampipes/security/jwt/KeyGenerator.java   |  9 +++------
 .../org/apache/streampipes/security/jwt/KeyUtils.java   | 12 ++++++------
 6 files changed, 23 insertions(+), 41 deletions(-)