You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/25 11:14:46 UTC

[GitHub] [camel] Kinae opened a new pull request, #8777: CAMEL-18761 camel-open-api - Warning log when using boolean type

Kinae opened a new pull request, #8777:
URL: https://github.com/apache/camel/pull/8777

   Trivial change
   
   The generation of the Schema produce a warn log when it should not for the boolean type : 
   `WARN  RestModelConverters            - Encountered unexpected type boolean in processing schema.`
   
   The OpenApi spec says : https://swagger.io/docs/specification/data-models/data-types
   
   ```
   string (this includes dates and files)
   number
   integer
   boolean
   array
   object
   ```
   
   Since it just an error log, it's hard to test, so I added a boolean in the User.java, the log is no longer there.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] davsclaus merged pull request #8777: CAMEL-18761 camel-open-api - Warning log when using boolean type

Posted by GitBox <gi...@apache.org>.
davsclaus merged PR #8777:
URL: https://github.com/apache/camel/pull/8777


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #8777: CAMEL-18761 camel-open-api - Warning log when using boolean type

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8777:
URL: https://github.com/apache/camel/pull/8777#issuecomment-1327347220

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] Kinae commented on pull request #8777: CAMEL-18761 camel-open-api - Warning log when using boolean type

Posted by GitBox <gi...@apache.org>.
Kinae commented on PR #8777:
URL: https://github.com/apache/camel/pull/8777#issuecomment-1327412872

   Thank you !


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #8777: CAMEL-18761 camel-open-api - Warning log when using boolean type

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8777:
URL: https://github.com/apache/camel/pull/8777#issuecomment-1327402903

   ### Components tested:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 1 | 1 | 0 | 1 |


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org