[seam-commits] [seam/validation] b1540e: SEAMVALIDATE-13: Replacing wrong/adding missing li...

noreply at github.com noreply at github.com
Sun May 8 07:52:43 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/seam/validation

Commit: b1540ee12f72f6c0f7f2aaed87120ea0b72644e4
    https://github.com/seam/validation/commit/b1540ee12f72f6c0f7f2aaed87120ea0b72644e4
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M dist/src/main/assembly/assembly.xml
  M docs/src/main/assembly/assembly.xml
  M examples/helloworld/src/main/assembly/assembly.xml

Log Message:
-----------
SEAMVALIDATE-13: Replacing wrong/adding missing license headers


Commit: c0fe0b9650736a040c50cefc747af302d9055311
    https://github.com/seam/validation/commit/c0fe0b9650736a040c50cefc747af302d9055311
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M .gitignore

Log Message:
-----------
SEAMVALIDATE-13: Adding coverage.ec to .gitignore


Commit: 6edea3f8a4bd03f7e86604173e366681b075ea62
    https://github.com/seam/validation/commit/6edea3f8a4bd03f7e86604173e366681b075ea62
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M api/pom.xml
  M api/src/main/java/org/jboss/seam/validation/AutoValidating.java

Log Message:
-----------
SEAMVALIDATE-13: Formatting api module (no actual changes)


Commit: b06018cc7e71dffda8f352c84d031edc7da500a6
    https://github.com/seam/validation/commit/b06018cc7e71dffda8f352c84d031edc7da500a6
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M combined/pom.xml

Log Message:
-----------
SEAMVALIDATE-13: Formatting combined module (no actual changes)


Commit: b0a322ea3cd7d0cfe61530c09436458ea7a19a2d
    https://github.com/seam/validation/commit/b0a322ea3cd7d0cfe61530c09436458ea7a19a2d
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M dist/pom.xml
  M dist/src/main/assembly/assembly.xml

Log Message:
-----------
SEAMVALIDATE-13: Formatting dist module (no actual changes)


Commit: 9e058e3a5acc824f85cc576ebb529ad0134cede0
    https://github.com/seam/validation/commit/9e058e3a5acc824f85cc576ebb529ad0134cede0
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M docs/pom.xml
  M docs/src/main/assembly/assembly.xml

Log Message:
-----------
SEAMVALIDATE-13: Formatting docs module (no actual changes)


Commit: 41583a61b86347f00c319989de50d475fe12b4c8
    https://github.com/seam/validation/commit/41583a61b86347f00c319989de50d475fe12b4c8
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M examples/helloworld/pom.xml
  M examples/helloworld/src/main/assembly/assembly.xml
  M examples/helloworld/src/main/java/org/jboss/seam/validation/HelloWorldService.java
  M examples/helloworld/src/main/java/org/jboss/seam/validation/HelloWorldServlet.java
  M examples/helloworld/src/main/resources/META-INF/beans.xml
  M examples/helloworld/src/main/webapp-glassfish/WEB-INF/sun-web.xml
  M examples/helloworld/src/main/webapp-jee/WEB-INF/web.xml
  M examples/helloworld/src/main/webapp-jetty/WEB-INF/jetty-env.xml
  M examples/helloworld/src/main/webapp-jetty/WEB-INF/jetty-web.xml
  M examples/helloworld/src/main/webapp-jetty/WEB-INF/web.xml
  M examples/helloworld/src/main/webapp/WEB-INF/beans.xml
  M examples/helloworld/src/main/webapp/index.html
  M examples/helloworld/src/test/java/org/jboss/seam/validation/JettyRunner.java

Log Message:
-----------
SEAMVALIDATE-13: Formatting examples module (no actual changes)


Commit: ecfbbff131591a9be1972e79e2ec422b0ed845b6
    https://github.com/seam/validation/commit/ecfbbff131591a9be1972e79e2ec422b0ed845b6
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M impl/pom.xml
  M impl/src/main/java/org/jboss/seam/validation/InjectingConstraintValidatorFactory.java
  M impl/src/main/java/org/jboss/seam/validation/ValidationExtension.java
  M impl/src/main/java/org/jboss/seam/validation/ValidationInterceptor.java
  M impl/src/main/resources/META-INF/beans.xml
  M impl/src/test/java/org/jboss/seam/validation/di/InjectingConstraintValidatorFactoryTest.java
  M impl/src/test/java/org/jboss/seam/validation/di/Model.java
  M impl/src/test/java/org/jboss/seam/validation/di/constraint/ValidHello.java
  M impl/src/test/java/org/jboss/seam/validation/di/constraint/ValidHelloValidator.java
  M impl/src/test/java/org/jboss/seam/validation/di/service/HelloWorldService.java
  M impl/src/test/java/org/jboss/seam/validation/method/CdiMethodValidationTest.java
  M impl/src/test/java/org/jboss/seam/validation/method/domain/Movie.java
  M impl/src/test/java/org/jboss/seam/validation/method/service/MovieRepository.java
  M impl/src/test/resources/META-INF/beans.xml
  M impl/src/test/resources/META-INF/validation.xml

Log Message:
-----------
SEAMVALIDATE-13: Formatting impl module (no actual changes)


Commit: 9dab53e96c7d8580da5b880079d261b2acaf589b
    https://github.com/seam/validation/commit/9dab53e96c7d8580da5b880079d261b2acaf589b
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M pom.xml

Log Message:
-----------
SEAMVALIDATE-13: Formatting parent POM (no actual changes)


Compare: https://github.com/seam/validation/compare/9c4cbe9...9dab53e


More information about the seam-commits mailing list