kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Sort config sources after their initialization from service loader #194

Closed urbim closed 3 years ago

urbim commented 3 years ago

Since we allow new configuration sources to be defined via ServiceLoader (from #167), we need to sort them prior to EeConfig initialization.

Fixes #193