1. 18 May, 2018 2 commits
  2. 15 May, 2018 1 commit
  3. 02 May, 2018 4 commits
  4. 01 May, 2018 2 commits
  5. 25 Apr, 2018 3 commits
    • Dave Syer's avatar
      Push deployer configuration out of autoconfig · ebd16463
      Dave Syer authored
      It tends to pop back into function apps where it is not needed
      otherwise. Users that want to use the library need to import
      the FunctionConfiguration directly using the
      @EnableFunctionDeployer convenience annotation..
      ebd16463
    • Dave Syer's avatar
      Replace deployer with a simpler library · 7fa0ed7b
      Dave Syer authored
      Instead of an app, it is now a library with some utilities
      (principally ApplicationBootstrap) for launching a Spring Boot
      application, extracting a function, and registering it in the
      FunctionRegistry.
      7fa0ed7b
    • Dave Syer's avatar
      Fix potential issue when Message is not available but not needed · 59f94c15
      Dave Syer authored
      If an isolated function doesn't have Message in its classpath, we
      will never actually need to instantiate that class. This change
      makes sure we check first.
      59f94c15
  6. 24 Apr, 2018 10 commits
  7. 16 Apr, 2018 6 commits
  8. 06 Apr, 2018 1 commit
  9. 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
  10. 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
  11. 20 Mar, 2018 2 commits
  12. 18 Mar, 2018 1 commit
  13. 16 Mar, 2018 5 commits