mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
245 stars 55 forks source link

Turn off mappings update by default #6

Closed mkopylec closed 8 years ago

mkopylec commented 8 years ago

Mappings updates triggered after errors only make sense if custom MappingsProvider is provided, because this is the only way the mappings can be changed during runtime. Therefore by default they should be disabled.

mkopylec commented 8 years ago

done