Springdoc-openapi: Is this library compatible Spring Boot 2.2 & Hateoas 1.0?

Created on 20 Nov 2019  路  7Comments  路  Source: springdoc/springdoc-openapi

The reason I am looking to move from springfox to springdoc-openapi is due to the lack of support for Boot 2.2 & Hateoas 1.0 in the same project. Does this library officially work with Spring Boot 2.2 and Hateoas 1.0?

enhancement

All 7 comments

Hi,

For the moment, the support of Hateoas 1.0, is not yet implemented. It will not be supported on the springdoc-openapi-core library.
Technically, you can add ModelConverters for Spring Hateoas objects.
This feature, can be supported in specific module for Spring Hateoas, during a future release.

Okay thank you, looking forward to the release. Should I close this issue or leave it open?

Looking forward to see this too.

@springdoc Should this ticket be closed or are you working on anything? So far on my project, Springdoc + Boot 2.2 + Hateoas 1.0 are working fine.

Hi @chadmalla-ff,

Work is still in progress for this feature.
I understand, that for usage of Spring-boot 2 + HATEAOS, its working fine with v1.2 16. Do you confirm?

I am on v1.2.15 and it is working fine. But can try it with v1.2.16 later.

Thank you @chadmalla-ff for your feedback

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SSK-code picture SSK-code  路  4Comments

amorenew picture amorenew  路  5Comments

debargharoy picture debargharoy  路  3Comments

Orxcle-xx picture Orxcle-xx  路  4Comments

kfirfer picture kfirfer  路  5Comments