1. 15 Mar, 2018 2 commits
  2. 09 Mar, 2018 1 commit
  3. 02 Mar, 2018 1 commit
  4. 01 Mar, 2018 1 commit
  5. 28 Feb, 2018 3 commits
  6. 27 Feb, 2018 1 commit
  7. 26 Feb, 2018 5 commits
  8. 24 Feb, 2018 1 commit
  9. 23 Feb, 2018 5 commits
  10. 21 Feb, 2018 1 commit
  11. 20 Feb, 2018 1 commit
  12. 16 Feb, 2018 2 commits
    • Dave Syer's avatar
      8cd26759
    • Dave Syer's avatar
      Support for isolated class loaders extended to cover more functions · 1b624c35
      Dave Syer authored
      Functions with Flux and Message (as well as POJOs and Flux of POJO
      which were already supported) should now work if they are created in
      an isolated class loader. Preconditions:
      
      * The class loaders must have the reactor-core (and reactive-streams)
      shared between the app and the function. Practically speaking this means
      there has to be a parent class loader with just reactive types, and
      sibling children for the app and the function. This is not a new
      requirement (it was needed for Flux of POJO anyway).
      
      * Message types are handled reflectively, so they don't have to be in a
      shared class loader. But they do have to be  on the class path on
      both sides (obviously).
      1b624c35
  13. 14 Feb, 2018 2 commits
  14. 09 Feb, 2018 1 commit
  15. 25 Jan, 2018 2 commits
  16. 24 Jan, 2018 3 commits
  17. 20 Jan, 2018 1 commit
  18. 19 Jan, 2018 2 commits
  19. 18 Jan, 2018 4 commits
  20. 09 Jan, 2018 1 commit