Marc Wrobel
|
ce994f9ea0
|
Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code.
Original pull request #642
|
2022-07-29 13:07:11 +02:00 |
|
Greg L. Turnquist
|
1aec184ff0
|
Introduce maven wrapper.
This will make it easier for people to build and use these examples.
Closes #640.
|
2022-05-19 13:36:02 -05:00 |
|
Greg L. Turnquist
|
3c6b5f998e
|
Migrate README to asciidoctor.
See #636.
|
2022-05-19 11:40:17 -05:00 |
|
Greg L. Turnquist
|
d7abdc9588
|
Upgrade to Spring Boot 2.7.0 GA.
Migrate the README to asciidoctor.
Closes #636.
|
2022-05-19 11:40:01 -05:00 |
|
Greg L. Turnquist
|
fb89f95a42
|
Polishing.
|
2022-05-19 11:23:01 -05:00 |
|
Greg L. Turnquist
|
6cdb6ce1f9
|
Workaround to make Contains queries work.
Due to a bug in Hibernate (https://hibernate.atlassian.net/browse/HHH-15142), any Like-based custom finder will fail when submitted to the Entity Manager a second time.
This patch includes a workaround until Hibernate 5.6.9.Final is released.
See also: https://github.com/spring-projects/spring-data-jpa/issues/2519, https://github.com/spring-projects/spring-data-jpa/issues/2472
See #636.
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
586092a287
|
Update JDBC examples to work with newer H2 versions.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
86e67a483c
|
Use BeforeConvertCallback to generate entity identifiers.
Related ticket: https://github.com/spring-projects/spring-data-relational/issues/1232
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
7ae3c21718
|
Enable Couchbase examples.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
7e50e0b612
|
Add example showing PropertyValueConverter usage.
Closes #637
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
83cd9e2d5a
|
Polishing.
Use synchronous API for ES test data setup to avoid threading during the bean container startup.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
13c0dea55c
|
Switch to Testcontainers for Elasticsearch examples.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
b043239eb2
|
Enable Geode examples.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
d48ef2a527
|
Adopt R2DBC to H2 changes.
See #636
|
2022-05-19 11:23:01 -05:00 |
|
Mark Paluch
|
2eae935af8
|
Upgrade to Spring Boot 2.7 RC1.
Remove unneeded version properties. Move off deprecated config properties. Adopt to flapdoodle deprecations.
See #636
|
2022-05-19 11:23:00 -05:00 |
|
Mark Paluch
|
a73d74a76d
|
Polishing.
Move Testcontainer creation into utility.
See #632
|
2022-05-19 11:23:00 -05:00 |
|
Christoph Strobl
|
e53d9b5643
|
Use testcontainers for MongoDB samples.
...with some exceptions for samples that require a replica set.
See #632
|
2022-05-19 11:23:00 -05:00 |
|
Christoph Strobl
|
2347077ccf
|
Move flapdoodle into the specific modules.
Closes #632.
|
2022-05-19 11:23:00 -05:00 |
|
Christoph Strobl
|
af124509c8
|
Add MongoDB example for linking documents.
Closes #631
|
2022-05-19 11:23:00 -05:00 |
|
Christoph Strobl
|
a171e33444
|
Upgrade to Spring Boot 2.6.0-M3.
|
2022-05-19 11:23:00 -05:00 |
|
Mateusz Chrzonstowski
|
fc8cdbe864
|
Use a proper configuration class name in docs.
Original pull request: #635.
|
2022-04-26 14:07:49 +02:00 |
|
Jens Schauder
|
092e31e890
|
Adds an example for custom update strategies.
See https://spring.io/admin/blog/4540-spring-data-jdbc-how-do-update-just-the-aggregate-root-instead-of-all-the-referenced-entities
|
2022-01-19 14:59:09 +01:00 |
|
Jens Schauder
|
0bdca5b05c
|
Adds an example how to use caching.
Original pull request #630
|
2021-10-01 15:22:24 +02:00 |
|
Jens Schauder
|
387ca8c6c3
|
Adds examples how to model bidirectional relationships.
Original pull request #629
|
2021-09-22 15:07:16 +02:00 |
|
Jens Schauder
|
de08dcf9c0
|
Polishing.
Fix alphabetic order of modules.
Original pull request #628
|
2021-09-09 15:09:11 +02:00 |
|
Jens Schauder
|
22548d45e1
|
Add examples for various way to generate IDs for Spring Data JDBC.
Original pull request #628
|
2021-09-09 15:03:59 +02:00 |
|
Oliver Drotbohm
|
58593632a7
|
Dependency version upgrades in BOM sample.
|
2021-09-01 23:40:36 +02:00 |
|
Oliver Drotbohm
|
796ea19309
|
Upgrade to ByteBuddy 1.11.14.
|
2021-09-01 23:33:15 +02:00 |
|
Oliver Drotbohm
|
d0bcc10780
|
Upgrade to Spring Boot 2.5.4.
|
2021-09-01 23:33:00 +02:00 |
|
Oliver Drotbohm
|
017a810eed
|
Upgrade to jMolecules 1.3 and jMolecules Integrations 0.5.
Also switch to the ValueObject interface instead of the annotation for consistency.
|
2021-09-01 23:14:44 +02:00 |
|
Oliver Drotbohm
|
d60b4efe92
|
Upgrade to ByteBuddy 1.11.5.
|
2021-06-25 17:27:30 +02:00 |
|
Oliver Drotbohm
|
30c07ef82a
|
Upgrade to Spring Boot 2.5.2.
|
2021-06-25 17:27:05 +02:00 |
|
Oliver Drotbohm
|
6d127783c7
|
Upgrade to Spring Boot 2.5.1.
|
2021-06-23 15:19:26 +02:00 |
|
Oliver Drotbohm
|
b92aa23505
|
Upgrade to jMolecules 0.4 release.
|
2021-06-23 14:55:56 +02:00 |
|
Jens Schauder
|
c981f62aab
|
Polishing.
Fixes a tiny typo.
Comments and formatting to make the important parts more obvious.
Original pull request #624
|
2021-05-07 10:48:48 +02:00 |
|
Mark Paluch
|
744ee32425
|
Add example for using Immutables with Spring Data JDBC.
Original pull request #624
|
2021-05-07 10:48:47 +02:00 |
|
Mark Paluch
|
6e55e3d27a
|
Polishing.
Tweak wording for store and Java requirements.
|
2021-04-30 11:03:47 +02:00 |
|
Oliver Drotbohm
|
3e71ec637c
|
Switch to jMolecules integrations 0.4.
To allow records to be used as Identifier implementations (xmolecules/jmolecules-integrations#43). Updated MongoDB and JDBC samples accordingly.
|
2021-04-30 10:54:02 +02:00 |
|
Mark Paluch
|
2de6e0383c
|
Polishing.
Use Awaitility to ensure Cassandra connectivity. Start Cassandra container only once.
See #606.
|
2021-04-30 10:52:46 +02:00 |
|
Mark Paluch
|
01d78baee2
|
Polishing.
See #583.
|
2021-04-30 10:36:25 +02:00 |
|
Mark Paluch
|
cbe9f40219
|
Migrate Redis examples to JUnit 5.
See #583.
|
2021-04-30 10:30:07 +02:00 |
|
Mark Paluch
|
41b4b03469
|
Polishing.
Reformat code.
See #606.
|
2021-04-30 10:30:04 +02:00 |
|
Mark Paluch
|
546eda53bd
|
Use KeyValue snapshots until we have a version with the fix available.
See #606.
|
2021-04-30 10:30:00 +02:00 |
|
Mark Paluch
|
430643bb47
|
Switch Neo4j example to use Testcontainers as the Neo4j server isn't Java 16-ready.
See #606.
|
2021-04-30 10:29:57 +02:00 |
|
Mark Paluch
|
6913f7ec5f
|
Java 16 migration for Geode examples.
See #606.
|
2021-04-30 10:29:54 +02:00 |
|
Mark Paluch
|
88aabe89e2
|
Java 16 migration for Redis examples.
See #606.
|
2021-04-30 10:29:52 +02:00 |
|
Mark Paluch
|
338d9d92ca
|
Java 16 migration for Web examples.
See #606.
|
2021-04-30 10:29:50 +02:00 |
|
Mark Paluch
|
af86e0219f
|
Java 16 migration for REST examples.
See #606.
|
2021-04-30 10:29:47 +02:00 |
|
Mark Paluch
|
b9c0e501d7
|
Java 16 migration for JPA examples.
See #606.
|
2021-04-30 10:29:44 +02:00 |
|
Mark Paluch
|
743937c45f
|
Merge JPA Java 8 examples with general examples.
|
2021-04-30 10:29:38 +02:00 |
|