[weld-commits] [weld/core] e4c11b: WELD-1870 - Probe - added profile for Tomcat embed...

GitHub noreply at github.com
Wed Mar 4 03:47:16 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: e4c11b5e52d771be50cf0b447470eea8b387258f
      https://github.com/weld/core/commit/e4c11b5e52d771be50cf0b447470eea8b387258f
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M probe/integration-tests/pom.xml
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeBeansTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeInvocationsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeSessionBeansTest.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/DecoratedInterface.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/SessionScopedBean.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/StatefulEjbSession.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/StatelessEjbSession.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/TestDecorator.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/DecoratedInterface.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/StatefulEjbSession.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/StatelessEjbSession.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/TestDecorator.java
    A probe/integration-tests/src/test/resources/arquillian-tomcat.xml
    A probe/integration-tests/src/test/resources/weld.properties

  Log Message:
  -----------
  WELD-1870 - Probe - added profile for Tomcat embedded execution.


  Commit: 897b170f62a780afd6929d9fd1b5843a281fa115
      https://github.com/weld/core/commit/897b170f62a780afd6929d9fd1b5843a281fa115
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M probe/integration-tests/src/main/java/org/jboss/weld/probe/integration/tests/JSONTestUtil.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeBeansTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeDeploymentsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeExtensionsTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collector.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ConversationBean.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ModelBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/extensions/DummyBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/extensions/TestExtension.java
    A probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/beans-bdm-none.xml

  Log Message:
  -----------
  WELD-1870 - Probe deployments tests expanded + some basic extension test.


Compare: https://github.com/weld/core/compare/b36cb5f31204...897b170f62a7


More information about the weld-commits mailing list