sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.56k stars 497 forks source link

Whether sofa-ark-springboot-starter will support spring boot 1.x version in the future #417

Closed JR--Chen closed 3 years ago

JR--Chen commented 4 years ago

0.6.0 后的自动配置项依赖了Spring boot 2.x的API,spring boot 1.x在添加该stater后无法正确运行。

sofastack-bot[bot] commented 4 years ago

Hi @JR--Chen, we detect non-English characters in the issue. This comment is an auto translation by @sofastack-robot to help other users to understand this issue.

We encourage you to describe your issue in English which is more friendly to other users.

The automatic configuration items after 0.6.0 depend on the API of Spring boot 2.x. Spring boot 1.x cannot run correctly after adding the statuser.

glmapper commented 3 years ago

0.6.0 后的自动配置项依赖了Spring boot 2.x的API,spring boot 1.x在添加该stater后无法正确运行。

spring boot 官方已经不再维护 1.x 版本了,建议迁移至 2.x 版本

qixiaobo commented 11 months ago

same here