[weld/core] 7f6ad3: WELD-2456: Drop removable container lifecycle obse...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 7f6ad3768bc12731a8e6dd55c47eb02552d852ae
https://github.com/weld/core/commit/7f6ad3768bc12731a8e6dd55c47eb02552d852ae
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M docs/reference/src/main/asciidoc/configure.asciidoc
M docs/reference/src/main/asciidoc/ri-spi.asciidoc
M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/cleanup/Foo.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/cleanup/OptimizedCleanupTest.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/cleanup/TestExtension.java
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java
M impl/src/main/java/org/jboss/weld/logging/ConfigurationLogger.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
Log Message:
-----------
WELD-2456: Drop removable container lifecycle observers metadata at runtime
6 years, 10 months
[weld/core] dad3b9: WELD-2453: Use suppressedExceptions for deployment...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: dad3b919f2807f4989ab89c26f48b0fbe1d2a132
https://github.com/weld/core/commit/dad3b919f2807f4989ab89c26f48b0fbe1d2a132
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/deployment/errors/MultipleDeploymentErrorsTest.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/deployment/errors/SingleDeploymentErrorTest.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/AbstractDeploymentContainerEvent.java
M impl/src/main/java/org/jboss/weld/exceptions/DefinitionException.java
M impl/src/main/java/org/jboss/weld/exceptions/DeploymentException.java
Log Message:
-----------
WELD-2453: Use suppressedExceptions for deployment/definition problems
- but only if multiple problems occur
6 years, 10 months
[weld/core] ee4bd3: WELD-2453: Use suppressedExceptions for deployment...
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: ee4bd3d023020951985690186b4692014c08bfa8
https://github.com/weld/core/commit/ee4bd3d023020951985690186b4692014c08bfa8
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/deployment/errors/MultipleDeploymentErrorsTest.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/deployment/errors/SingleDeploymentErrorTest.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/AbstractDeploymentContainerEvent.java
M impl/src/main/java/org/jboss/weld/exceptions/DefinitionException.java
M impl/src/main/java/org/jboss/weld/exceptions/DeploymentException.java
Log Message:
-----------
WELD-2453: Use suppressedExceptions for deployment/definition problems
- but only if multiple problems occur
6 years, 10 months
[weld/core] ca09fc: WELD-2443 add test.
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: ca09fce67fe9a9707e8d8c67e323a3d4dd23baca
https://github.com/weld/core/commit/ca09fce67fe9a9707e8d8c67e323a3d4dd23baca
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/FirstBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/Payload.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/PrivateObserverWithAnotherInterceptedMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SecondBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeInterceptor.java
Log Message:
-----------
WELD-2443 add test.
Commit: 350bd64ad211ee7f657ee2c7bcacdf16e4906185
https://github.com/weld/core/commit/350bd64ad211ee7f657ee2c7bcacdf16e4906185
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
A impl/src/main/java/org/jboss/weld/bean/proxy/PrivateMethodHandler.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java
M impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java
Log Message:
-----------
WELD-2443: Fix InterceptedSubclassFactory
- support private observer method which is NOT intercepted but is
declared on class which contains at least on intercepted method
Compare: https://github.com/weld/core/compare/8611741fff1b...350bd64ad211
6 years, 10 months
[weld/core] 4bdcd4: WELD-2443 add test.
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 4bdcd431e54e12612f42d45bc82af562324883d3
https://github.com/weld/core/commit/4bdcd431e54e12612f42d45bc82af562324883d3
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/FirstBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/Payload.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/PrivateObserverWithAnotherInterceptedMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SecondBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeInterceptor.java
Log Message:
-----------
WELD-2443 add test.
Commit: c74af6d28cc6d68e955e8d9eba147656605aa962
https://github.com/weld/core/commit/c74af6d28cc6d68e955e8d9eba147656605aa962
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
A impl/src/main/java/org/jboss/weld/bean/proxy/PrivateMethodHandler.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java
M impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java
Log Message:
-----------
WELD-2443: Fix InterceptedSubclassFactory
- support private observer method which is NOT intercepted but is
declared on class which contains at least on intercepted method
Compare: https://github.com/weld/core/compare/c40af9652543...c74af6d28cc6
6 years, 10 months