[weld-commits] [weld/core] a5b66d: WELD-2495 Make example compileable on JDK 10, use ...

GitHub noreply at github.com
Mon Jul 23 08:37:32 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: a5b66d27f2995cb93afa31adbca118df6d07af54
      https://github.com/weld/core/commit/a5b66d27f2995cb93afa31adbca118df6d07af54
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M environments/se/core/pom.xml
    M examples/jsf/pastecode/pom.xml
    M examples/pom.xml
    M examples/se/groovy-numberguess/pom.xml
    M pom.xml

  Log Message:
  -----------
  WELD-2495 Make example compileable on JDK 10, use gmavenplus-plugin for groovy compilation.


  Commit: 242f1429c6cff8ae14faef3a38fbba7cc23d41a5
      https://github.com/weld/core/commit/242f1429c6cff8ae14faef3a38fbba7cc23d41a5
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M docs/reference/src/main/asciidoc/environments.asciidoc
    M examples/README.md
    M examples/jsf/login/src/ftest/java/org/jboss/weld/examples/login/ftest/CommonLoginTest.java
    M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/EJBUserManager.java
    M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/ManagedBeanUserManager.java
    M examples/jsf/login/src/main/webapp/users.xhtml
    M examples/jsf/numberguess/README.md
    M examples/jsf/pastecode/README.md
    M examples/jsf/pastecode/pom.xml
    R examples/jsf/permalink/README.md
    R examples/jsf/permalink/pom.xml
    R examples/jsf/permalink/src/ftest/java/org/jboss/weld/examples/permalink/ftest/Deployments.java
    R examples/jsf/permalink/src/ftest/java/org/jboss/weld/examples/permalink/ftest/PermalinkTest.java
    R examples/jsf/permalink/src/ftest/resources/arquillian.xml
    R examples/jsf/permalink/src/log/resources/log4j.xml
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Blog.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/BlogEntry.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/BlogEntryRepository.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Comment.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/CommentBoard.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Repository.java
    R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Users.java
    R examples/jsf/permalink/src/main/webapp-tomcat/META-INF/context.xml
    R examples/jsf/permalink/src/main/webapp-tomcat/WEB-INF/web.xml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/beans.xml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/faces-config.xml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/categories.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/comments.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/commonViewParams.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryContent.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryList.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/otherCategories.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/singleEntry.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/layout/template.xhtml
    R examples/jsf/permalink/src/main/webapp/WEB-INF/web.xml
    R examples/jsf/permalink/src/main/webapp/category.xhtml
    R examples/jsf/permalink/src/main/webapp/css/legacy.css
    R examples/jsf/permalink/src/main/webapp/css/style.css
    R examples/jsf/permalink/src/main/webapp/entry.xhtml
    R examples/jsf/permalink/src/main/webapp/favicon.ico
    R examples/jsf/permalink/src/main/webapp/home.xhtml
    R examples/jsf/permalink/src/main/webapp/img/bodybg.gif
    R examples/jsf/permalink/src/main/webapp/img/headerbg.gif
    R examples/jsf/permalink/src/main/webapp/img/rss.gif
    R examples/jsf/permalink/src/main/webapp/img/search.png
    R examples/jsf/permalink/src/main/webapp/img/searchbg.gif
    R examples/jsf/permalink/src/main/webapp/img/technorati.gif
    R examples/jsf/permalink/src/main/webapp/img/wgradient.png
    R examples/jsf/permalink/src/main/webapp/img/wrapper.gif
    R examples/jsf/permalink/src/main/webapp/index.html
    M examples/jsf/translator/README.md
    R examples/osgi/README.md
    R examples/osgi/paint-api/pom.xml
    R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/Shape.java
    R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/ShapeContainer.java
    R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/ShapeProvider.java
    R examples/osgi/paint-api/src/main/resources/META-INF/beans.xml
    R examples/osgi/paint-api/src/main/resources/META-INF/weld-osgi-paint-api.bnd
    R examples/osgi/paint-core/pom.xml
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/App.java
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/Circle.java
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/CircleShape.java
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/CircleShapeProvider.java
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/gui/PaintFrame.java
    R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/gui/ShapeComponent.java
    R examples/osgi/paint-core/src/main/resources/META-INF/beans.xml
    R examples/osgi/paint-core/src/main/resources/META-INF/weld-osgi-paint-core.bnd
    R examples/osgi/paint-core/src/main/resources/org/jboss/weld/examples/osgi/paint/circle/circle.png
    R examples/osgi/paint-square/pom.xml
    R examples/osgi/paint-square/src/main/java/org/jboss/weld/examples/osgi/paint/square/Square.java
    R examples/osgi/paint-square/src/main/java/org/jboss/weld/examples/osgi/paint/square/SquareShapeProvider.java
    R examples/osgi/paint-square/src/main/resources/META-INF/beans.xml
    R examples/osgi/paint-square/src/main/resources/META-INF/weld-osgi-paint-square.bnd
    R examples/osgi/paint-square/src/main/resources/org/jboss/weld/examples/osgi/paint/square/square.png
    R examples/osgi/paint-triangle/pom.xml
    R examples/osgi/paint-triangle/src/main/java/org/jboss/weld/examples/osgi/paint/triangle/Triangle.java
    R examples/osgi/paint-triangle/src/main/java/org/jboss/weld/examples/osgi/paint/triangle/TriangleShapeProvider.java
    R examples/osgi/paint-triangle/src/main/resources/META-INF/beans.xml
    R examples/osgi/paint-triangle/src/main/resources/META-INF/weld-osgi-paint-triangle.bnd
    R examples/osgi/paint-triangle/src/main/resources/org/jboss/weld/examples/osgi/paint/triangle/triangle.png
    R examples/osgi/pom.xml
    M examples/pom.xml
    R examples/se/hello-world/README.md
    R examples/se/hello-world/pom.xml
    R examples/se/hello-world/src/etc/header.txt
    R examples/se/hello-world/src/main/java/org/jboss/weld/environment/se/example/simple/CommandLineArgsValidator.java
    R examples/se/hello-world/src/main/java/org/jboss/weld/environment/se/example/simple/HelloWorld.java
    R examples/se/hello-world/src/main/resources/META-INF/beans.xml
    R examples/se/hello-world/src/main/resources/log4j.properties
    R examples/webstart/README.md
    R examples/webstart/pom.xml
    R examples/webstart/src/main/jnlp/template.vm
    R examples/webstart/src/main/webapp/WEB-INF/web.xml
    R examples/webstart/src/main/webapp/index.html

  Log Message:
  -----------
  WELD-2495 Removal of outdated/unmanaged examples, maintenance of those we want to keep.
