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

Upgrading openapi produces errors in POM #152

Open
dgarijo opened this issue Nov 9, 2020 · 0 comments
Open

Upgrading openapi produces errors in POM #152

dgarijo opened this issue Nov 9, 2020 · 0 comments
Labels
enhancement New feature or request low priority This doesn't seem right

Comments

@dgarijo
Copy link
Contributor

dgarijo commented Nov 9, 2020

For some reason, when upgrading the open api generator:

<dependency>
            <groupId>org.openapitools</groupId>
            <artifactId>openapi-generator</artifactId>
            <version>4.0.0</version>
            <!-- <version>4.3.1</version>-->
        </dependency>

from version 4.0.0 to 4.3.1 I get an error:
java.lang.ClassNotFoundException: com.fasterxml.jackson.core.TSFBuilder

I have not been able to find a solution so far (something may be wrong in the pom.xml). I tried to add the dependency separately without success. I tried this to validate the API with a more recent version, but it seems it doesn't detect the errors for missing schemas.

@dgarijo dgarijo added enhancement New feature or request low priority This doesn't seem right labels Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant