Maksim Orlov

Results 25 comments of Maksim Orlov

3.0.0 is waiting while @dilipkrish finish with OAS 3.0. I don't know the release date, unfortunately.

@sgri, there is no need to disclosure your own project. I just suggest to make test repository with mock controllers, that can reproduce the issue. That will help me to...

I understand that. I made tests on my own mock project and didn't face any performance recession, merging algorithm can handle up to 1000 controller each minute. So, It would...

Thanks for the description. I will discourse your PR with @dilipkrish , it will be useful to have some global cache for scanned `ModelContexts`. For version 3.0.0 the question is...

There is [CachingModelDependencyProvider](https://github.com/springfox/springfox/blob/master/springfox-schema/src/main/java/springfox/documentation/schema/CachingModelDependencyProvider.java) that prevents from redundant scanning. I think, that is better to optimize that class instead of adding extra `Map` inside `DefaultModelDependencyProvider`.

It looks like that [annotation](https://github.com/springfox/springfox/blob/master/springfox-schema/src/main/java/springfox/documentation/schema/ModelDependencyProvider.java#L28) was moved to interface level.

I agreed with you, `DefaultModelDependencyProvider#resolvedDependencies` should use cache as well.

Dilip, will OAS 3 support this ? I saw a lot of open issues about messaging on a their repository...

Hi, @terryBaz. Thanks for the report. Could you, please, provide little bit more log output and the types the cause the infinity loop? Also you could try 3.0.0-SNAPSHOT version.

Hi, @mkhayata. JSR - 303 validation groups is under work for now. There is a related issue for this #1356 and that issue is blocked until #2056 will be merged.