Remove webstart from examples.
Remove SE hello-world; the example is way too trivial
Modify JSF Login sample.
Update deps in pastecode example, remove eclipse part from README.
Remove JSF permalink example.
Remove OSGi sample, update docs to point directly to Pax CDI repo with samples.
Reflect changes in parent README, update translator example README.
Minor updates to JSF numberguess for WFLY servlet version.


  Commit: a5ae2948d17da252076339fdef56918b25d4fb78
      https://github.com/weld/core/commit/a5ae2948d17da252076339fdef56918b25d4fb78
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M examples/README.md
    M examples/jsf/login/README.md
    M examples/jsf/login/pom.xml
    M examples/jsf/login/src/ftest/resources/arquillian.xml
    M examples/jsf/login/src/main/webapp/users.xhtml
    M examples/jsf/numberguess/README.md
    M examples/jsf/numberguess/pom.xml
    M examples/jsf/numberguess/src/ftest/resources/arquillian.xml
    M examples/jsf/pastecode/README.md
    M examples/jsf/pastecode/pom.xml
    M examples/jsf/pastecode/src/ftest/resources/arquillian.xml
    M examples/jsf/translator/README.md
    M examples/jsf/translator/ftest/pom.xml
    M examples/jsf/translator/ftest/src/ftest/resources/arquillian.xml
    M examples/pom.xml

  Log Message:
  -----------
  WELD-2495 Make the examples WFLY version agnostic (remove references to v8).


  Commit: e8c80ad2419f67bd0b27406a0793a3a1c3712525
      https://github.com/weld/core/commit/e8c80ad2419f67bd0b27406a0793a3a1c3712525
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M examples/se/numberguess/README.md
    M examples/se/numberguess/pom.xml

  Log Message:
  -----------
  WELD-2495 Numberguess SE README correction and pom version update.


Compare: https://github.com/weld/core/compare/ebbaf819757d...e8c80ad2419f
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the weld-commits mailing list