[weld/core] 35762d: [WELD-687]; initial impl.
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 35762dcedcd2199ce13b7146bedd6e7ff93cf685
https://github.com/weld/core/commit/35762dcedcd2199ce13b7146bedd6e7ff93cf685
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java
M impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java
M impl/src/main/java/org/jboss/weld/util/Proxies.java
M impl/src/main/java/org/jboss/weld/util/reflection/SecureReflections.java
A impl/src/main/java/org/jboss/weld/util/reflection/instantiation/AbstractInstantiatorFactory.java
A impl/src/main/java/org/jboss/weld/util/reflection/instantiation/DefaultInstantiatorFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/InstantiatorFactory.java
A impl/src/main/java/org/jboss/weld/util/reflection/instantiation/LoaderInstantiatorFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/ReflectionFactoryInstantiator.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/UnsafeInstantiator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/AbstractPerDeploymentInstantiator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWOTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/Unproxiable.java
Log Message:
-----------
[WELD-687]; initial impl.
Commit: cb00cea3dbad0fc4f902356365b4f49779c9eedb
https://github.com/weld/core/commit/cb00cea3dbad0fc4f902356365b4f49779c9eedb
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/DefaultInstantiatorFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/LoaderInstantiatorFactory.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWOTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java
Log Message:
-----------
[WELD-687]; handle no TCCL.
Commit: 3bec198854dce5dfb35e112db026e11f46e8994c
https://github.com/weld/core/commit/3bec198854dce5dfb35e112db026e11f46e8994c
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/LoaderInstantiatorFactory.java
Log Message:
-----------
[WELD-687]; simplify cached lookup.
Commit: 50ce57159b0442a5e4f73c68ec4261030850f91e
https://github.com/weld/core/commit/50ce57159b0442a5e4f73c68ec4261030850f91e
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/LoaderInstantiatorFactory.java
Log Message:
-----------
Code reduce.
Commit: 0a7c63f2e813725daf424135cf9494c0a75dd642
https://github.com/weld/core/commit/0a7c63f2e813725daf424135cf9494c0a75dd642
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/AbstractInstantiatorFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/Instantiator.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/ReflectionFactoryInstantiator.java
M impl/src/main/java/org/jboss/weld/util/reflection/instantiation/UnsafeInstantiator.java
Log Message:
-----------
New Instantiator instance for every deployment.
Commit: 9a4d161c2dd84ccdad5a68f6236a34ea9a1f9e67
https://github.com/weld/core/commit/9a4d161c2dd84ccdad5a68f6236a34ea9a1f9e67
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java
Log Message:
-----------
Enable WELD-687 test.
Commit: 19c76bcdf249d91453fc56b71fd8266765381242
https://github.com/weld/core/commit/19c76bcdf249d91453fc56b71fd8266765381242
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/AbstractClassBean.java
M impl/src/main/java/org/jboss/weld/bean/InterceptorImpl.java
A impl/src/main/java/org/jboss/weld/interceptor/InterceptorBindingType.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
R impl/src/main/java/org/jboss/weld/util/InterceptorBindingSet.java
Log Message:
-----------
WELD-1084 Introduce class InterceptorBindingType
Commit: 92ebe5a9fd68e5efccfdc4ae5f8d95efa42a31c0
https://github.com/weld/core/commit/92ebe5a9fd68e5efccfdc4ae5f8d95efa42a31c0
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/Holder.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java
Log Message:
-----------
Fix web-inf usage.
Commit: b8d40f65044f79c29ade3d98638fddd224e7f78b
https://github.com/weld/core/commit/b8d40f65044f79c29ade3d98638fddd224e7f78b
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/AbstractPerDeploymentInstantiator.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java
Log Message:
-----------
Make it into web test.
Compare: https://github.com/weld/core/compare/d51e837...b8d40f6
12 years, 11 months
[weld/core] 5038d1: fix the jetty-env.xml path in the numberguess exam...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 5038d1e6507bf96d0dfcd82073b9eb0ae829cc7a
https://github.com/weld/core/commit/5038d1e6507bf96d0dfcd82073b9eb0ae829cc7a
Author: Marek Schmidt <maschmid(a)redhat.com>
Date: 2012-03-14 (Wed, 14 Mar 2012)
Changed paths:
M examples/jsf/numberguess/pom.xml
Log Message:
-----------
fix the jetty-env.xml path in the numberguess example
Commit: 60a5a2aa857a5fc2cce0ae173a2cb8d0f3541156
https://github.com/weld/core/commit/60a5a2aa857a5fc2cce0ae173a2cb8d0f3541156
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-03-14 (Wed, 14 Mar 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/interceptor/reader/InterceptorMetadataUtils.java
M impl/src/main/java/org/jboss/weld/logging/messages/ValidatorMessage.java
M impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/InvalidArgInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/InvalidArgInterceptorInvalidContractTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/NoArgInterceptorInvalidContractTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/NotThrowingExceptionInterceptorInvalidContractTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/VoidInterceptorInvalidContractTest.java
Log Message:
-----------
WELD-580 Around-Invoke Interceptors with wrong signature should cause DefinitionException
Compare: https://github.com/weld/core/compare/1337b10...60a5a2a
12 years, 11 months