This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git.
from b3b9cb8 simplify a few statements
new 46b13cc remove unused imports
new 9d1082c replace ancient iterator loops with java6 for
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/webbeans/config/BeansDeployer.java | 5 +----
.../java/org/apache/webbeans/container/InjectionResolver.java | 10 +++-------
.../java/org/apache/webbeans/portable/InjectionTargetImpl.java | 3 ++-
.../apache/webbeans/portable/events/discovery/ErrorStack.java | 6 ++----
.../corespi/scanner/AbstractMetaDataDiscoveryTest.java | 1 -
.../test/java/org/apache/webbeans/test/AbstractUnitTest.java | 3 ---
.../test/component/decorator/clean/ServiceDecorator.java | 1 -
.../InterceptorWithSuperClassInterceptedComponent.java | 5 +----
.../test/component/intercept/MultipleInterceptedComponent.java | 5 +----
.../test/configurator/AnnotatedTypeConfiguratorImplTest.java | 2 --
.../org/apache/webbeans/test/contexts/SerializationTest.java | 1 -
.../test/contexts/conversation/ConversationScopedTest.java | 1 -
.../test/decorators/tests/ConversationDecoratorTest.java | 1 -
.../test/decorators/tests/ExtendedGenericDecoratorTest.java | 1 -
.../org/apache/webbeans/test/injection/generics/MyBean.java | 2 --
.../interceptors/extension/BeforeBeanDiscoveryImplTest.java | 1 -
.../test/interceptors/factory/beans/ClassInterceptedClass.java | 1 -
.../webbeans/test/lifecycle/ExceptionOnCallbackTest.java | 1 -
.../webbeans/test/portable/events/PortableAddBeanTest.java | 1 -
.../apache/webbeans/test/producer/AmbigousProducerTest.java | 1 -
.../test/producer/specializes/SpecializesProducer1Test.java | 3 ---
.../webbeans/test/proxy/unproxyable/AllowProxyingTest.java | 1 -
.../webbeans/test/tests/MultipleTimeTheSameBindingTest.java | 2 --
.../java/org/apache/webbeans/test/util/GenericsUtilTest.java | 1 -
.../org/apache/webbeans/web/tests/ConversationLoggingTest.java | 3 ---
25 files changed, 10 insertions(+), 52 deletions(-)