[java-idp-plugin-thymeleaf] branch main updated (3d3b598 -> 17b7b77)

Scott Cantor cantor.2 at osu.edu
Tue Feb 6 18:23:41 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a change to branch main
in repository java-idp-plugin-thymeleaf.

    from 3d3b598  Clean up module file.
     new b61cb85  Code cleanup.
     new 17b7b77  Commit extended version of Thymeleaf view resolver.

The 2 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:
 thymeleaf-impl/.checkstyle                         | 10 +++
 thymeleaf-impl/pom.xml                             | 19 +++++-
 .../idp/plugin/thymeleaf/impl/ThymeleafModule.java | 16 ++++-
 .../idp/plugin/thymeleaf/impl/ThymeleafPlugin.java | 14 ++++
 .../idp/plugin/thymeleaf/impl/package-info.java    | 18 +++++
 .../spring/impl/ChainingThymeleafViewResolver.java | 79 ++++++++++++++++++++++
 .../plugin/thymeleaf/spring/impl/package-info.java | 18 +++++
 7 files changed, 172 insertions(+), 2 deletions(-)
 create mode 100644 thymeleaf-impl/.checkstyle
 create mode 100644 thymeleaf-impl/src/main/java/net/shibboleth/idp/plugin/thymeleaf/impl/package-info.java
 create mode 100644 thymeleaf-impl/src/main/java/net/shibboleth/idp/plugin/thymeleaf/spring/impl/ChainingThymeleafViewResolver.java
 create mode 100644 thymeleaf-impl/src/main/java/net/shibboleth/idp/plugin/thymeleaf/spring/impl/package-info.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list