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

Manager starter and third-lib version. #211

Merged
merged 4 commits into from
Sep 12, 2018

Conversation

QilongZhang
Copy link
Contributor

No description provided.

@QilongZhang QilongZhang added this to the 2.4.8 milestone Sep 11, 2018
@QilongZhang QilongZhang added the enhancement New feature or request label Sep 11, 2018
@coveralls
Copy link

coveralls commented Sep 11, 2018

Pull Request Test Coverage Report for Build 474

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 65 unchanged lines in 16 files lost coverage.
  • Overall coverage remained the same at 65.32%

Files with Coverage Reduction New Missed Lines %
infra-sofa-boot-starter/src/main/java/com/alipay/sofa/infra/endpoint/SofaBootVersionEndpoint.java 1 81.94%
healthcheck-sofa-boot-starter/src/main/java/com/alipay/sofa/healthcheck/core/HealthIndicatorCheckProcessor.java 1 70.45%
healthcheck-sofa-boot-starter/src/main/java/com/alipay/sofa/healthcheck/startup/ReadinessCheckProcessor.java 1 75.86%
isle-sofa-boot-starter/src/main/java/com/alipay/sofa/isle/spring/listener/SofaModuleContextRefreshedListener.java 1 72.41%
runtime-sofa-boot-starter/src/main/java/com/alipay/sofa/runtime/service/helper/ReferenceRegisterHelper.java 2 76.19%
runtime-sofa-boot-starter/src/main/java/com/alipay/sofa/runtime/spring/factory/ServiceFactoryBean.java 2 69.44%
test-sofa-boot-starter/src/main/java/com/alipay/sofa/test/runner/SofaJUnit4Runner.java 3 56.67%
infra-sofa-boot-starter/src/main/java/com/alipay/sofa/infra/config/spring/namespace/handler/SofaBootNamespaceHandler.java 3 0.0%
runtime-sofa-boot-starter/src/main/java/com/alipay/sofa/runtime/spring/factory/AbstractContractFactoryBean.java 4 52.38%
healthcheck-sofa-boot-starter/src/main/java/com/alipay/sofa/healthcheck/configuration/HealthCheckConfiguration.java 4 40.0%
Totals Coverage Status
Change from base Build 456: 0.0%
Covered Lines: 1471
Relevant Lines: 2252

💛 - Coveralls

<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.api.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这两个在 spring-boot-dependencies 中已经管控了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@straybirdzls 已删

<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些改完之后 rpc 也记得配合改下 ,之前这些组件应该都是在 rpc 中管理的

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些组件在商业版也管理了,所以使用商业版时,都以这些版本为效。 rpc 那边最好是配置相同版本,不过可以不强制要求。

@straybirdzls straybirdzls merged commit 4672565 into sofastack:2.4.x Sep 12, 2018
@QilongZhang QilongZhang deleted the version_manager branch October 30, 2018 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants