[weld/core] 2a3eae: WELD-2093 Add test case
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: 2a3eae2a5d91f1ee0f14e97436221147a7571afa
https://github.com/weld/core/commit/2a3eae2a5d91f1ee0f14e97436221147a7571afa
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Fast.java
A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java
A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java
A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/MissileInterceptor.java
A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Omega.java
Log Message:
-----------
WELD-2093 Add test case
Commit: 717cef2b9b87f25e96e5a2c01ea70a0e564a162e
https://github.com/weld/core/commit/717cef2b9b87f25e96e5a2c01ea70a0e564a162e
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java
Log Message:
-----------
WELD-2093 Support interception of default methods
Commit: dc0450e5768898bda27166e7b579563ad7598292
https://github.com/weld/core/commit/dc0450e5768898bda27166e7b579563ad7598292
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M pom.xml
M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java
Log Message:
-----------
WELD-2093 Update classfilewriter version.
Commit: 56fa8fba0106f02fa78911083f893d0f0b50ca84
https://github.com/weld/core/commit/56fa8fba0106f02fa78911083f893d0f0b50ca84
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
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/logging/BeanLogger.java
M pom.xml
M tests-arquillian/pom.xml
Log Message:
-----------
WELD-2093 Clean up ProxyFactory code
- use classfilewriter 1.2.0.Beta1 only for tests in embedded container
Compare: https://github.com/weld/core/compare/a35d81c54cd9...56fa8fba0106
8 years, 3 months
[weld/core] a35d81: WELD-2193 Unit tests, remove unused methods, fix S...
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: a35d81c54cd977ca637db04e5fa891efc2acd1fa
https://github.com/weld/core/commit/a35d81c54cd977ca637db04e5fa891efc2acd1fa
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java
M impl/src/main/java/org/jboss/weld/util/collections/ImmutableMap.java
M impl/src/main/java/org/jboss/weld/util/collections/ImmutableSet.java
M impl/src/main/java/org/jboss/weld/util/collections/Sets.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableCollectionTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableListTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableMapTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableSetTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/DoubletonTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/EmptyListTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/EmptySetTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableArrayListTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableHashSetTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableListTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableSetTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableSingletonMapTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/IteratorsTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SetsTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SingletonListTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SingletonSetTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/TripletonTest.java
Log Message:
-----------
WELD-2193 Unit tests, remove unused methods, fix Sets.union() iterator
8 years, 3 months
weld-commits:资 料
by zwqfkt
weld-commits: 您 好!
实战讲师为您传授营销管理中的“法”与“道”
更多详细内容请参阅附件。。。。
2016-8-86:20:13
vrh53
8 years, 3 months
weld-commits:如何处理员工违纪问题,及有效调岗,调薪 yqlzzs
by cfhgm
weld-commits: 您好
1.如何预防劳动者的“应聘欺诈”,如何证明劳动者的“欺诈”?
2.招收应届毕业生,应注意哪些细节问题?
3.招用达到法定退休年龄的人员,应注意哪些细节问题?
4.招用待岗、内退、停薪留职的人员,应注意哪些细节问题?
5.入职体检需注意哪些细节问题?
6.入职前后用人单位应告知劳动者哪些情况,如何保留证据?
7.《入职登记表》如何设计,才能起到预防法律风险的作用?
8.劳动者无法提交《离职证明》,该怎么办?
9.企业如何书写《录用通知书》,其法律风险有哪些?
附件中的内容希望能帮助到您的工作。。。
横眉冷对千夫指,俯首甘为孺子牛。《自嘲》
2016/8/8 星期一5:53:23
卫涵霜
8 years, 3 months
[weld/core] 809339: WELD-2186 review usage of ArraySet.
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: 8093394691dd131a18686e93e2e8e30711345cf3
https://github.com/weld/core/commit/8093394691dd131a18686e93e2e8e30711345cf3
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java
M impl/src/main/java/org/jboss/weld/bean/attributes/BeanAttributesFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java
M impl/src/main/java/org/jboss/weld/injection/ResourceInjectionFactory.java
M impl/src/main/java/org/jboss/weld/metadata/cache/MergedStereotypes.java
M impl/src/main/java/org/jboss/weld/resolution/QualifierInstance.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java
R impl/src/main/java/org/jboss/weld/util/collections/ArraySet.java
R impl/src/main/java/org/jboss/weld/util/collections/ArraySetMultimap.java
M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java
M impl/src/main/java/org/jboss/weld/util/reflection/HierarchyDiscovery.java
R impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ArraySetTest.java
Log Message:
-----------
WELD-2186 review usage of ArraySet.
Commit: 8283b9dad5f00a7699ead7f7ec189434ebb41346
https://github.com/weld/core/commit/8283b9dad5f00a7699ead7f7ec189434ebb41346
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/util/collections/Multimap.java
M impl/src/main/java/org/jboss/weld/util/collections/Multimaps.java
Log Message:
-----------
WELD-2186 adapt changed made in WELD-2156 to 2.4 branch once ArraySet was removed.
Commit: 564ffbba1d1d084b2bd69d16d6b96cc007dfed42
https://github.com/weld/core/commit/564ffbba1d1d084b2bd69d16d6b96cc007dfed42
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/injection/AbstractCallableInjectionPoint.java
M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java
M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java
M impl/src/main/java/org/jboss/weld/injection/producer/ResourceInjector.java
M impl/src/main/java/org/jboss/weld/metadata/cache/AbstractBindingModel.java
M impl/src/main/java/org/jboss/weld/resolution/AbstractTypeSafeBeanResolver.java
M impl/src/main/java/org/jboss/weld/util/BeanMethods.java
M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java
Log Message:
-----------
Removal of util collection methods which were linked to Guava dependency.
Commit: 6e851cb5d812d3a4b022fc15db720adf8fe4c08c
https://github.com/weld/core/commit/6e851cb5d812d3a4b022fc15db720adf8fe4c08c
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/TypeClosureLazyValueHolder.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedConstructorImpl.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedMethodImpl.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedConstructor.java
M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedMethod.java
M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedConstructor.java
M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedMethod.java
M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java
M impl/src/main/java/org/jboss/weld/bean/SyntheticDecorator.java
M impl/src/main/java/org/jboss/weld/bean/attributes/BeanAttributesFactory.java
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/injection/AbstractCallableInjectionPoint.java
M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java
M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java
M impl/src/main/java/org/jboss/weld/injection/producer/ResourceInjector.java
M impl/src/main/java/org/jboss/weld/interceptor/proxy/InterceptionContext.java
M impl/src/main/java/org/jboss/weld/metadata/cache/AbstractBindingModel.java
M impl/src/main/java/org/jboss/weld/resolution/AbstractTypeSafeBeanResolver.java
M impl/src/main/java/org/jboss/weld/resolution/TypeSafeResolver.java
M impl/src/main/java/org/jboss/weld/resources/SharedObjectCache.java
M impl/src/main/java/org/jboss/weld/util/BeanMethods.java
M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java
M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java
Log Message:
-----------
Allign WeldCollections util with the way it works in 3.x. Enhance immutability in several classes.
Compare: https://github.com/weld/core/compare/9d90d3ec2a3d...6e851cb5d812
8 years, 3 months
[weld/core] f63b77: WELD-2210 use ClassFileInfo to detect top level ty...
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: f63b77af2464315524caf23d02dd313f30670d69
https://github.com/weld/core/commit/f63b77af2464315524caf23d02dd313f30670d69
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileServices.java
M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M pom.xml
Log Message:
-----------
WELD-2210 use ClassFileInfo to detect top level type and static nested
classes.
Commit: c0c82a7e73b7fb57794eb3220a60ee3f3ba93757
https://github.com/weld/core/commit/c0c82a7e73b7fb57794eb3220a60ee3f3ba93757
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java
M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileServices.java
M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java
M environments/se/core/pom.xml
M environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/name/MalformedClassNameTest.groovy
M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java
M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M pom.xml
Log Message:
-----------
Update groovy versions.
Commit: 9d90d3ec2a3d60043187dbf4a4ed7176528afeaa
https://github.com/weld/core/commit/9d90d3ec2a3d60043187dbf4a4ed7176528afeaa
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java
Log Message:
-----------
WELD-2210 Make FastAnnotatedTypeLoader.checkTypeModifiers private
Compare: https://github.com/weld/core/compare/365ff4de0ff0...9d90d3ec2a3d
8 years, 3 months