This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a change to branch asf-staging-jbake in repository https://gitbox.apache.org/repos/asf/shiro-site.git.
discard 15977e1 preview 2, 2020-10-09 new 0cb376b preview 2, 2021-10-09 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 (15977e1) \ N -- N -- N refs/heads/asf-staging-jbake (0cb376b) 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. The 1 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. Summary of changes: 10-minute-tutorial.html | 55 +- about.html | 51 +- codec.html => adoption.html | 71 +-- architecture.html | 398 +++++++++++++ introduction.html => articles.html | 162 ++--- get-started.html => authentication-features.html | 112 ++-- authentication-guide.html | 41 ++ codec.html => authenticator.html | 55 +- codec.html => authorizer.html | 55 +- banner.html | 48 ++ .../2010/03/18/great-source-comments.html | 125 ++-- .../01/apache-shiro-100-incubating-released.html} | 125 ++-- ...sdforum-java-sig-apache-shiro-presentation.html | 126 ++-- ...eveloperworks-introduction-to-apache-shiro.html | 126 ++-- .../2010/09/20/san-francisco-jug-presentation.html | 126 ++-- ...shiro-becomes-an-apache-top-level-project.html} | 127 ++-- .../11/03/apache-shiro-110-released.html} | 125 ++-- ...-video-and-slide-from-sf-jug-presentation.html} | 160 +++-- .../2011/01/13/apache-shiro-support-for-mule.html | 129 ++-- ...shiro-integration-for-grails-113-released.html} | 127 ++-- ...horization-guide-with-apache-shiro-posted.html} | 127 ++-- .../2011/03/14/infoq-article-on-apache-shiro.html | 125 ++-- ...he-new-rbac-resource-based-access-control.html} | 125 ++-- .../06/30/apache-shiro-login-demo.html} | 133 ++--- blog/2012/01/24/apache-shiro-120-released.html | 329 +++++++++++ .../2012/03/13/whats-new-in-apache-shiro-12.html | 128 ++-- .../07/29/apache-shiro-121-released.html} | 147 ++--- .../05/30/apache-shiro-122-released.html} | 144 ++--- .../08/03/apache-shiro-124-released.html} | 125 ++-- .../05/26/apache-shiro-125-released.html} | 125 ++-- .../07/05/apache-shiro-126-released.html} | 125 ++-- .../07/25/apache-shiro-130-released.html} | 123 ++-- .../08/29/apache-shiro-131-released.html} | 124 ++-- .../09/09/apache-shiro-132-released.html} | 124 ++-- .../11/14/apache-shiro-140rc2-released.html} | 136 ++--- .../05/01/apache-shiro-141-released.html} | 132 ++--- .../11/18/apache-shiro-142-released.html} | 137 ++--- .../25/apache-shiro-150-released.html} | 134 ++--- .../23/apache-shiro-151-released.html} | 135 ++--- .../25/apache-shiro-152-released.html} | 136 ++--- .../03/apache-shiro-1.5.3-released.html} | 132 ++--- blog/2020/v1.6.0.html | 52 +- blog/2020/v1.7.0.html | 52 +- blog/2021/v1.7.1.html | 52 +- blog/2021/v1.8.0.html | 52 +- forums.html => cachemanager.html | 117 ++-- introduction.html => caching.html | 241 +++++--- codec.html | 51 +- introduction.html => command-line-hasher.html | 256 ++++---- forums.html => commercial-support.html | 94 +-- get-started.html => community.html | 114 ++-- codec.html => concurrency.html | 55 +- conferences.html | 43 ++ confluence-auto-export.html | 41 ++ core.html | 51 +- introduction.html => cryptography-features.html | 176 +++--- codec.html => cryptography.html | 57 +- get-started.html => developer-resources.html | 152 +++-- forums.html => developers.html | 97 +-- core.html => documentation.html | 140 +++-- download.html | 94 ++- get-started.html => events.html | 141 +++-- features.html | 53 +- feed.xml | 4 +- forums.html | 51 +- get-started.html | 51 +- get-started.html => graduation-resolution.html | 142 ++--- guice.html | 96 ++- forums.html => guides.html | 80 +-- how-to-contribute.html | 53 +- introduction.html | 53 +- web-features.html => issues.html | 96 +-- about.html => java-annotations-list.html | 67 +-- codec.html => java-annotations.html | 59 +- guice.html => jaxrs.html | 385 +++++------- get-started.html => jsp-tag-library.html | 112 ++-- license.html | 410 +++++++++++++ mailing-lists.html | 53 +- introduction.html => overview.html | 198 +++---- performing-a-release.html | 41 ++ about.html => privacy-policy.html | 82 ++- quickstart.html | 41 ++ realm.html | 657 +++++++++++++++++++++ codec.html => reference.html | 121 +++- release-archive.html | 422 +++++++------ introduction.html => security-reports.html | 231 ++++---- sessionmanager.html | 41 ++ shiro-web/index.html | 48 ++ spring-boot.html | 139 ++++- spring-framework.html | 145 ++++- spring-xml.html | 51 +- forums.html => support.html | 80 +-- tags.html | 41 ++ codec.html => team.html | 55 +- introduction.html => terminology.html | 204 ++++--- codec.html => tools.html | 70 +-- web-features.html | 51 +- web.html | 55 +- what-is-shiro.html | 257 ++++++++ 99 files changed, 7290 insertions(+), 4923 deletions(-) copy codec.html => adoption.html (81%) create mode 100644 architecture.html copy introduction.html => articles.html (59%) copy get-started.html => authentication-features.html (69%) create mode 100644 authentication-guide.html copy codec.html => authenticator.html (88%) copy codec.html => authorizer.html (88%) create mode 100644 banner.html copy forums.html => blog/2010/03/18/great-source-comments.html (62%) copy blog/{2021/v1.7.1.html => 2010/06/01/apache-shiro-100-incubating-released.html} (59%) copy forums.html => blog/2010/06/01/sdforum-java-sig-apache-shiro-presentation.html (61%) copy forums.html => blog/2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html (62%) copy forums.html => blog/2010/09/20/san-francisco-jug-presentation.html (61%) copy blog/{2021/v1.7.1.html => 2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html} (58%) copy blog/{2021/v1.7.1.html => 2010/11/03/apache-shiro-110-released.html} (59%) copy blog/{2020/v1.6.0.html => 2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html} (56%) copy forums.html => blog/2011/01/13/apache-shiro-support-for-mule.html (61%) copy blog/{2021/v1.8.0.html => 2011/02/10/apache-shiro-integration-for-grails-113-released.html} (61%) copy blog/{2021/v1.8.0.html => 2011/02/28/java-authorization-guide-with-apache-shiro-posted.html} (61%) copy forums.html => blog/2011/03/14/infoq-article-on-apache-shiro.html (62%) copy blog/{2021/v1.8.0.html => 2011/05/24/the-new-rbac-resource-based-access-control.html} (61%) copy blog/{2021/v1.7.1.html => 2011/06/30/apache-shiro-login-demo.html} (60%) create mode 100644 blog/2012/01/24/apache-shiro-120-released.html copy forums.html => blog/2012/03/13/whats-new-in-apache-shiro-12.html (62%) copy blog/{2020/v1.6.0.html => 2012/07/29/apache-shiro-121-released.html} (59%) copy blog/{2020/v1.6.0.html => 2013/05/30/apache-shiro-122-released.html} (59%) copy blog/{2021/v1.7.1.html => 2015/08/03/apache-shiro-124-released.html} (61%) copy blog/{2021/v1.7.1.html => 2016/05/26/apache-shiro-125-released.html} (61%) copy blog/{2021/v1.7.1.html => 2016/07/05/apache-shiro-126-released.html} (61%) copy blog/{2021/v1.7.1.html => 2016/07/25/apache-shiro-130-released.html} (62%) copy blog/{2021/v1.7.1.html => 2016/08/29/apache-shiro-131-released.html} (62%) copy blog/{2021/v1.7.1.html => 2016/09/09/apache-shiro-132-released.html} (61%) copy blog/{2020/v1.6.0.html => 2016/11/14/apache-shiro-140rc2-released.html} (58%) copy blog/{2020/v1.6.0.html => 2019/05/01/apache-shiro-141-released.html} (61%) copy blog/{2020/v1.6.0.html => 2019/11/18/apache-shiro-142-released.html} (61%) copy blog/2020/{v1.6.0.html => 01/25/apache-shiro-150-released.html} (62%) copy blog/2020/{v1.6.0.html => 02/23/apache-shiro-151-released.html} (62%) copy blog/2020/{v1.6.0.html => 03/25/apache-shiro-152-released.html} (62%) copy blog/2020/{v1.6.0.html => 05/03/apache-shiro-1.5.3-released.html} (62%) copy forums.html => cachemanager.html (67%) copy introduction.html => caching.html (55%) copy introduction.html => command-line-hasher.html (55%) copy forums.html => commercial-support.html (78%) copy get-started.html => community.html (69%) copy codec.html => concurrency.html (88%) create mode 100644 conferences.html create mode 100644 confluence-auto-export.html copy introduction.html => cryptography-features.html (60%) copy codec.html => cryptography.html (87%) copy get-started.html => developer-resources.html (70%) copy forums.html => developers.html (77%) copy core.html => documentation.html (70%) copy get-started.html => events.html (72%) copy get-started.html => graduation-resolution.html (71%) copy forums.html => guides.html (81%) copy web-features.html => issues.html (75%) copy about.html => java-annotations-list.html (75%) copy codec.html => java-annotations.html (82%) copy guice.html => jaxrs.html (52%) copy get-started.html => jsp-tag-library.html (72%) create mode 100644 license.html copy introduction.html => overview.html (51%) create mode 100644 performing-a-release.html copy about.html => privacy-policy.html (77%) create mode 100644 quickstart.html create mode 100644 realm.html copy codec.html => reference.html (76%) copy introduction.html => security-reports.html (54%) create mode 100644 sessionmanager.html create mode 100644 shiro-web/index.html copy forums.html => support.html (81%) create mode 100644 tags.html copy codec.html => team.html (88%) copy introduction.html => terminology.html (50%) copy codec.html => tools.html (81%) create mode 100644 what-is-shiro.html