[weld/core] 225ced: WELD-2798 Correct injection into injected @Resourc...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 225ced4d3dff4d0df5bf167c4d2374cdce00e558
https://github.com/weld/core/commit/225ced4d3dff4d0df5bf167c4d2374cdce00e558
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/FooSpecialized.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/FooSpecializedNoBeanDef.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/MyExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/SpecializationDiscoveryTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/SpecializationExtensionTest.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/injectionPoint/resource/extension/web.xml
Log Message:
-----------
WELD-2798 Correct injection into injected @Resource fields; add automated test
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
3 weeks, 2 days
[weld/core] d2462c: Update GH Actions versions
by Matej Novotny
Branch: refs/heads/5.1
Home: https://github.com/weld/core
Commit: d2462c4abdefc92c5211b2da8e3947ef497e0b6d
https://github.com/weld/core/commit/d2462c4abdefc92c5211b2da8e3947ef497e0b6d
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M .github/workflows/ci-actions.yml
Log Message:
-----------
Update GH Actions versions
Commit: 54d576929a518015fbb14fa15807f78abd8c25e2
https://github.com/weld/core/commit/54d576929a518015fbb14fa15807f78abd8c25e2
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/FooSpecialized.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/FooSpecializedNoBeanDef.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/MyExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/SpecializationDiscoveryTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/resource/extension/SpecializationExtensionTest.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/injectionPoint/resource/extension/web.xml
Log Message:
-----------
WELD-2798 Correct injection into injected @Resource fields; add automated test
Compare: https://github.com/weld/core/compare/4c12ed10c196...54d576929a51
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
3 weeks, 2 days
[weld/core] 29d2fb: WELD-2799 Implement validation for unproxyability ...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 29d2fb1d643c2d9617d113358886ba8c6bb34491
https://github.com/weld/core/commit/29d2fb1d643c2d9617d113358886ba8c6bb34491
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/EnhancedAnnotatedType.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/injection/producer/InterceptionModelInitializer.java
M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java
M impl/src/main/java/org/jboss/weld/util/Proxies.java
M pom.xml
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/InjectingBean1.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/InjectingBean2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/InjectingBean3.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyDependent.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyDependentIntercepted.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyDependentInterceptedSubclass.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyDependentSubclass.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyNormalScopedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/MyNormalScopedSubclass.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/SealedDependentBeanWithNoProxyTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/SealedInterceptedClassUnproxyableTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/sealed/SealedNormalScopedBeanUnproxyableTest.java
M tests-common/src/main/java/org/jboss/weld/test/util/annotated/ForwardingWeldClass.java
Log Message:
-----------
WELD-2799 Implement validation for unproxyability of sealed types
Commit: 30640a94a3fc3c7c2df5abffedaa28195fb9fc07
https://github.com/weld/core/commit/30640a94a3fc3c7c2df5abffedaa28195fb9fc07
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Bump Weld Parent to version 53
Compare: https://github.com/weld/core/compare/31f3cf622449...30640a94a3fc
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
3 weeks, 2 days