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

lprimak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


    from 95ce2a3d3 Merge branch 'main' into 3.x
     add 6d2d3a7fa pre-commit: add markdown-link-check (#2519)
     add 37aa220ad Fix typos in java integration-tests for jakarta-ee (#2520)
     add 345301789 chore: regenerate ignored words list `codespell.txt` (#2521)
     add 298f5b458 Enable markdown-lint rule MD034 (#2522)
     add fb55af209 markdown-lint: set line length to 180 (#2523)
     add 565c6e479 chore: fix typos in Java tests (#2524)
     add 51fb536b0 chore: standardize markdown heading underlines (#2525)
     add 52892a079 chore: fix spelling / word casing in java docs (#2526)
     add d78fb212e yamllint enable rule checking for comments (#2527)
     add 8c22be8d3 [#2489] Add CITATION.cff for Apache Shiro (#2518)
     add e246cb9a8 gha: actions/checkout set `persist-credentials: false` 
(#2532)
     add 483e54629 chore: remove unneeded duplicate words in java docs (#2531)
     add 7ac5c446e gha: pr labeler label more file types (#2530)
     add 5a2759b25 Add official pre-commit hook pretty-format-json (#2529)
     add 78838bea1 yamllint add rule checking for braces and brackets (#2528)
     new b65b28dc0 Merge branch 'main' into 3.x

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:
 .github/labeler.yml                                   | 19 +++++++++++++++++++
 .github/linters/.markdown-lint.yml                    |  6 ++----
 .github/linters/.yaml-lint.yml                        | 13 ++++++++++---
 .github/linters/codespell.txt                         |  1 -
 .github/linters/mlc_config.json                       |  7 +++++++
 .github/workflows/codeql.yml                          |  2 ++
 .github/workflows/dependency-review.yml               |  2 ++
 .github/workflows/maven.yml                           |  4 ++++
 .github/workflows/pre-commit.yml                      |  2 ++
 .pre-commit-config.yaml                               | 12 ++++++++++++
 .github/linters/.yaml-lint.yml => CITATION.cff        | 19 ++++++++-----------
 CONTRIBUTING.md                                       |  8 +++++---
 README.md                                             |  5 +++--
 .../src/main/java/org/apache/shiro/SecurityUtils.java |  2 +-
 .../java/org/apache/shiro/authc/package-info.java     |  2 +-
 .../apache/shiro/authz/annotation/RequiresRoles.java  |  2 +-
 .../org/apache/shiro/mgt/SessionsSecurityManager.java |  2 +-
 core/src/main/java/org/apache/shiro/realm/Realm.java  |  4 ++--
 .../shiro/testing/cdi/ComponentInjectionBean.java     |  2 +-
 .../shiro/testing/cdi/ComponentInjectionIT.java       |  4 ++--
 samples/spring-mvc/README.md                          |  3 ++-
 samples/spring/README.md                              |  3 ++-
 .../apache/shiro/cdi/AnnotatedTypeWrapperTest.java    |  6 +++---
 .../additional-spring-configuration-metadata.json     |  1 -
 24 files changed, 92 insertions(+), 39 deletions(-)
 create mode 100644 .github/linters/mlc_config.json
 copy .github/linters/.yaml-lint.yml => CITATION.cff (79%)

Reply via email to