You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/02/09 16:55:03 UTC

[myfaces-tobago] branch tobago-2.x updated (de23a12 -> 979bf42)

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

hnoeth pushed a change to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from de23a12  build: fix
     add 158eb58  build: checkstyle enhancements
     add 979bf42  build: use specific tobago-2 checkstyle

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 12 ++---
 .../org/apache/myfaces/tobago/TobagoConstants.java | 14 +++++-
 .../apache/myfaces/tobago/ajax/api/AjaxUtils.java  | 24 +++++-----
 .../apache/myfaces/tobago/bean/ResourceMap.java    |  2 +-
 .../myfaces/tobago/component/ComponentUtil.java    |  3 +-
 .../myfaces/tobago/component/UIViewRoot.java       |  4 +-
 .../apache/myfaces/tobago/config/ThemeConfig.java  |  3 ++
 .../tobago/context/ResourceManagerUtil.java        | 10 +++--
 .../ValueBindingResetInputActionListener.java      |  2 +-
 .../myfaces/tobago/internal/taglib/TagUtils.java   |  6 ++-
 .../myfaces/tobago/internal/util/AccessKeyMap.java |  3 +-
 .../tobago/renderkit/html/HtmlRendererUtil.java    | 14 ++++--
 .../tobago/renderkit/html/HtmlStyleMap.java        |  5 ++-
 .../renderkit/html/util/CommandRendererHelper.java | 23 +++++-----
 .../myfaces/tobago/renderkit/util/JQueryUtils.java |  6 +--
 .../apache/myfaces/tobago/util/MessageFactory.java | 21 +++++++++
 .../org/apache/myfaces/tobago/util/StringUtil.java |  9 ++++
 .../myfaces/tobago/util/VariableResolverUtil.java  |  2 +-
 .../internal/component/AbstractUINumberSlider.java |  2 +-
 .../apache/myfaces/tobago/model/AbstractCrud.java  | 13 +++---
 .../java/org/apache/myfaces/tobago/model/Crud.java | 30 ++++++-------
 .../sandbox/standard/tag/NumberSliderRenderer.java | 52 +++++++++++-----------
 .../tobago/security/AuthorizationUtils.java        |  2 +-
 .../html/speyside/standard/tag/BoxRenderer.java    | 28 ++++++------
 24 files changed, 175 insertions(+), 115 deletions(-)