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

Fixes incorrect Jackson imports in Java templates used in ApiClient.java when useJakartaEe=true #18507

Commits on Apr 27, 2024

  1. Adds useJakartaEe condition to select the appropriate Jackson package…

    … to import.
    
    This also removes the import on the apache-httpclient template where it doesn't actually get used, requiring users to declare additional dependencies for compilation that aren't actually required by the generated code other than for import.
    JochemKuijpers committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b4be3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c237671 View commit details
    Browse the repository at this point in the history