Repository save method doesn't return autogenerated id

Usign spring-data-couchbase-reactive version 4.0.0 after saving a document with an autogenerated id (@Id and
@GeneratedValue(strategy = GenerationStrategy.UNIQUE)) , it is not returned with the generated id when saving.

Id field has getter, setter and is present in the constructor. It is generated and saved in the database, but not returned by the method save of a ReactiveCouchbaseRepository.

Thanks. There’s an open issue for that - https://jira.spring.io/browse/DATACOUCH-546