Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for square brackets in the operation name #32

Merged
merged 6 commits into from
Jun 4, 2019

Conversation

cortinico
Copy link
Collaborator

The generator is broken for operations with parameters that have square
brackets in the name. Apparently the version of Swagger Codegen that
we're using is not excluding [ and ] when doing the camelization of
the parameter name.

Fixes #31

The generator is broken for operations with parameters that have square
brackets in the name. Apparently the version of Swagger Codegen that
we're using is not excluding `[` and `]` when doing the camelization of
the parameter name.

Fixes #31
@cortinico cortinico self-assigned this Jun 4, 2019
We need to bump the version to a -SNAPSHOT in order to be able to test
the upcoming changes.
Creating the `junit-tests` sample to have a space where we can test our
specs and make sure we cover all the edge cases reported in bug reports.
Travis is not able to build the project as the Gradle plugin
1.1.0-SNAPSHOT is missing in all the repository. This is preventing the
project from even building the plugin and publishing it to Maven Local.

To avoid this, I'm adding a conditional loading of the Gradle modules
that will load the `samples` only if we the plugin is found in any
repository.
@cortinico cortinico merged commit e607915 into master Jun 4, 2019
@cortinico cortinico deleted the fix-31-brackets-in-param-names branch June 4, 2019 12:48
@cortinico cortinico added this to the 1.1.0 milestone Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants