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/11/23 15:16:24 UTC

[myfaces-tobago] branch t5_selectMany updated (27aaec0ed9 -> e94cc50f9f)

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

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


    from 27aaec0ed9 Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany
     add 550da206b3 fix(links): vertical mode
     add 486a2bd42c feat: open-liberty maven profile
     add 008001b494 build(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 (#3439)
     add 4dbd6c9fc4 build(deps): bump dependency-check-maven from 7.3.1 to 7.3.2 (#3440)
     new e94cc50f9f Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

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:
 pom.xml                                            |  4 +-
 .../internal/renderkit/renderer/LinksRenderer.java |  4 +-
 tobago-example/pom.xml                             | 55 ++++++++++++++++++++++
 tobago-example/tobago-example-demo/pom.xml         |  5 --
 .../25-links/Link_Group.test.js}                   | 11 +++--
 .../content/040-command/25-links/Link_Group.xhtml  | 14 +++---
 .../test/{resources => liberty/config}/server.xml  | 38 +++++++--------
 7 files changed, 91 insertions(+), 40 deletions(-)
 copy tobago-example/tobago-example-demo/src/main/webapp/content/{900-test/3000-sheet/20-sheet-column-width/Sheet_Column_Width.test.js => 040-command/25-links/Link_Group.test.js} (65%)
 copy tobago-example/tobago-example-demo/src/test/{resources => liberty/config}/server.xml (60%)


[myfaces-tobago] 01/01: Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e94cc50f9f90c5a4d391a64e193fbaec02def16d
Merge: 27aaec0ed9 4dbd6c9fc4
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Nov 23 16:16:12 2022 +0100

    Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

 pom.xml                                            |  4 +-
 .../internal/renderkit/renderer/LinksRenderer.java |  4 +-
 tobago-example/pom.xml                             | 55 ++++++++++++++++++++++
 tobago-example/tobago-example-demo/pom.xml         |  5 --
 .../040-command/25-links/Link_Group.test.js        | 30 ++++++++++++
 .../content/040-command/25-links/Link_Group.xhtml  | 14 +++---
 .../src/test/liberty/config/server.xml             | 37 +++++++++++++++
 7 files changed, 133 insertions(+), 16 deletions(-)