Skip to content

hide timestamp in generated OpenAPI code - #1533

Open
hboutemy wants to merge 1 commit into
apache:masterfrom
hboutemy:patch-1
Open

hide timestamp in generated OpenAPI code#1533
hboutemy wants to merge 1 commit into
apache:masterfrom
hboutemy:patch-1

Conversation

@hboutemy

Copy link
Copy Markdown
Member

should solve the remaining issue for Reproducible Builds https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/syncope/README.md

= syncope-ext-openfga-client-4.1.3-sources.jar

├── org/apache/syncope/ext/openfga/client/model/WriteAuthorizationModelResponse.java
│ @@ -31,15 +31,15 @@
│  import org.apache.syncope.ext.openfga.client.ApiClient;
│  /**
│   * WriteAuthorizationModelResponse
│   */
│  @JsonPropertyOrder({
│    WriteAuthorizationModelResponse.JSON_PROPERTY_AUTHORIZATION_MODEL_ID
│  })
│ -@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-09-11T08:24:25.043110312+02:00[Europe/Rome]", comments = "Generator version: 7.25.0")
│ +@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-09-12T07:58:56.874168740+02:00[Europe/Paris]", comments = "Generator version: 7.25.0")
│  public class WriteAuthorizationModelResponse {
│    public static final String JSON_PROPERTY_AUTHORIZATION_MODEL_ID = "authorization_model_id";
│    @jakarta.annotation.Nonnull
│    private String authorizationModelId;
│  
│    public WriteAuthorizationModelResponse() { 
│    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant