1. 24 Apr, 2018 4 commits
  2. 16 Apr, 2018 6 commits
  3. 06 Apr, 2018 1 commit
  4. 26 Mar, 2018 2 commits
    • Dave Syer's avatar
      Update README · 7e53a744
      Dave Syer authored
      7e53a744
    • Dave Syer's avatar
      Convert Consumer<Foo> to Function<Flux<Foo>,Mono<Void>> · 5aeba1ea
      Dave Syer authored
      This results in a better experience for users because the consumer
      that they write is only applied to a Flux that is subscribed to
      by the framework once. It gives better control over the flow of
      foos, e.g. if some component wants to subscribe on a thread.
      5aeba1ea
  5. 21 Mar, 2018 1 commit
    • Dave Syer's avatar
      Inspect bean class if it is available · a1b624b2
      Dave Syer authored
      Avoids instantiating beans if not necessary, and allows user to
      provide Function as a @SpringBootApplication (for instance), or
      more generally as a source to the application context (as opposed
      to being component scanned).
      a1b624b2
  6. 20 Mar, 2018 2 commits
  7. 18 Mar, 2018 1 commit
  8. 16 Mar, 2018 6 commits
  9. 15 Mar, 2018 2 commits
  10. 09 Mar, 2018 1 commit
  11. 02 Mar, 2018 1 commit
  12. 01 Mar, 2018 1 commit
  13. 28 Feb, 2018 3 commits
  14. 27 Feb, 2018 1 commit
  15. 26 Feb, 2018 5 commits
  16. 24 Feb, 2018 1 commit
  17. 23 Feb, 2018 2 commits