Commit Graph

576 Commits

Author SHA1 Message Date
Mark Paluch
337efb7ce9 Polishing.
Original pull request: #618.
See #583.
2021-04-28 10:18:43 +02:00
divya_jnu08
3270594ff5 Migrate Map examples to JUnit 5.
Original pull request: #618.
See #583.
2021-04-28 10:18:37 +02:00
Mark Paluch
c23d0c6198 Polishing.
Original pull request: #617.
See #583.
2021-04-28 10:18:15 +02:00
divya_jnu08
89ddf2c50b Migrate LDAP examples to JUnit 5.
Original pull request: #617.
See #583.
2021-04-28 10:17:44 +02:00
Mark Paluch
ec8557c7da Update copyright years to 2021.
Closes #616
2021-04-27 14:47:20 +02:00
Mark Paluch
04c9383550 Polishing.
Add author tags. Reduce visibility where applicable. Reformat code.

See #583.
Original pull request: #615.
2021-04-27 14:45:12 +02:00
divya_jnu08
c1d4eb5e6b Migrate JDBC examples to JUnit 5.
See #583.
Original pull request: #615
2021-04-27 14:44:49 +02:00
Mark Paluch
211d1440a2 Polishing.
Tweak Javadoc.

Closes #614.
2021-04-20 16:02:16 +02:00
Christoph Strobl
19b3c92192 Add example for unwrapping objects.
Closes #614.
2021-04-20 16:02:08 +02:00
Mark Paluch
3d0cad81a1 Upgrade to Spring Boot 2.5.
Closes #607
2021-04-19 09:32:10 +02:00
Mark Paluch
a9ea45ae7d Switch to Spring Boot 2.5 snapshots. 2021-04-19 09:29:14 +02:00
Mark Paluch
0d84662047 Switch to Spring Data 2021.0 snapshots. 2021-04-19 09:29:14 +02:00
Jens Schauder
8f123dcafa Uses BeforeConvertEvent instead of BeforeSaveEvent.
Closes: #599
Original pull request: #601.
2021-04-19 09:29:14 +02:00
Mark Paluch
d47850ad06 Polishing.
See #613
2021-04-19 09:29:14 +02:00
Mark Paluch
162ad7af2f Add example using R2DBC Query by Example.
Closes #613.
2021-04-19 09:29:14 +02:00
Mark Paluch
e5238de37c Adopt to changed in Spring Data REST. 2021-04-19 09:29:14 +02:00
Mark Paluch
b319a9154f Use import.sql instead of data.sql. 2021-04-19 09:29:13 +02:00
Mark Paluch
006e61a341 Upgrade to Flapdoodle 3.0 2021-04-19 09:29:13 +02:00
Mark Paluch
9e442b766c Remove Solr examples.
Closes #608.
2021-04-19 09:29:13 +02:00
Mark Paluch
0e2afd7d44 Upgrade to Spring Boot 2.5. 2021-04-19 09:29:13 +02:00
Mark Paluch
43c2d3c784 Polishing.
Refactor sample data into saveAll(…) for easier alignment of data changes across samples.

See #610
Original pull request: #612.
2021-04-13 11:42:23 +02:00
Prakhar Gupta
aa95ff65a8 Use Elasticsearch REST Client instead of Node client.
Closes #610
Original pull request: #612.
2021-04-13 11:42:23 +02:00
Jens Schauder
d70804b15c Switch to lombok.With
This replaces the use of lombok.experimental.Wither which is deprecated.

Closes #611
2021-04-09 14:05:08 +02:00
Mark Paluch
b5cecf730b Polishing.
Rename AssumeConnection to EnabledOnElasticsearch following the typical design of JUnit 5 EnabledOn… annotation programming model. Enable tests by default if the test element isn't annotated with EnabledOnElasticsearch as we assume that the extension was activated by the parent.

Move EnabledOnElasticsearch into utility project.

