This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 6f23286a27 hide timestamp in generated OpenAPI code (#1533)
6f23286a27 is described below
commit 6f23286a279b6ed63806fdeed2b90ab925b27836
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 c35524868c..a721b3aa5d 100644
--- a/ext/openfga/client-openfga/pom.xml
+++ b/ext/openfga/client-openfga/pom.xml
@@ -108,6 +108,7 @@ under the License.
<useJakartaEe>true</useJakartaEe>
<openApiNullable>false</openApiNullable>
<sourceFolder>/</sourceFolder>
+ <hideGenerationTimestamp>true</hideGenerationTimestamp>
</configOptions>
</configuration>
</execution>