question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Branch reactor-context breaks Spring 2.2.0M4

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
elizarovcommented, Aug 27, 2019

Coroutines 1.3.0 GA is up!

1reaction
sdeleuzecommented, Aug 6, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found