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] Configuration option to disable HTML escaping when using Gson #7966

Merged
merged 3 commits into from
Jun 11, 2018
Merged

[Java] Configuration option to disable HTML escaping when using Gson #7966

merged 3 commits into from
Jun 11, 2018

Commits on Apr 4, 2018

  1. Configuration option to disable HTML escaping when using Gson

    The default implementation of Gson will escape certain characters by default. This
    includes the `=` character, which is used in base64 encoding and cause problems when
    deserializing the value to a base64 encoded string in a service.
    
    Adding an option for disabling this feature makes it easier to generate client code
    with sane defaults.
    stianlik committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    72b1749 View commit details
    Browse the repository at this point in the history
  2. Update PetStore sample

    stianlik committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    282f359 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    feb8b16 View commit details
    Browse the repository at this point in the history