Mark Paluch
2b82d56ded
Reformat code.
...
Also, upgrade to Hibernate 7.0 CR1.
2025-05-13 16:00:45 +02:00
Mark Paluch
d40fec53e4
Polishing.
...
See #695
2025-05-08 10:47:42 +02:00
Christoph Strobl
5a234bcef3
Add AOT Repositories example.
...
Closes #695
2025-05-08 10:47:37 +02:00
Mark Paluch
e14503721a
Use VectorSearchOperation instead of Document.
...
See #693
2025-05-05 11:00:27 +02:00
Mark Paluch
1607cc08b7
Upgrade to Spring Boot 3.5 RC1.
...
See #693
2025-05-05 10:25:08 +02:00
Jens Schauder
56aafe1057
Polishing.
...
Formatting.
Clarifying what is demonstrated a little.
Original pull request #668
2024-12-17 13:13:55 +01:00
duicym
d9c0a0f088
Add toString method for Customer.
...
Fix the issue of `CustomizableTraceInterceptor` using `Object.toString()``.
Original pull request #668
2024-12-17 13:13:54 +01:00
Mark Paluch
e60ab896a5
Polishing.
...
Gzip input data. Reformat code, replace space indents with tab indents. Convert readme to Asciidoc.
See #690
2024-11-22 11:14:58 +01:00
Christoph Strobl
8d0bde037b
Add sample for reusable repository extensions.
...
Closes #690
2024-11-22 11:14:53 +01:00
Christoph Strobl
a4c5214b39
Update MongoDB samples.
...
Use default MongoDB container in tests and remove sample for deprecated server side scripting.
2024-11-22 08:55:24 +01:00
Christoph Strobl
87f80ff750
Upgrade to Spring Boot 3.4.0.
...
Closes : #689
2024-11-22 08:54:19 +01:00
Mateusz Chrzonstowski
ae7cb66e3f
Ensure version update happens in transaction with insert.
...
Original pull request #687
2024-08-23 09:45:03 +02:00
Christoph Strobl
dd846bd9e0
Switch Redis samples to Testcontainers.
2024-08-22 08:03:06 +02:00
Christoph Strobl
7f3d39ddd9
Enable Tests using VirtualThreads for java 21 onwards.
...
This commit updates tests using virtual threads to run for java versions 21+.
See: #665
2024-08-21 15:06:06 +02:00
Oliver Drotbohm
3953888426
Move Spring Data REST's multi-store example to Testcontainers.
2024-08-16 13:01:35 +02:00
Oliver Drotbohm
ad27b23415
Switch Multi-Store sample to Testcontainers.
2024-08-16 12:46:56 +02:00
Oliver Drotbohm
dba65e82c0
Switch to @GetMapping in Starbucks Sample.
2024-08-16 12:34:29 +02:00
Oliver Drotbohm
d2f78ece7c
Move Spring Data REST Starbucks example to Testcontainers.
2024-08-16 10:29:29 +02:00
Oliver Drotbohm
0d3df30020
Add GitHub actions build.
2024-08-16 09:26:59 +02:00
Oliver Drotbohm
31768635db
Re-enable Spring Data REST multi-store example.
2024-08-16 09:19:10 +02:00
Oliver Drotbohm
c6a0e2e346
Cleanup SD REST Starbucks example.
2024-08-15 16:00:29 +02:00
Oliver Drotbohm
f14747a56d
Fix repository setup.
...
Avoid lookups for releases from snapshot repositories and vice versa.
2024-08-15 16:00:12 +02:00
Oliver Drotbohm
643b274764
Use Boot version for Hibernate enhancement in GraalVM example.
2024-08-15 15:50:02 +02:00
Oliver Drotbohm
7835ce0533
Remove duplicate dependency declaration.
2024-08-15 15:38:53 +02:00
Oliver Drotbohm
0852b85001
Polishing.
2024-08-15 15:34:05 +02:00
Oliver Drotbohm
5ceed4dbe2
Upgrade to Spring Boot 3.3.2.
2024-08-15 15:33:59 +02:00
Oliver Drotbohm
cb50e716b6
Fix MultiTenantConnectionProvider implementations in Hibernate examples.
2024-08-15 15:33:46 +02:00
Oliver Drotbohm
6e06bf6a17
Switch to Develocity.
2024-08-15 15:33:24 +02:00
Jens Schauder
9bc05558ee
Add note about storage of tenant.
...
Closes #686
2024-08-12 09:40:51 +02:00
Oliver Drotbohm
9988a78cba
Polishing.
...
Consistently use array access syntax in template. Use page offset to calculate numbering. Use latest MongoDB Docker image.
2024-07-29 16:13:46 +02:00
Tim Sparg
374307235c
Fix Spring Data Querydsl example.
...
The io.github.jpenren:thymeleaf-spring-data-dialect dependency was out of sync with thymeleaf causing an error when you tried to access the index page.
Additionally Added a TestApplication and revamped the TestContainers usage.
2024-07-29 15:57:15 +02:00
Eric Haag
4caa29cc7e
Update Revved up by Develocity badge.
...
Closes #678
2024-01-19 09:39:59 +01:00
Mark Paluch
d33d6810d7
Upgrade to Spring Boot 3.2.
...
Closes #669
2024-01-09 10:50:06 +01:00
Mark Paluch
529fc71c33
Polishing.
...
Reformat code. Simplify config.
See #675
2023-11-07 15:51:49 +01:00
Jens Schauder
7c696ac196
Polishing.
...
Update README files to reference all the examples for Spring Data JDBC.
Also fix a typo in another README.
See #675
2023-11-07 15:50:51 +01:00
Jens Schauder
15783e4f7c
Add examples to use Single Query Loading.
...
Query by Id works via the repository.
Query derivation doesn't since it side steps the DataAccessStrategy.
Closes #675
2023-11-07 15:50:28 +01:00
Eric Haag
cec144ea0b
Connect build to ge.spring.io.
...
Add annotation processors for compiler avoidance and disable build caching for tests.
Closes #673
2023-11-06 10:19:29 +01:00
Mark Paluch
7851b82dc1
Upgrade to Spring Boot 3.2-RC2.
...
See #669
2023-11-03 10:43:16 +01:00
Mark Paluch
1f34b7e2f9
Polishing.
...
Guard Cassandra index creation.
Original pull request: #672
See #671
2023-11-02 14:51:45 +01:00
Christoph Strobl
e66d317d47
Polishing.
...
Replace usage of StepVerifier.create with StepVerifier::create.
Original pull request: #672
See #671
2023-11-02 14:47:41 +01:00
Christoph Strobl
f98c7b9c93
Show how to use Limit with repository queries.
...
Add methods taking a Limit parameter to various samples.
Original pull request: #672
Closes #671
2023-11-02 14:45:03 +01:00
Mark Paluch
e90be0c65b
Add examples using Virtual Threads.
...
Closes #665
2023-10-27 11:01:21 +02:00
Mark Paluch
cdefadefdd
Add Kotlin value classes sample.
...
Closes #670
2023-10-25 14:48:51 +02:00
Mark Paluch
ffadb798e9
Disable multi-tenant test as Hibernate broke the by-id functionality.
...
See #669
2023-10-25 14:30:38 +02:00
Mark Paluch
6430790e63
Adopt immutables test to newly introduced converter infrastructure.
...
See #669
2023-10-25 14:30:36 +02:00
Mark Paluch
20b779eb6f
Upgrade to Spring Boot 3.2.0-RC1.
...
See #669
2023-10-25 14:30:28 +02:00
Jens Schauder
c4d1ca270f
Demonstrate Schema Generation in Spring Data Jdbc.
...
This provides the source examples for the upcoming blog post.
Closes #667
2023-08-24 12:48:04 -07:00
Oliver Drotbohm
321e3e9b88
Upgrade to Spring Boot 3.1.2.
2023-07-22 10:22:36 +02:00
Oliver Drotbohm
cf573610ad
Update jMolecules example to latest dependencies.
2023-07-22 02:57:25 +02:00
Mark Paluch
b21a6647ae
Polishing.
...
Add WindowIterator example.
See #662
2023-05-15 11:48:28 +02:00