VladimirYushkevich commented on code in PR #40640:
URL: https://github.com/apache/airflow/pull/40640#discussion_r2044934231


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3921,8 +3934,15 @@ components:
         - type: object
           properties:
             value:
-              type: string
-              description: The value
+              anyOf:

Review Comment:
   This change for me produces a java code that is not compiled anymore with 
`2.10.5`.
   ```
     private AnyOfstringnumberintegerbooleanarrayobject value;
   ```
   vs my previous version `2.9.3`:
   ```
   private String value;
   ``` 
   I tried to add some `configOptions` for `openapi-generator-maven-plugin` 
(used for generation java classes) but didn't help.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to