Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.alibaba.spring---->spring-context-support 1.0.11看看是否升级还是替代掉 #3809

Closed
jaimyjie opened this issue Jul 25, 2024 · 3 comments

Comments

@jaimyjie
Copy link
Contributor

jaimyjie commented Jul 25, 2024

spring-cloud-starter-alibaba-nacos-config
引用的albaba自己的spring-context-support版本1.0.11,其spring-context is based on Spring Framework 3.2.x ,版本太低了,漏洞很多的,请看看是升级albaba自己的spring-context-support,还是改用spring官发自己的,谢谢

        <dependency>
            <groupId>com.alibaba.spring</groupId>
            <artifactId>spring-context-support</artifactId>
            <version>${spring.context.support.version}</version>
        </dependency>

      https://github.com/alibaba/spring-context-support
@jaimyjie
Copy link
Contributor Author

刚看了下代码好像只用到几个工具类,我尝试处理下

@jaimyjie
Copy link
Contributor Author

我加一个工具类文件,编译时报错:Line has leading space characters; indentation should be performed with tabs only. [RegexpSinglelineJava]
用tab键去替换也是一样,同样的代码放到已有的文件中,编译就正常,是什么原因?

@yuluo-yx
Copy link
Collaborator

不晓得
我来试试看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants