You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/16 14:43:41 UTC

[myfaces-tobago] branch tobago-5.x updated (5e50cd7abe -> a228c3c92d)

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

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


    from 5e50cd7abe build(deps-dev): bump @typescript-eslint/eslint-plugin in /tobago-theme (#3550)
     add a228c3c92d Tobago 5.x sb (#3562)

No new revisions were added by this update.

Summary of changes:
 README.md                                          | 25 +++++---
 .../tobago-example-demo/assembly-export.xml        | 15 ++++-
 tobago-example/tobago-example-demo/pom.xml         | 18 ++++++
 .../tobago/example/demo/BundleController.java      | 14 ++---
 .../tobago/example/demo/LocaleController.java      | 16 ++---
 .../tobago/example/demo/NavigationNode.java        |  5 --
 .../tobago/example/demo/NavigationState.java       |  8 ++-
 .../tobago/example/demo/NavigationTree.java        | 46 ++++++---------
 .../demo/SynchronizeNavigationPhaseListener.java   | 68 ----------------------
 .../example/demo/info/ActivityPhaseListener.java   | 16 ++---
 .../src/main/webapp/WEB-INF/faces-config.xml       |  1 -
 .../src/main/webapp/css/demo.css                   |  2 +
 .../tobago-example-demo/src/main/webapp/main.xhtml |  1 +
 tobago-example/tobago-example-spring-boot/pom.xml  | 12 ++++
 .../myfaces/tobago/example/spring/HelloSpring.java | 17 +-----
 .../000-intro/15-spring-boot/Spring_Boot.xhtml}    | 33 +++++------
 .../{helloWorld.xhtml => hello-spring.xhtml}       | 15 +++--
 .../main/resources/META-INF/resources/index.html   | 28 ---------
 .../main/resources/META-INF/resources/result.xhtml | 28 ---------
 .../src/main/resources/META-INF/tobago-config.xml  |  8 +--
 20 files changed, 134 insertions(+), 242 deletions(-)
 copy tobago-core/assembly-tlddoc.xml => tobago-example/tobago-example-demo/assembly-export.xml (81%)
 delete mode 100644 tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/SynchronizeNavigationPhaseListener.java
 copy tobago-example/{tobago-example-demo/src/main/webapp/content/210-browser/Browser.xhtml => tobago-example-spring-boot/src/main/resources/META-INF/resources/content/000-intro/15-spring-boot/Spring_Boot.xhtml} (59%)
 rename tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/{helloWorld.xhtml => hello-spring.xhtml} (77%)
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/index.html
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/result.xhtml