[weld-commits] [weld/core] 978228: WELD-1413 Fix warning about invalid beans.xml

GitHub noreply at github.com
Tue May 14 04:43:23 EDT 2013


  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: 97822834005298f309d26bd1095a46d43c7912cd
      https://github.com/weld/core/commit/97822834005298f309d26bd1095a46d43c7912cd
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/xml/BeansXmlHandler.java

  Log Message:
  -----------
  WELD-1413 Fix warning about invalid beans.xml

Actually it's not possible to identify the validation error correctly.
Instead we check SAXParseException#getMessage() to start with "cvc-elt"
code and contain root element name (previously the whole localized
message was matched).


  Commit: ec4e63770b6d54bae8050d4cb3268c455b45f277
      https://github.com/weld/core/commit/ec4e63770b6d54bae8050d4cb3268c455b45f277
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    M examples/jsf/numberguess/README.md
    M examples/jsf/numberguess/pom.xml
    M examples/jsf/numberguess/src/main/java/org/jboss/weld/examples/numberguess/Game.java
    M examples/jsf/numberguess/src/main/java/org/jboss/weld/examples/numberguess/Generator.java
    M examples/jsf/permalink/README.md
    M examples/jsf/permalink/pom.xml
    M examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/BlogEntryRepository.java
    M examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Comment.java
    M examples/pom.xml

  Log Message:
  -----------
  WELD-1317 Fix Tomcat instructions
- also replace org.codehaus.mojo.tomcat-maven-plugin with
org.apache.tomcat.maven plugins (Tomcat 6 and Tomcat 7 version)
- fix several checkstyle warnings
- skip checkstyle for all examples modules


  Commit: 93aff4b0cd40d2719f7bbdc74c8f6bbcc7e4d1d7
      https://github.com/weld/core/commit/93aff4b0cd40d2719f7bbdc74c8f6bbcc7e4d1d7
  Author: Ron Smeral <rsmeral at redhat.com>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    A tests-arquillian/src/test/java/org/jboss/weld/tests/servlet/crosscontext/CrossContextInclusionTest.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/servlet/crosscontext/IncludedServlet.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/servlet/crosscontext/MainServlet.java

  Log Message:
  -----------
  CrossContextInclusionTest (WELD-1415)


Compare: https://github.com/weld/core/compare/44e0d8c9665c...93aff4b0cd40


More information about the weld-commits mailing list