[weld-commits] [weld/core] 11eb22: WELD-806

noreply at github.com noreply at github.com
Thu Dec 23 13:09:03 EST 2010


Branch: refs/heads/master
Home:   https://github.com/weld/core

Commit: 11eb22065c3899a87481fff1fb891360a6ed5f04
    https://github.com/weld/core/commit/11eb22065c3899a87481fff1fb891360a6ed5f04
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date:   2010-12-23 (Thu, 23 Dec 2010)

Changed paths:
  M examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/PopulateDatabase.java

Log Message:
-----------
WELD-806


Commit: 040bfb30b7accd0af507b2162d7d0b485c22fecb
    https://github.com/weld/core/commit/040bfb30b7accd0af507b2162d7d0b485c22fecb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date:   2010-12-23 (Thu, 23 Dec 2010)

Changed paths:
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/Counter.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/EjbInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/EjbInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/EjbInterceptor3.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/EjbInterceptor4.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/Helper.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/Simple.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/SimpleImpl.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithExclusions/TestInjectionWithExclusions.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/Counter.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/EjbInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/EjbInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/EjbInterceptor3.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/EjbInterceptor4.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/Helper.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/Simple.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/Simple2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/Simple2Impl.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/SimpleImpl.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/injectionWithMethodExclusions/TestInjectionWithExclusionsOnMethods.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/CdiInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/Counter.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/EjbInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/InterceptorOrderTest.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/Processor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/Secured.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnClass/SimpleProcessor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/CdiInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/CdiInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/Counted.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/Counter.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/EjbInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/EjbInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/InterceptorOrderTest.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/Processor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/Secured.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithEjbInterceptorOnMethod/SimpleProcessor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/CdiInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/CdiInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/Counted.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/Counter.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/EjbInterceptor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/EjbInterceptor2.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/InterceptorOrderTest.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/Processor.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/Secured.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/interceptorsOrderWithExclusions/SimpleProcessor.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/retry/FailingProcessor.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/retry/RetryInterceptor.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/retry/RetryInterceptorTest.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/retry/SecuredInterceptor.java

Log Message:
-----------
Various extended interceptor tests




More information about the weld-commits mailing list