[
https://issues.apache.org/jira/browse/CAMEL-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984753#comment-15984753
]
Nicola Ferraro commented on CAMEL-11201:
----------------------------------------
The problem happens whenever the user decide not to use the
CamelReactiveStreamService, i.e. not injecting it in any managed bean. The
examples worked because it was Autowired somewhere in the code. Even if it's
injected in the code, sometimes (depending on the creation order of beans in
the registry) it is not created in the expected order and prevents the
application startup.
This has been fixed in the master branch, but I think it's important to have it
in 2.19.0.
> camel-reactive-streams - Cannot create service in spring-boot
> -------------------------------------------------------------
>
> Key: CAMEL-11201
> URL: https://issues.apache.org/jira/browse/CAMEL-11201
> Project: Camel
> Issue Type: Bug
> Components: camel-reactive-streams
> Affects Versions: 2.19.0
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
>
> I've tried to run a reactive streams application on the preview of v. 2.19.0
> and found a deadlock while instantiating the reactive-streams service (the
> starter code and the CamelReactiveStreams class wait one for the other).
> It's strange, since the reactive streams examples are based on spring-boot.
> I'm investigating. This may require a new release of camel 2.19.0.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)