Nicolas Vargas Ortega

Results 8 comments of Nicolas Vargas Ortega

Is there any plans to fix this (or a workaround)? Today I faced this problem with Spring Data JPA 2.7.0

yes, here is an example repo that reproduce the issue, it contains a CI pipeline that demonstrates with a test that it fails to return a SliceImpl and returns a...

I'm not using `JpaRepository` or an interface extending `PagingAndSortingRepository` for doing that, AFAIK `CrudRepository` does not have the method (`Page findAll(Pageable pageable)`) so I'm not overriding `PagingAndSortingRepository`.

ok, I was fooled by the implementation of the `CrudRepository` interface, thanks for the clarification. I will add a comment to my code to not forget that.

> You may need to specify the checkout `path` input to avoid the volume mount being under the repository. > > The containers are setup at the beginning of the...

> Thank you for reporting this,. I am also facing the same issue.. But I still couldn't figure out a way to resolve this. Please help. Could you take a...

I'm experiencing the same behaviour than @membersound, do you have any workaround?

@ubombi do you have a minimal example of using it? After some investigation I found a way of resuming replication. The docs make it clear, use `confirmed_flush_lsn` when using the...