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] Feat add java builder pattern #18569

Closed
wants to merge 33 commits into from

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    aef3b64 View commit details
    Browse the repository at this point in the history
  2. fix(java): Remove unused getDiscriminatorValue()

    Jean-Paul Finne committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4199d11 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. build at Fednot

    Jean-Paul Finne committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    77a34df View commit details
    Browse the repository at this point in the history
  2. build at Fednot

    Jean-Paul Finne committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    53832b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. build at Fednot: skip sonar

    Jean-Paul Finne committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ad9959e View commit details
    Browse the repository at this point in the history
  2. scm for release at fednot

    Jean-Paul Finne committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    eff380a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	modules/openapi-generator-cli/pom.xml
    #	modules/openapi-generator-core/pom.xml
    #	modules/openapi-generator-gradle-plugin/pom.xml
    #	modules/openapi-generator-maven-plugin/pom.xml
    #	modules/openapi-generator-online/pom.xml
    #	modules/openapi-generator/pom.xml
    #	modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
    #	pom.xml
    Jean-Paul Finne committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b3ea3d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	pom.xml
    jpfinne committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8fb89ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a29795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e83bee View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    e91cde1 View commit details
    Browse the repository at this point in the history
  2. test all vars

    jpfinne committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ca5b2e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. rollback custom pom.xml

    jpfinne committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9263f4c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 26, 2024

  1. commit master

    jpfinne committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    33a68b2 View commit details
    Browse the repository at this point in the history
  2. commit test

    jpfinne committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    15064a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. merge

    jpfinne committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5a60447 View commit details
    Browse the repository at this point in the history
  2. merge

    jpfinne committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0a2849c View commit details
    Browse the repository at this point in the history
  3. merge

    jpfinne committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2657e85 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add builder for java models

    jpfinne committed May 3, 2024
    Configuration menu
    Copy the full SHA
    490f95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcdb068 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    6118cf6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	bin/configs/java-okhttp-user-defined-templates.yaml
    #	modules/openapi-generator/src/main/resources/php-flight/register_routes.mustache
    #	modules/openapi-generator/src/main/resources/php-flight/register_routes_test.mustache
    #	modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java
    #	modules/openapi-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing.yaml
    #	modules/openapi-generator/src/test/resources/3_0/spring/issue_18340.yaml
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/.github/workflows/maven.yml
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/.openapi-generator/FILES
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/gradle/wrapper/gradle-wrapper.jar
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/gradle/wrapper/gradle-wrapper.properties
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/gradlew
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/gradlew.bat
    #	samples/client/echo_api/java/okhttp-gson-user-defined-templates/info.md
    #	samples/openapi3/client/petstore/python/tests/test_model.py
    #	samples/server/petstore/php-flight/RegisterRoutes.php
    #	samples/server/petstore/php-flight/Test/RegisterRoutesTest.php
    jpfinne committed May 4, 2024
    Configuration menu
    Copy the full SHA
    5a82c52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    704ce93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a4ec0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ce4d8d View commit details
    Browse the repository at this point in the history
  6. regenerate documentation

    jpfinne committed May 4, 2024
    Configuration menu
    Copy the full SHA
    39e8107 View commit details
    Browse the repository at this point in the history
  7. regenerate documentation

    jpfinne committed May 4, 2024
    Configuration menu
    Copy the full SHA
    53925ba View commit details
    Browse the repository at this point in the history
  8. simplify test

    jpfinne committed May 4, 2024
    Configuration menu
    Copy the full SHA
    275d834 View commit details
    Browse the repository at this point in the history
  9. regenerate documentation

    jpfinne committed May 4, 2024
    Configuration menu
    Copy the full SHA
    517a466 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    4617c9f View commit details
    Browse the repository at this point in the history
  2. merge master

    jpfinne committed May 9, 2024
    Configuration menu
    Copy the full SHA
    44bb56a View commit details
    Browse the repository at this point in the history