1. 19 Mar, 2021 1 commit
    • Andy Wilkinson's avatar
      Allow operations to produce different output · 1ec49cee
      Andy Wilkinson authored
      Update the actuator @Enpoint` infrastructure code so that operations
      may inject enums that indicate the type of output to produce. A new
      `Producible` interface can be implemented by any enum that indicates
      the mime-type that an enum value produces.
      
      The new `OperationArgumentResolver` provides a general strategy for
      resolving operation arguments with `ProducibleOperationArgumentResolver`
      providing support for `Producible` enums. Existing injection support has
      been refactored to use the new resolver.
      
      See gh-25738
      1ec49cee
  2. 18 Mar, 2021 16 commits
  3. 17 Mar, 2021 23 commits