OpenSearch/modules/percolator
Simon Willnauer b22c526b34 Cut over settings registration to a pull model (#18890)
Today we have a push model for registering basically anything. All our extension points
are defined on modules which we pass in to plugins. This is harder to maintain and adds
unnecessary dependencies on the modules itself. This change moves towards a pull model
where the plugin offers a getter kind of method to get the extensions. This will also
help in the future if we need to pass dependencies to the extension points which can
easily be defined on the method as arguments if a pull model is used.
2016-06-16 15:52:58 +02:00
..
src Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
build.gradle Moved the percolator from core to its own module 2016-05-24 11:01:57 +02:00