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

[kotlin-spring] Fix cookie parameter code generation in API #17959

Merged

Commits on Feb 25, 2024

  1. + Cookie parameter generation fixed

    * Added cookie parameter mustache template for generating cookie related code
    * Adapted kotlin-spring api templates to include cookie parameters
    * Added tests for evaluating cookie parameter code generation
    * Added configuration sample for the new cookie use case
    oscarr-reyes committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    36e80d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. - Unused fake cases removed

    * Removed fake cases from openapi spec that were not related to cookie usage
    * Cleaned sample files
    oscarr-reyes committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a6befd9 View commit details
    Browse the repository at this point in the history