#6457 introduced the ComponentProvider SPI as the general purpose mechanism for providing custom SDK extension plugins for file configuration. However, the file configuration implementation now needs to be updated to actually add support for all the various SDK extension plugins. Tracking support below
For resources, should likely add support for ResourceProvider instead of loading via ComponentProvider since ResourceDeteector is already a first class concept in the specification, and ResourceProvider is the java implementation of ResourceDetector.
#6457 introduced the ComponentProvider SPI as the general purpose mechanism for providing custom SDK extension plugins for file configuration. However, the file configuration implementation now needs to be updated to actually add support for all the various SDK extension plugins. Tracking support below
For resources, should likely add support for ResourceProvider instead of loading via ComponentProvider since ResourceDeteector is already a first class concept in the specification, and ResourceProvider is the java implementation of ResourceDetector.