[weld/core] b87b90: WELD-2010 Testcase
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: b87b9048662cdc7f5ec13edf3895fcc0bc57bc94
https://github.com/weld/core/commit/b87b9048662cdc7f5ec13edf3895fcc0bc57bc94
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/CustomBeanWithAbstractBeanTypeTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMap.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapImpl.java
Log Message:
-----------
WELD-2010 Testcase
Commit: 0d306061e2eda6210b8508e1c3734ce21ca5023b
https://github.com/weld/core/commit/0d306061e2eda6210b8508e1c3734ce21ca5023b
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
A impl/src/main/java/org/jboss/weld/bean/proxy/CommonProxiedMethodFilters.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
Log Message:
-----------
WELD-2010 Use ProxiedMethodFilters to simplify code
Commit: 0d86caf4a4c30878e37f18ac27eab7e74afd967f
https://github.com/weld/core/commit/0d86caf4a4c30878e37f18ac27eab7e74afd967f
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
Log Message:
-----------
WELD-2010 AbstractMethodError when a custom bean's type is an abstract class
Compare: https://github.com/weld/core/compare/bf3d13355cf2...0d86caf4a4c3
9 years, 4 months
[weld/core] 8241f6: WELD-2010 Testcase
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: 8241f61d90172491d0819f9c7fbab98ccf133547
https://github.com/weld/core/commit/8241f61d90172491d0819f9c7fbab98ccf133547
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/CustomBeanWithAbstractBeanTypeTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMap.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapImpl.java
Log Message:
-----------
WELD-2010 Testcase
Commit: d57908777aa422ab70e973420ef73e9b290e6b37
https://github.com/weld/core/commit/d57908777aa422ab70e973420ef73e9b290e6b37
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
A impl/src/main/java/org/jboss/weld/bean/proxy/CommonProxiedMethodFilters.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
Log Message:
-----------
WELD-2010 Use ProxiedMethodFilters to simplify code
Commit: 82e8536ec1bb639f2b3c0f4d3b5ff83ffa3a71a3
https://github.com/weld/core/commit/82e8536ec1bb639f2b3c0f4d3b5ff83ffa3a71a3
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
Log Message:
-----------
WELD-2010 AbstractMethodError when a custom bean's type is an abstract class
Compare: https://github.com/weld/core/compare/3011aa3efe6e...82e8536ec1bb
9 years, 4 months
[weld/core] db9c84: Probe bean detail - various fixes and improvements
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: db9c84c1ea63cf83de189a4d3efc549ec8fa4e7c
https://github.com/weld/core/commit/db9c84c1ea63cf83de189a4d3efc549ec8fa4e7c
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M probe/core/src/main/client/app.js
M probe/core/src/main/client/probe.html
M probe/core/src/main/java/org/jboss/weld/probe/Components.java
M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java
M probe/core/src/main/java/org/jboss/weld/probe/Strings.java
Log Message:
-----------
Probe bean detail - various fixes and improvements
- do not include delegate injection points in dependency graph
- show associated decorators
- show beans a decorator is associated to
- show class-level interceptor bindings
- don't render dependeny graph if there are no data
9 years, 4 months
[weld/core] f1f1e2: WELD-1970 AttributeBeanStore - lazy attribute load...
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: f1f1e221472696469d7c007b25e910f2826d5885
https://github.com/weld/core/commit/f1f1e221472696469d7c007b25e910f2826d5885
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/beanstore/AttributeBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 AttributeBeanStore - lazy attribute loading
Commit: 4aa54cee9bf0c6d055384a78f228323d0392b981
https://github.com/weld/core/commit/4aa54cee9bf0c6d055384a78f228323d0392b981
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M impl/src/main/java/org/jboss/weld/context/beanstore/AttributeBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/MapBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/ejb/InvocationContextBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/RequestBeanStore.java
M impl/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 Change method names, make the feature configurable
Commit: 111d418921c64b2419741659d2d6072a09e4ac13
https://github.com/weld/core/commit/111d418921c64b2419741659d2d6072a09e4ac13
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 Add description for ConfigurationKey.CONTEXT_ATTRIBUTES_LAZY_FETCH
Commit: 7251e779d56727d6bfbdf9eda5465e9ac37713d1
https://github.com/weld/core/commit/7251e779d56727d6bfbdf9eda5465e9ac37713d1
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 There is nothing like required services in 2.3
Compare: https://github.com/weld/core/compare/04b598597d62...7251e779d567
9 years, 4 months
[weld/core] 47e6c4: WELD-1970 AttributeBeanStore - lazy attribute load...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 47e6c4be84c4411f45ebd1c89e56ace9b5725ecb
https://github.com/weld/core/commit/47e6c4be84c4411f45ebd1c89e56ace9b5725ecb
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/beanstore/AttributeBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
M modules/web/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 AttributeBeanStore - lazy attribute loading
Commit: f6f69aec7f82a884a7a69dfcf458cb596c83041b
https://github.com/weld/core/commit/f6f69aec7f82a884a7a69dfcf458cb596c83041b
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M impl/src/main/java/org/jboss/weld/context/beanstore/AttributeBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/MapBeanStore.java
M modules/ejb/src/main/java/org/jboss/weld/context/beanstore/ejb/InvocationContextBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/beanstore/http/RequestBeanStore.java
M modules/web/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
M modules/web/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 Change method names, make the feature configurable
Commit: 634b2caacb2306aba6a69aaea9ac9eabfa30448e
https://github.com/weld/core/commit/634b2caacb2306aba6a69aaea9ac9eabfa30448e
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M modules/web/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
Log Message:
-----------
WELD-1970 Add description for
ConfigurationKey.CONTEXT_ATTRIBUTES_LAZY_FETCH
Compare: https://github.com/weld/core/compare/b7af0ec50faa...634b2caacb23
9 years, 4 months