1. 21 Dec, 2020 8 commits
  2. 18 Dec, 2020 5 commits
  3. 17 Dec, 2020 1 commit
  4. 15 Dec, 2020 1 commit
  5. 14 Dec, 2020 1 commit
  6. 12 Dec, 2020 1 commit
  7. 11 Dec, 2020 3 commits
  8. 10 Dec, 2020 2 commits
  9. 08 Dec, 2020 3 commits
  10. 03 Dec, 2020 2 commits
  11. 02 Dec, 2020 8 commits
  12. 01 Dec, 2020 1 commit
  13. 30 Nov, 2020 1 commit
  14. 25 Nov, 2020 2 commits
    • Dave Syer's avatar
      Add a new strategy for header enrichment · 1925b490
      Dave Syer authored
      There was a TODO in the cloud events section of the function catalog.
      This extracts that into a strategy and autoconfigures it:
      CloudEventOutputMessageHeaderEnricher.
      1925b490
    • Dave Syer's avatar
      Refactor some lambdas to enable native image building · 8bf2fa7e
      Dave Syer authored
      Without this change a function with a Tomcat wrapper cannot be compiled
      to a native image (or it can but it fails at runtime) because there
      are lambda$$$ methods in the byte code that refer to missing types.
      8bf2fa7e
  15. 23 Nov, 2020 1 commit