fixed flaky test JavaClientCodegenTest.testMicroprofileRestClientIncorrectVersion (#16908)

This commit is contained in:
SURAJ VASHISTA B K 2023-10-26 09:56:24 -04:00 committed by GitHub
parent 0aff1a6504
commit 091cff60c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ public class JavaClientCodegen extends AbstractJavaCodegen
protected String serializationLibrary = null;
protected boolean useOneOfDiscriminatorLookup = false; // use oneOf discriminator's mapping for model lookup
protected String rootJavaEEPackage;
protected Map<String, MpRestClientVersion> mpRestClientVersions = new HashMap<>();
protected Map<String, MpRestClientVersion> mpRestClientVersions = new LinkedHashMap<>();
protected boolean useSingleRequestParameter = false;
protected boolean webclientBlockingOperations = false;
protected boolean generateClientAsBean = false;