Sometimes will appear error with your starter #238
SCUseLGY
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hi @SCUseLGY, yes, there was a depreciation of Emitters in the reactor core library, and we refactored the Emitters to Sinks as recommended by the rector core. I would recommend using the later version of spring boot. This issue was also already discussed in #150 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mr.majusko,
when I use spring-boot-starter-parent which version is 2.2.6-RELEASE,and import your starter which version is 1.1.2,Springboot Application run failed.
ErrorInfo:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'consumerAggregator' defined in URL [jar:file:/Users/.m2/repository/io/github/majusko/pulsar-java-spring-boot-starter/1.1.2/pulsar-java-spring-boot-starter-1.1.2.jar!/io/github/majusko/pulsar/consumer/ConsumerAggregator.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.github.majusko.pulsar.consumer.ConsumerAggregator]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: reactor/core/publisher/Sinks
After review the External Libraries,I found that reactor-core version is 3.3.3 which covered the version in your starter pom.
Beta Was this translation helpful? Give feedback.
All reactions