Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Position argument seemingly not picked up #33

Open
BenFradet opened this issue Aug 19, 2014 · 2 comments
Open

Position argument seemingly not picked up #33

BenFradet opened this issue Aug 19, 2014 · 2 comments

Comments

@BenFradet
Copy link
Contributor

Hey,

I'm currently using spray-swagger and encountering the following issue:

I have three @Api each containing a position argument.
Each of these api contains multiple @ApiOperation containing a position argument as well.

The problem is that those position arguments do not seem to be picked up by spray-swagger. Indeed, the @Api and @ApiOperation seem to be ordered alphabetically.

Any ideas why?

@mhamrah
Copy link
Contributor

mhamrah commented Aug 19, 2014

Hmmm... It may be the serializer isn't honoring the position property
correctly, or is confused with the nested attributes. I'll need to do some
digging to see if it's in the swagger-core layer or of it's how
spray-swagger is serializing the response.

On Aug 19, 2014, at 8:23 AM, Benjamin Fradet [email protected]
wrote:

Hey,

I'm currently using spray-swagger and encountering the following issue:

I have three @Api each containing a position argument.
Each of these api contains multiple @ApiOperation containing a position
argument as well.

The problem is that those position arguments do not seem to be picked up by
spray-swagger. Indeed, the @Api and @ApiOperation seem to be ordered
alphabetically.

Any ideas why?


Reply to this email directly or view it on GitHub
#33.

@bradtaylor
Copy link

I am also seeing this issue. Any updates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants