Branch reactor-context breaks Spring 2.2.0M4
See original GitHub issueI am really not sure if I should address this here, but I found that the reactor-context branch breaks with Spring Boot Webflux 2.2.0M4. It works with 1.3.0 RC.
org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.config.annotation.web.reactive.ServerHttpSecurityConfiguration]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: kotlinx/coroutines/reactive/flow/PublisherAsFlowKt
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Spring Boot Reference Guide
You'll find a gentle introduction to Spring Boot along with installation instructions. We'll then build our first Spring Boot application, discussing some core...
Read more >Reactor 3 Reference Guide
2.2. Prerequisites. Reactor Core runs on Java 8 and above. It has a transitive dependency on org.reactivestreams:reactive-streams:1.0.3 .
Read more >Why is reactor context throwing "Context does not contain ...
I tried this code but got "java.util.NoSuchElementException: Context does not contain key: userId". spring-security · spring-webflux.
Read more >Build Reactive APIs with Spring WebFlux
Spring Boot 2.0 was a long-awaited release from the good folks at Pivotal. One of its new features ... Flux; import reactor.core.publisher.
Read more >Daily Reactive: Context loss detection in Project Reactor
It is a very powerful feature that is used by Spring Security, Spring Cloud Sleuth, R2DBC and other libraries. But, with great power...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Coroutines
1.3.0
GA is up!We are now managing Coroutines version at Spring Boot level to provide the right version compatible with Spring Framework and we are still in RC/Milestone phase (even if late) so I think we can live without hidden API to preserve compat. I prefer a clean breakage that something that working partially. Of course it is important to get the final API asap since we are approaching of the GA.