You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/05/14 14:28:04 UTC

[shiro] branch single-spring-1-8 updated (639a498 -> 9f8e5c6)

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

bdemers pushed a change to branch single-spring-1-8
in repository https://gitbox.apache.org/repos/asf/shiro.git.


 discard 639a498  Configure japicmp to work with new single spring boot starter
 discard e3010e1  Combine Spring Boot starters (web and non-web) into single module
     add e3f87cd  Use Jenkins matrix build config from main
     add d9426f5  Reduce jenkins matrix build to previously run JDK configs
     add 4a62161  Remove snapshot updates from jenkins.groovy
     add d1c248b  Replace Java 14 with 16 in the 1.8 branch build
     add a9f646d  Reverted Java 16 build back to 14
     add 358397b  Merge pull request #299 from apache/jenkins-matrix-1.8
     add ce743aa  Combine Spring Boot starters (web and non-web) into single module
     add 9f8e5c6  Configure japicmp to work with new single spring boot starter

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   (639a498)
            \
             N -- N -- N   refs/heads/single-spring-1-8 (9f8e5c6)

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:
 .jenkins.groovy   | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Jenkinsfile       | 181 ----------------------------------------------------
 Jenkinsfile-jdk11 | 169 -------------------------------------------------
 Jenkinsfile-jdk14 | 169 -------------------------------------------------
 4 files changed, 186 insertions(+), 519 deletions(-)
 create mode 100644 .jenkins.groovy
 delete mode 100644 Jenkinsfile
 delete mode 100644 Jenkinsfile-jdk11
 delete mode 100644 Jenkinsfile-jdk14