hboutemy opened a new pull request, #1533: URL: https://github.com/apache/syncope/pull/1533
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 │ }) │ [email protected](value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-09-11T08:24:25.043110312+02:00[Europe/Rome]", comments = "Generator version: 7.25.0") │ [email protected](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() { │ } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
