Hi, Is it possible/feasible to disable the service loader mechanism and setup tamaya manually?
Background: I've been playing around with integrating tamaya in an existing application and I need various parts of tamaya to be wired by springframework in order to use configuration from databases etc. It seems like some of the implementations are pretty tightly coupled to the jvm service loader, it would be nice if the wiring of the classes was not happening internally in the default implementations. The whole JVM service loader singleton stuff seems hard to work around during unit tests with different configurations etc. Being able to disable the service loader wiring would go a long way i think (maybe have the wiring in a separate module?). Thoughts? Btw. a lot of the extension documentation has the following phrase in the compatibility section: "The module is based on Java 7, so it will not run on Java 7 and beyond." Which does not make much sense to me ;) -- Chris
