Skip to content

[SCB-1637] fix demo test NPE caused by HystrixPropertiesStrategy registration#1454

Merged
liubao68 merged 3 commits intoapache:masterfrom
yhs0092:fix-demo-failure-SCB-1637
Dec 17, 2019
Merged

[SCB-1637] fix demo test NPE caused by HystrixPropertiesStrategy registration#1454
liubao68 merged 3 commits intoapache:masterfrom
yhs0092:fix-demo-failure-SCB-1637

Conversation

@yhs0092
Copy link
Member

@yhs0092 yhs0092 commented Dec 11, 2019

The demo module demo-spring-boot-jaxrs-client upgrade the SpringBoot modules to version 2.x, and the io.micrometer:micrometer-core introduced by spring-boot-starter-actuator registers HystrixPropertiesStrategy before the biz-keeper module of Java-Chassis, which causes NPE in demo test.

the demo module import io.micrometer:micrometer-core
and this module registers HystrixPropertiesStrategy
before the biz-keeper module of Java-Chassis, which
causes NPE on consumer side when request timeout occurs.
@liubao68 liubao68 merged commit 83ad7df into apache:master Dec 17, 2019
@yhs0092 yhs0092 deleted the fix-demo-failure-SCB-1637 branch December 19, 2019 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants