1. 15 Jun, 2018 2 commits
  2. 12 Jun, 2018 1 commit
  3. 06 Jun, 2018 1 commit
  4. 04 Jun, 2018 5 commits
  5. 26 May, 2018 2 commits
  6. 25 May, 2018 1 commit
  7. 22 May, 2018 3 commits
  8. 21 May, 2018 6 commits
  9. 18 May, 2018 2 commits
  10. 15 May, 2018 1 commit
  11. 02 May, 2018 4 commits
  12. 01 May, 2018 2 commits
  13. 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
  14. 24 Apr, 2018 7 commits