[weld/core] 1bc846: WELD-2245 Prevent ClassCastException when proxy of...
by Björn Kautler
Branch: refs/heads/6.0
Home: https://github.com/weld/core
Commit: 1bc84671f29c04b06dd79dace1f6588c54d9086f
https://github.com/weld/core/commit/1bc84671f29c04b06dd79dace1f6588c54d9086f
Author: Björn Kautler <Bjoern(a)Kautler.net>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Alpha.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/AlphaImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Bam.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/BamProducer.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Foo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ProxyTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/StringAlphaProducer.java
Log Message:
-----------
WELD-2245 Prevent ClassCastException when proxy of method with generic type variable return type returns itself
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
1 month, 2 weeks
[weld/core] fe3748: WELD-2245 Prevent ClassCastException when proxy of...
by Björn Kautler
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: fe37482f036ddca3715c8e8c532ab5da5015ada1
https://github.com/weld/core/commit/fe37482f036ddca3715c8e8c532ab5da5015ada1
Author: Björn Kautler <Bjoern(a)Kautler.net>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Alpha.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/AlphaImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Bam.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/BamProducer.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/Foo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ProxyTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/StringAlphaProducer.java
Log Message:
-----------
WELD-2245 Prevent ClassCastException when proxy of method with generic type variable return type returns itself
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
1 month, 2 weeks
[weld/core] de8c4d: WELD-2834 Optimize in which cases Weld keeps refer...
by Matej Novotny
Branch: refs/heads/6.0
Home: https://github.com/weld/core
Commit: de8c4d2e3e5df8838f8d812039dbfdf928600d27
https://github.com/weld/core/commit/de8c4d2e3e5df8838f8d812039dbfdf928600d27
Author: Matej Novotny <manovotn(a)ibm.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M impl/src/main/java/org/jboss/weld/contexts/unbound/DependentContextImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/AroundInvokeBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/AroundInvokeInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/BeanWithAroundInvokeInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/BeanWithPreDestroyInterceptor.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/CreationalContextTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/InjectedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/MyPreDestroyInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/PreDestroyBinding.java
Log Message:
-----------
WELD-2834 Optimize in which cases Weld keeps reference to dependent instnace in CreationalContext
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
1 month, 2 weeks
[weld/core] 34f3e0: WELD-2834 Optimize in which cases Weld keeps refer...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 34f3e0c484c9950d2e2f1775bd0f01a23ec8fc0c
https://github.com/weld/core/commit/34f3e0c484c9950d2e2f1775bd0f01a23ec8fc0c
Author: Matej Novotny <manovotn(a)ibm.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M impl/src/main/java/org/jboss/weld/contexts/unbound/DependentContextImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/AroundInvokeBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/AroundInvokeInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/BeanWithAroundInvokeInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/BeanWithPreDestroyInterceptor.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/CreationalContextTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/InjectedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/MyPreDestroyInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/PreDestroyBinding.java
Log Message:
-----------
WELD-2834 Optimize in which cases Weld keeps reference to dependent instnace in CreationalContext
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
1 month, 2 weeks