Spring Boot 2.3.0.BUILD-SNAPSHOT. Sometimes tests are falling because of the compilation error at this line: https://github.com/spring-projects/spring-boot/blob/07958ac5cc4b477161dd34a4effaebe8c2689590/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/UserRepository.java#L19 See this and this.
But the jar that contains that class is present on the classpath and build is passing (locally and usually in the CI).
Comment From: wilkinsona
Thanks for the report and sorry for the inconvenience. There was an unexpected breaking change in the latest Spring Data Couchbase snapshots that removed @ViewIndexed
. The Spring Data team are aware. We'll automatically pick up a new snapshot that resolves the problem when it becomes available.
/cc @mp911de
Comment From: aivinog1
@wilkinsona Thanks. Can you help me? How can I trigger a pipeline again in a Spring Boot CI?
Comment From: wilkinsona
If you push a change to your branch, I believe it will trigger another build. Please don't worry about it too much, though. We'll build any changes locally before merging them.
Comment From: aivinog1
@wilkinsona Got it. Thanks!