This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 3616f4a4d5dab6c4f0eb2f08a24fe9749ff4fbcb 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 5e2d08b3f2..c895c8f083 100644 --- a/ext/openfga/client-openfga/pom.xml +++ b/ext/openfga/client-openfga/pom.xml @@ -89,6 +89,7 @@ under the License. <useJakartaEe>true</useJakartaEe> <openApiNullable>false</openApiNullable> <sourceFolder>/</sourceFolder> + <hideGenerationTimestamp>true</hideGenerationTimestamp> </configOptions> </configuration> </execution>
