[weld-commits] [weld/core] 310650: WELD-1638 EE7-related doc and example updates

GitHub noreply at github.com
Fri Apr 4 02:57:15 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 3106507b654cda0cda7f0fd8fed3c7654ede348d
      https://github.com/weld/core/commit/3106507b654cda0cda7f0fd8fed3c7654ede348d
  Author: Ron Smeral <rsmeral at redhat.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M docs/reference/src/main/docbook/en-US/Weld_-_JSR-299_Reference_Implementation.xml
    M docs/reference/src/main/docbook/en-US/beans.xml
    M docs/reference/src/main/docbook/en-US/configure.xml
    M docs/reference/src/main/docbook/en-US/decorators.xml
    M docs/reference/src/main/docbook/en-US/environments.xml
    M docs/reference/src/main/docbook/en-US/gettingstarted.xml
    M docs/reference/src/main/docbook/en-US/injection.xml
    M docs/reference/src/main/docbook/en-US/interceptors.xml
    M docs/reference/src/main/docbook/en-US/intro.xml
    M docs/reference/src/main/docbook/en-US/next.xml
    M docs/reference/src/main/docbook/en-US/part1.xml
    M docs/reference/src/main/docbook/en-US/part5.xml
    M docs/reference/src/main/docbook/en-US/ri-spi.xml
    M docs/reference/src/main/docbook/en-US/specialization.xml
    M docs/reference/src/main/docbook/en-US/weldexamples.xml
    M examples/jsf/login/src/main/resources/META-INF/persistence.xml
    M examples/jsf/login/src/main/webapp/WEB-INF/beans.xml
    M examples/jsf/login/src/main/webapp/WEB-INF/faces-config.xml
    M examples/jsf/login/src/main/webapp/WEB-INF/web.xml
    M examples/jsf/login/src/main/webapp/home.xhtml
    M examples/jsf/login/src/main/webapp/template.xhtml
    M examples/jsf/login/src/main/webapp/users.xhtml
    M examples/jsf/numberguess/src/main/webapp-wildfly-cluster/WEB-INF/web.xml
    M examples/jsf/numberguess/src/main/webapp-wildfly/WEB-INF/web.xml
    M examples/jsf/numberguess/src/main/webapp/WEB-INF/faces-config.xml
    M examples/jsf/numberguess/src/main/webapp/home.xhtml
    M examples/jsf/numberguess/src/main/webapp/template.xhtml
    M examples/jsf/pastecode/src/main/resources/META-INF/persistence.xml
    M examples/jsf/pastecode/src/main/webapp/WEB-INF/beans.xml
    M examples/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml
    M examples/jsf/pastecode/src/main/webapp/WEB-INF/web.xml
    M examples/jsf/pastecode/src/main/webapp/display.xhtml
    M examples/jsf/pastecode/src/main/webapp/help.xhtml
    M examples/jsf/pastecode/src/main/webapp/history.xhtml
    M examples/jsf/pastecode/src/main/webapp/home.xhtml
    M examples/jsf/pastecode/src/main/webapp/jsScripts.xhtml
    M examples/jsf/pastecode/src/main/webapp/pagination.xhtml
    M examples/jsf/pastecode/src/main/webapp/rightMenuDefault.xhtml
    M examples/jsf/pastecode/src/main/webapp/template.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/faces-config.xml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/categories.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/comments.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/commonViewParams.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryContent.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryList.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/otherCategories.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/singleEntry.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/layout/template.xhtml
    M examples/jsf/permalink/src/main/webapp/WEB-INF/web.xml
    M examples/jsf/permalink/src/main/webapp/category.xhtml
    M examples/jsf/permalink/src/main/webapp/entry.xhtml
    M examples/jsf/permalink/src/main/webapp/home.xhtml
    M examples/jsf/translator/ear/pom.xml
    M examples/jsf/translator/war/src/main/webapp/WEB-INF/faces-config.xml
    M examples/jsf/translator/war/src/main/webapp/WEB-INF/web.xml
    M examples/jsf/translator/war/src/main/webapp/home.xhtml
    M examples/jsf/translator/war/src/main/webapp/template.xhtml
    M examples/pom.xml

  Log Message:
  -----------
  WELD-1638 EE7-related doc and example updates

* updated old namespace http://java.sun.com to http://xmlns.jcp.org in doc and examples
* DOC:
 * added a short explanation of "JSR-299" and "JSR-346"
 * replaced EE6-spec mentions with EE7 ones (where it made sense)
 * updated a couple of outdated links (Seam, and DS "incubator")
* EXAMPLES:
 * updated maven-ear-plugin to 2.9 to allow <version>7</version>
 * updated <ejbVersion> to 3.2




More information about the weld-commits mailing list