An open API service indexing awesome lists of open source software.

https://github.com/jabrena/winter-games-2019-game3

Java + Webflux + Reactor + VAVR + YAVI + Resilience4j
https://github.com/jabrena/winter-games-2019-game3

Last synced: 29 days ago
JSON representation

Java + Webflux + Reactor + VAVR + YAVI + Resilience4j

Awesome Lists containing this project

README

        

# winter-games-2019-game3

Java + Webflux + Reactor + VAVR + YAVI

[![Build Status](https://travis-ci.org/jabrena/winter-games-2019-game3.svg?branch=master)](https://travis-ci.org/jabrena/winter-games-2019-game3)

## Backlog

- [ ] Mount multiple routers
- [ ] Mount nested routes
- [ ] Return Types with Primitives & Wrapper Types
- [ ] Return Types with Complex POJOS
- [ ] Return Collections like Lists, Map
- [x] Check headers with Webflux wilters
- [ ] Check headers with Spring Security
- [x] Test 404
- [x] Initial support for `"ControllerAdvice"` in Webflux

## References

- https://programmer.help/blogs/webflux-rest-api-global-exception-handling-error-handling.html
- https://blog.softwaremill.com/spring-webflux-and-domain-exceptions-10ae2096b159
- https://www.naturalprogrammer.com/courses/332639/lectures/5902512
- https://medium.com/@ldduy1006/spring-webflux-security-configuration-28ac86423a42