spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Spring Data Example Projects

Results 38 spring-data-examples issues
Sort by recently updated
recently updated
newest added

We should have separate examples in order to make it easier to compare the approaches.

Closes #646. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/main/etc/ide) and have them applied to your changes. Don’t submit...

status: waiting-for-triage

Since transactions are only available starting with spring-data-couchbase 5.0.0 (spring-boot-starter-parent 3.0.0) this module will need to have a different parent than the other spring data couchbase examples. org.springframework.boot spring-boot-starter-parent 3.0.0-SNAPSHOT

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/main/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-feedback
status: waiting-for-triage

I got the same error when migrating my app from spring-boot 3.1.5 to 3.2.0 and found this example. The error is logged here too: `2024-01-03T19:09:17.359+01:00 ERROR 1451 --- [ main]...

status: waiting-for-triage

Thank you for the effort for this handy project! This is a minor fix pertaining to a blocking call in `KeyCommandsTests` class as detected by BlockHound: Of course the method...

status: waiting-for-triage

Add toString method for Customer and fix the issue of CustomizableTraceInterceptor printing object address.

status: waiting-for-triage

``` public interface DistributedLockRepository extends ReactiveCrudRepository { @Query("SELECT * FROM distributed_lock WHERE lock_key = :#{[0]} for update ") Mono findByLockKey(String lockKey); } ``` ``` @Override public boolean acquireLock(DistributedLockDO distributedLockDO) {...

status: feedback-provided
status: waiting-for-triage

- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc). - [ ] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/main/etc/ide) and have them applied to your changes. Don’t submit...

status: waiting-for-triage