elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

New injector

Open prdoyle opened this issue 6 months ago • 3 comments

Implements ES-9076.

There are two notable commits here:

  • 1de4b74bb181ba223f91fd4c87e8666f861a3e99 adds the ability for createComponents to return classes, which the new injector will inject. This feature takes the place of the build-time scan, which I've left out of this PR, but we anticipate re-adding later, so this feature is effectively temporary (hopefully!)
  • 2e4c39343fdd6f35a925df9323e3d8ffbf5aad7b uses the new injector for one of the simplest plugins, Downsample. It demonstrates the kind of changes we can do now with the new injector.

prdoyle avatar Aug 08 '24 20:08 prdoyle