Skip to content

Several fixes and improvements#70

Open
dayman wants to merge 14 commits intowkennedy:masterfrom
dayman:master
Open

Several fixes and improvements#70
dayman wants to merge 14 commits intowkennedy:masterfrom
dayman:master

Conversation

@dayman
Copy link
Copy Markdown
Contributor

@dayman dayman commented May 14, 2014

No description provided.

Andrey Antonov and others added 14 commits March 17, 2014 17:03
…kup of models.

So the inner classes marked with $ sign like List[com.something.Container$Inner] and regexp doesn't contain $

val ComplexTypeMatcher = "([a-zA-Z]*)\\[([a-zA-Z\\.\\-]*)\\].*".r
should be
val ComplexTypeMatcher = "([a-zA-Z]*)\\[([a-zA-Z\\.\\-\\$]*)\\].*".r
…oped-filters

add request scoped filters
* PT2-1043 Add support of @ApiImplicitParam to swagger4spring-web

* PT2-1043 Add support of @ApiImplicitParam to swagger4spring-web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants