GitHub | 21 May 15:50

[weld/core] 0416c3: WELD-1137 - fixed PasteCodeTest

  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 0416c3448f6e50351aacce2699fc84348e7e59e1
      https://github.com/weld/core/commit/0416c3448f6e50351aacce2699fc84348e7e59e1
  Author: Ron Smeral <rsmeral@...>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M examples/jsf/pastecode/src/ftest/java/org/jboss/weld/examples/pastecode/ftest/PasteCodeTest.java

  Log Message:
  -----------
  WELD-1137 - fixed PasteCodeTest

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 21 May 13:12

[weld/core] f43d4b: Exclusion list update - WELD-1089

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: f43d4be9d2ad3892cab10bdab1be89826204975a
      https://github.com/weld/core/commit/f43d4be9d2ad3892cab10bdab1be89826204975a
  Author: Martin Kouba <mkouba@...>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml

  Log Message:
  -----------
  Exclusion list update - WELD-1089

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 18 May 16:08

[weld/core] faef8a: WELD-1088 Resource definition which specifies an E...

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: faef8a0c7db791b1cba4f8592ace7b2121096030
      https://github.com/weld/core/commit/faef8a0c7db791b1cba4f8592ace7b2121096030
  Author: Jozef Hartinger <jharting@...>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/builtin/ee/EEResourceProducerField.java
    M impl/src/main/java/org/jboss/weld/logging/messages/BeanMessage.java
    M impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
    M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml

  Log Message:
  -----------
  WELD-1088 Resource definition which specifies an EL name should be definition error

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 17 May 17:21

[weld/core] a684b8: WELD-1140 Dependent scoped instances injected into...

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: a684b827997669032bfd17325c4f5569f2b43aac
      https://github.com/weld/core/commit/a684b827997669032bfd17325c4f5569f2b43aac
  Author: Jozef Hartinger <jharting@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java

  Log Message:
  -----------
  WELD-1140 Dependent scoped instances injected into observer method parameters are not destroyed for
non-dependent reciever

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 17 May 16:37

[weld/core] 59800e: Remove exclusion for WELD-998

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: 59800e47c4116c8f00fa5729d96f27dee9f84109
      https://github.com/weld/core/commit/59800e47c4116c8f00fa5729d96f27dee9f84109
  Author: Jozef Hartinger <jharting@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml

  Log Message:
  -----------
  Remove exclusion for WELD-998

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 17 May 15:23

[weld/core] 893b38: WELD-1111, WELD-1118, introduced InjectionPointFac...

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: 893b38ddf1be4b6cb95df2887504ce749179b0c5
      https://github.com/weld/core/commit/893b38ddf1be4b6cb95df2887504ce749179b0c5
  Author: Jozef Hartinger <jharting@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/AbstractClassBean.java
    M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
    M impl/src/main/java/org/jboss/weld/bean/ManagedBean.java
    M impl/src/main/java/org/jboss/weld/bean/ProducerMethod.java
    M impl/src/main/java/org/jboss/weld/bean/builtin/ee/EEResourceProducerField.java
    M impl/src/main/java/org/jboss/weld/enums/EnumInjectionTarget.java
    M impl/src/main/java/org/jboss/weld/event/ExtensionObserverMethodImpl.java
    M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
    M impl/src/main/java/org/jboss/weld/injection/AbstractCallableInjectionPoint.java
    M impl/src/main/java/org/jboss/weld/injection/ConstructorInjectionPoint.java
    M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java
    A impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java
    M impl/src/main/java/org/jboss/weld/injection/MethodInjectionPoint.java
    M impl/src/main/java/org/jboss/weld/injection/ParameterInjectionPointImpl.java
    M impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java
    M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
    M impl/src/main/java/org/jboss/weld/manager/SimpleInjectionTarget.java
    M impl/src/main/java/org/jboss/weld/util/Beans.java
    A impl/src/main/java/org/jboss/weld/util/InjectionPoints.java
    M impl/src/main/java/org/jboss/weld/util/reflection/TypeVariableResolver.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/SubclassConstructorInjectionPointTest.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/inheritance/generic/Car.java
(Continue reading)

