This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_1_X by this push:
new 59a537aa17 hide timestamp in generated OpenAPI code (#1533)
59a537aa17 is described below
commit 59a537aa1751f1f92b0a2509115db03ec4e0fd17
Author: Hervé Boutemy <[email protected]>
AuthorDate: Mon Sep 14 08:19:06 2026 +0200
hide timestamp in generated OpenAPI code (#1533)
---
ext/openfga/client-openfga/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ext/openfga/client-openfga/pom.xml
b/ext/openfga/client-openfga/pom.xml
index 17a6cf1ca5..97f122e34a 100644
--- a/ext/openfga/client-openfga/pom.xml
+++ b/ext/openfga/client-openfga/pom.xml
@@ -90,6 +90,7 @@ under the License.
<useJakartaEe>true</useJakartaEe>
<openApiNullable>false</openApiNullable>
<sourceFolder>/</sourceFolder>
+ <hideGenerationTimestamp>true</hideGenerationTimestamp>
</configOptions>
</configuration>
</execution>