Results 21 comments of Oleh Kurpiak

@com2ghz @michaelpro1 @pburls I have this feature here https://github.com/OpenAPITools/openapi-generator/pull/4026 . It's available since 4.2.3 release

@ultraq @danielfernandez why namespace is not available again?

> Should we use root.join only for @OneToMany? I think it should be used for all type of relationship mappings

> I do not know if this is affecting the queries. As now, and reported with the `issueId` above. When I do the nested joins (`Review (root) -> Criterion (criteria)...

Hi @alancruzcgi, @perplexhub Sorry for long delay, was busy with main work activities. Check this PR - https://github.com/perplexhub/rsql-jpa-specification/pull/66

> > @welshm and @Zomzog Short question. Does it really make sense to generate the enum in the API class/interface? Wouldn't it be better to have a separate file for...

> > > > @welshm and @Zomzog Short question. Does it really make sense to generate the enum in the API class/interface? Wouldn't it be better to have a separate...

@MZinchenko meanwhile you can use this workaround - https://github.com/OpenAPITools/openapi-generator/issues/12710#issuecomment-1173569037

@ilopezv could you please update your branch with latest master? **UPD:** currently this seems to be a breaking change because this would break compilation for users who use `x-spring-paginated`. So...