GitHub | 17 May 13:47

[weld/core] 43e995: Exclusion list update - WELD-1138, WELD-1139

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: 43e995ad80859a938f5cbdb6f956e93587073c65
      https://github.com/weld/core/commit/43e995ad80859a938f5cbdb6f956e93587073c65
  Author: Martin Kouba <mkouba@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml

  Log Message:
  -----------
  Exclusion list update - WELD-1138, WELD-1139

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 17 May 12:08

[weld/core] 12e879: Adding a test to test a simple EJB method call dur...

  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 12e879501d073fb3aa4dbf0b04b1f9788f5e085a
      https://github.com/weld/core/commit/12e879501d073fb3aa4dbf0b04b1f9788f5e085a
  Author: Anthony OGIER <aogier@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/EJBCallTest.java

  Log Message:
  -----------
  Adding a test to test a simple EJB method call during Arquillian test. See https://issues.jboss.org/browse/WELD-1086

  Commit: 51ee3cd5da23c2e4790614a85e052a559e7caac3
      https://github.com/weld/core/commit/51ee3cd5da23c2e4790614a85e052a559e7caac3
  Author: Marko Luksa <marko.luksa@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java

  Log Message:
  -----------
  Fix potentially buggy push/pop of CurrentInjectionPoint & simplify code

  Commit: 695f3834c3eca178b87adc1aed0838c8aac34e56
      https://github.com/weld/core/commit/695f3834c3eca178b87adc1aed0838c8aac34e56
  Author: Marko Luksa <marko.luksa@...>
  Date:   2012-05-17 (Thu, 17 May 2012)
(Continue reading)

GitHub | 17 May 12:07

[weld/core]

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

_______________________________________________
weld-commits mailing list
weld-commits@...
https://lists.jboss.org/mailman/listinfo/weld-commits
GitHub | 17 May 12:06

[weld/core] 12e879: Adding a test to test a simple EJB method call dur...

  Branch: refs/heads/tmp
  Home:   https://github.com/weld/core
  Commit: 12e879501d073fb3aa4dbf0b04b1f9788f5e085a
      https://github.com/weld/core/commit/12e879501d073fb3aa4dbf0b04b1f9788f5e085a
  Author: Anthony OGIER <aogier@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/EJBCallTest.java

  Log Message:
  -----------
  Adding a test to test a simple EJB method call during Arquillian test. See https://issues.jboss.org/browse/WELD-1086

  Commit: 51ee3cd5da23c2e4790614a85e052a559e7caac3
      https://github.com/weld/core/commit/51ee3cd5da23c2e4790614a85e052a559e7caac3
  Author: Marko Luksa <marko.luksa@...>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java

  Log Message:
  -----------
  Fix potentially buggy push/pop of CurrentInjectionPoint & simplify code

  Commit: 695f3834c3eca178b87adc1aed0838c8aac34e56
      https://github.com/weld/core/commit/695f3834c3eca178b87adc1aed0838c8aac34e56
  Author: Marko Luksa <marko.luksa@...>
  Date:   2012-05-17 (Thu, 17 May 2012)
(Continue reading)

GitHub | 16 May 15:08

[weld/core] d9eb94: WELD-510 Support for Portlet 2.0

  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: d9eb94a152bfb355fd18acd172a9231c6363939b
      https://github.com/weld/core/commit/d9eb94a152bfb355fd18acd172a9231c6363939b
  Author: Marko Strukelj <marko.strukelj@...>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M environments/servlet/core/pom.xml
    M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java

  Log Message:
  -----------
  WELD-510 Support for Portlet 2.0

  Commit: 3247ece7c0e80410ed500a97d1f15ba38bbb86aa
      https://github.com/weld/core/commit/3247ece7c0e80410ed500a97d1f15ba38bbb86aa
  Author: Ales Justin <ales.justin@...>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java
    A environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/portlet/PortletSupport.java

  Log Message:
  -----------
  Extract portlet support.

  Commit: d91ddd58041e49c7e6aced2d9329f4c668f52c43
      https://github.com/weld/core/commit/d91ddd58041e49c7e6aced2d9329f4c668f52c43
(Continue reading)


Gmane