Skip to content

Kantis/kxs-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflux KotlinX Serialization issue

When using KotlinX serialization with Webflux, we expect that any combination of suspend functions and ResponseEntity<T> to play nicely together.

This project demonstrates that this is only the case when using suspend and not using ResponseEntity<T>. Any other combination of the two will cause Webflux to fall back to Jackson serialization which does not handle value classes.

How to run

  1. ./gradlew bootRun

  2. ./gradlew check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from Kantis/kotlin-template