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

[Java] remove deprecated jackson classes #7304

Merged
merged 18 commits into from
Aug 27, 2020

Commits on May 10, 2019

  1. [java/resttemplate] Generate valid code if no Authentication implemen…

    …tations present
    
    Take the logic used to decide which instances to add to the authentications map and re-use to not import classes or offer non-functional util methods
    jonfreedman authored May 10, 2019
    Configuration menu
    Copy the full SHA
    6e45090 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    0b02345 View commit details
    Browse the repository at this point in the history
  2. parameterize formParams

    fixes #5782
    jonfreedman committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    7a26ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcbb878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b2159 View commit details
    Browse the repository at this point in the history
  5. Revert "[java/resttemplate] Generate valid code if no Authentication …

    …implementations present"
    
    This reverts commit 6e45090.
    jonfreedman committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8956c4b View commit details
    Browse the repository at this point in the history
  6. Revert "parameterize formParams"

    This reverts commit 7a26ce5.
    jonfreedman committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9e1eec0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    4e10fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf901a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge remote-tracking branch 'upstream/master' into 5779-remove-depre…

    …cated-jackson-classes
    
    # Conflicts:
    #	samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/RFC3339DateFormat.java
    jonfreedman committed May 26, 2020
    Configuration menu
    Copy the full SHA
    8432951 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge branch '5779-remove-deprecated-jackson-classes' of https://gith…

    …ub.com/jonfreedman/openapi-generator into jonfreedman-5779-remove-deprecated-jackson-classes2
    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    03ae367 View commit details
    Browse the repository at this point in the history
  2. update samples

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    a0e32f4 View commit details
    Browse the repository at this point in the history
  3. update samples

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    653aac2 View commit details
    Browse the repository at this point in the history
  4. fix jersey1 tests

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1ac0a43 View commit details
    Browse the repository at this point in the history
  5. fix jersey2 test

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    34e2421 View commit details
    Browse the repository at this point in the history
  6. update resteasy dependencies

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    7651b9d View commit details
    Browse the repository at this point in the history
  7. fix java jersey2 oas3 tests

    wing328 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0e6794d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38a8122 View commit details
    Browse the repository at this point in the history