Dmytro Tsokolov

Results 13 comments of Dmytro Tsokolov

I'm mostly interested in extending `org.springframework.boot.context.properties.bind.Binder` class, but almost all classes inside `org.springframework.boot.context.properties.bind` are package-private. About optimisation. I'm not sure it would work generally, but the idea is the following:...

@wilkinsona sure. Should I just create an example with couple of config files, or with hundreds to emulate performance issues?

attaching example of spring app with 1000 configs that is started up for 40-50s locally. In my real app I have more fields and more spring placeholders, so app start...

The other option I'm thinking of: As you see I have a simple hashmap on the root level. So if only a part of the binding beans were opened for...

Hi @Mobe91. Thanks for the comment. Would it be possible for you to somehow provide snippets of your workarounds? @philwebb is anyone going to take a look at the example...

Wow! Thanks a lot @wilkinsona! I will definitely try it later this/next week and let you know

Btw, is there any change this fix will be merged into 2.7 as well?

@wilkinsona I can confirm performance improvement on the test app I provided on both 3.3 and 2.7 (applied same patch) versions of spring. However I don't see any performance change...

@wilkinsona yes, it seems this is the main difference between test and real app. In my real app I have a single property source with properties for all of the...