forked from loafle/openapi-generator-original
hide generation timestamp in java microprofile samples
This commit is contained in:
parent
d6749f8a0e
commit
edd91063b4
@ -9,3 +9,4 @@ additionalProperties:
|
|||||||
artifactId: microprofile-rest-client-3-jackson-with-xml
|
artifactId: microprofile-rest-client-3-jackson-with-xml
|
||||||
configKey: petstore
|
configKey: petstore
|
||||||
microprofileRestClientVersion: "3.0"
|
microprofileRestClientVersion: "3.0"
|
||||||
|
hideGenerationTimestamp: true
|
||||||
|
@ -8,3 +8,4 @@ additionalProperties:
|
|||||||
artifactId: microprofile-rest-client-3-jackson
|
artifactId: microprofile-rest-client-3-jackson
|
||||||
configKey: petstore
|
configKey: petstore
|
||||||
microprofileRestClientVersion: "3.0"
|
microprofileRestClientVersion: "3.0"
|
||||||
|
hideGenerationTimestamp: true
|
||||||
|
@ -22,7 +22,7 @@ import java.text.DecimalFormat;
|
|||||||
import java.util.GregorianCalendar;
|
import java.util.GregorianCalendar;
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
|
|
||||||
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-04-09T12:47:38.548062100Z[UTC]", comments = "Generator version: 7.5.0-SNAPSHOT")
|
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
|
||||||
public class RFC3339DateFormat extends DateFormat {
|
public class RFC3339DateFormat extends DateFormat {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
|
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
|
||||||
|
@ -22,7 +22,7 @@ import java.text.DecimalFormat;
|
|||||||
import java.util.GregorianCalendar;
|
import java.util.GregorianCalendar;
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
|
|
||||||
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-04-09T12:47:39.283968500Z[UTC]", comments = "Generator version: 7.5.0-SNAPSHOT")
|
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
|
||||||
public class RFC3339DateFormat extends DateFormat {
|
public class RFC3339DateFormat extends DateFormat {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
|
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user