swagger-api / swagger-api/swagger-petstore
swagger-jaxrs2 and swagger-parser version gives a not found error
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 434
- PR merge metrics
- No merged PRs in 30d
Description
io.swagger.core.v3
swagger-jaxrs2
${swagger-core-version}
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>${swagger-parser-version}</version>
</dependency>
Versions values:
swagger-parser-version = 2.0.19-SNAPSHOT
swagger-core-version = 2.1.2-SNAPSHOT
Only works when removing the postfix '-SNAPSHOT'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Maven dependency declarations shown in the issue and verify whether swagger-jaxrs2 2.1.2-SNAPSHOT and swagger-parser 2.0.19-SNAPSHOT are available from the configured repositories. Done means the intended dependency versions resolve without removing the snapshot suffix, with the repository or version requirement documented if the issue is external.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100