Migration from 2.x to 3.x java

Hi Team,

I m trying to migrate couchbase java client from 2.x to 3.x.

In 2.7 there is usage of this class com.couchbase.client.java.repository.annotation.Field;
what is the corresponding in 3.x? for this annotation Feild

any help

We have a migration guide that can be helpful , also @daschl can you please assist on the original question

@Naveenkumar_Kakunuri the repository (which has always been marked as experimental/volatile) has not been carried over to SDK 3 yet. That said, we greatly expanded what you can pass into the mutate methods, so you can now write your POJO directly into the mutate methods and they will be converted into JSON. Also, if we find jackson on the classpath it will even look for your annotations. Is this something that would work for you?