Skip to content

Commit

Permalink
Remove deprecated AnnotationBean, please refer apache#1485 for the ne…
Browse files Browse the repository at this point in the history
…w method to replace.
  • Loading branch information
chickenlj committed Oct 22, 2018
1 parent 5e60bef commit 970d2f0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 356 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
*/
package org.apache.dubbo.config.spring.schema;

import org.apache.dubbo.config.spring.AnnotationBean;

import org.apache.dubbo.config.spring.beans.factory.annotation.CompatibleReferenceAnnotationBeanPostProcessor;
import org.apache.dubbo.config.spring.beans.factory.annotation.CompatibleServiceAnnotationBeanPostProcessor;

import org.apache.dubbo.config.spring.util.BeanRegistrar;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.config.BeanDefinition;
Expand All @@ -35,7 +32,7 @@
import static org.springframework.util.StringUtils.trimArrayElements;

/**
* {@link AnnotationBean} {@link BeanDefinitionParser}
* {@link BeanDefinitionParser}
*
* @see CompatibleServiceAnnotationBeanPostProcessor
* @see CompatibleReferenceAnnotationBeanPostProcessor
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.dubbo.config.spring.schema;

import org.apache.dubbo.config.spring.AnnotationBean;
import org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor;
import org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationBeanPostProcessor;
import org.apache.dubbo.config.spring.util.BeanRegistrar;
Expand All @@ -25,15 +24,14 @@
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser;
import org.springframework.beans.factory.xml.BeanDefinitionParser;
import org.springframework.beans.factory.xml.ParserContext;
import org.w3c.dom.Element;

import static org.springframework.util.StringUtils.commaDelimitedListToStringArray;
import static org.springframework.util.StringUtils.trimArrayElements;

/**
* {@link AnnotationBean} {@link BeanDefinitionParser}
* @link BeanDefinitionParser}
*
* @see ServiceAnnotationBeanPostProcessor
* @see ReferenceAnnotationBeanPostProcessor
Expand Down
Loading

0 comments on commit 970d2f0

Please sign in to comment.