Skip to content

hide timestamp in generated OpenAPI code - #1533

Merged
ilgrosso merged 1 commit into
apache:masterfrom
hboutemy:patch-1
Sep 14, 2026
Merged

ilgrosso merged 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() { 
│    }

@ilgrosso ilgrosso left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @hboutemy thank you
I will backport this change to other active branches too.

@ilgrosso
ilgrosso merged commit 6f23286 into apache:master Sep 14, 2026
24 of 27 checks passed
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.

2 participants