Maksim Orlov

Results 25 comments of Maksim Orlov

Hi @leerenbo . Would you mind providing test repository to reproduce the issue. That way I will be able to debug and fix it.

@lcanet, thanks for the example. I will look it and then fix the issue.

@iKrushYou, @saravanantpsp is problem still present with 3.0.0-SNAPSHOT version?

@iKrushYou , add SNAPSHOT repository to your pom file. ``` jcenter jcenter https://jcenter.bintray.com/ jcenter-snapshots jcenter http://oss.jfrog.org/artifactory/oss-snapshot-local/ ```

Hi, @jcathcart-clgx. Could you provide source code, or, is better, test repository to reproduce the issue?

@jcathcart-clgx, I made some research and that is definitely bug, annotations is not respected For now, the only way is renaming getter and setter methods I will fix that in...

@robertoamadeuneto, @sgri, could you provide some test repository as example to introduce issue with slow scanning/generating swagger definition. So, I'll be able to find out the main reason and handle...

Hi, @ChandranMuthu What version do you use, is it 2.9.2 or 3.0.0-SNAPSHOT ?

@ChandranMuthu, could you provide some test repository that show problem with slow loading / scanning models. So, I would be able to fix that problem for the next releases.

I've tested `3.0.0-SNAPSHOT` version, and I've got _60_ seconds per _1000_ of controllers with models that have cyclic links on each other. So, I suspect that is some special case,...