Commit Graph

586 Commits

Author SHA1 Message Date
Mark Paluch
20dfd398c8 Java 16 migration for Map repository examples.
See #606.
2021-04-30 10:29:15 +02:00
Mark Paluch
a4c9302780 Java 16 migration for R2DBC examples.
See #606.
2021-04-30 10:29:12 +02:00
Mark Paluch
75e2763054 Use Testcontainers for Cassandra examples.
See #606.
2021-04-30 10:29:07 +02:00
Mark Paluch
7938ee4cfa Java 16 migration for Cassandra examples.
See #606.
2021-04-30 10:29:04 +02:00
Mark Paluch
23dcae3a17 Switch to records.
See #606.
2021-04-30 10:28:59 +02:00
Mark Paluch
32d118f046 Omit local variable declaration using var.
See #606.
2021-04-30 10:28:51 +02:00
Mark Paluch
3302921a16 Move build and compiler to Java 16.
Closes #606.
2021-04-30 10:28:41 +02:00
Mark Paluch
53ee0fe2b5 Polishing.
Original pull request: #620.
See #583.
2021-04-30 08:46:07 +02:00
divya_jnu08
ce39a53448 Migrate REST examples to JUnit 5.
Original pull request: #620.
See #583.
2021-04-30 08:45:49 +02:00
Greg L. Turnquist
e4f3438122 Polishing. 2021-04-28 10:10:57 -05:00
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