See #583
Original pull request: #609
2021-04-08 10:24:57 +02:00
Prakhar Gupta
75b2a08d60 Migrate Elasticsearch examples to JUnit 5.
See #583
Original pull request: #609
2021-04-08 10:24:47 +02:00
Mark Paluch
60385ee4b4 Migrate Cassandra examples to JUnit 5.
See #583
2021-03-23 08:50:52 +01:00
Oliver Drotbohm
4bcf378114 Upgrade to Spring Boot 2.4.4. 2021-03-18 21:04:01 +01:00
Gerrit Meier
3da54402c2 Update Neo4j example.
Spring Data Neo4j 6.1 will enforce the usage of
an identifier in relationship properties.
Otherwise unmapped properties of relationships
could get overwritten.
2021-03-17 09:43:47 +01:00
Oliver Drotbohm
e2b9de4fbb Add Spring Data JDBC example for jMolecules. 2021-03-17 09:43:46 +01:00
Oliver Drotbohm
5197c10e62 #585 - Polishing.
Tabs in pom.xml. Renamed artifact for consistency.
2021-03-17 09:43:43 +01:00
Oliver Drotbohm
8406f3f980 Add jMolecules example for Spring Data MongoDB. 2021-03-17 09:43:41 +01:00
Oliver Drotbohm
9c3db43d02 Point to latest snapshots in spring-data-next build profile. 2021-03-17 09:43:35 +01:00
Oliver Drotbohm
366cb852ce Upgrade to Spring Boot 2.4.3. 2021-03-17 09:43:27 +01:00
Mark Paluch
53dc64ecb4 Polishing.
Reformat code. Simplify annotation setup.

See #603
Original pull request: #604.
2021-02-25 09:30:37 +01:00
Jens Schauder
fef817eb22 Adds an example demonstrating the use of Spring Data Envers.
Closes #603
Original pull request: #604.
2021-02-25 09:27:14 +01:00
Jens Schauder
66a78013a3 Polishing
Adding `@author` tags to modified files.
Remove Hamcrest usage.

Original pull request #602
Related tickest #583
2021-01-29 10:56:05 +01:00
divya_jnu08
9db9632c4b Migrates web examples to JUnit 5.
Original pull request #602
Related tickest #583
2021-01-29 10:55:40 +01:00
Jens Schauder
64c1eeaf05 Polishing.
Add `@author` tags to changed files.
Remove Hamcrest usage.

Original pull request #602
Related tickest #583
2021-01-29 10:54:35 +01:00
divya_jnu08
6a894d9334 Migrates JPA examples to JUnit 5.
Original pull request #602
Related tickest #583
2021-01-29 10:52:20 +01:00
Mark Paluch
06eed6ec50 Filter spring-issuemaster comments from feedback provided reassignment.
See #595
2021-01-20 14:50:28 +01:00
Mark Paluch
cb38af8aa8 Polishing.
Add author tags. Update copyright years. Tweak method names. Reformat code.

Closes #600
Original pull request: #600
2021-01-19 11:29:58 +01:00
divya_jnu08
20b0c7c490 Add declarative MongoDB aggregation example.
Original pull request: #600.
2021-01-19 11:29:44 +01:00
Mark Paluch
3de30e1117 Filter spring-issuemaster comments from feedback provided reassignment.
See #595
2021-01-14 11:06:16 +01:00
Mark Paluch
cb8a696d43 #596 - Add Java 15 to TravisCI build. 2020-11-23 12:21:56 +01:00
Mark Paluch
96e743f87d #595 - Enable Project automation through GitHub Actions. 2020-11-23 11:49:47 +01:00
Mark Paluch
bca3462aed #594 - Add Maven Central repo as primary Maven repository. 2020-11-20 09:18:33 +01:00
Mark Paluch
3bc7966015 #594 - Inherit dependency version for JUnit 4. 2020-11-20 09:16:36 +01:00
Mark Paluch
a476671e65 #582 - Upgrade to Spring Boot 2.4. 2020-11-19 15:37:40 +01:00
Mark Paluch
cb38fd8476 #585 - Polishing.
Remove superfluous files. Tweak Javadoc.

Original pull request: #586.
2020-11-19 15:37:40 +01:00
Christoph Strobl
ab71b3eec4 #585 - Add example for (reactive) Repository Metrics.
Original pull request: #586.
2020-11-19 15:37:40 +01:00