Commit Graph

476 Commits

Author SHA1 Message Date
Patrick Johnson
fa0021cffb #539 - Add spring-data-geode-examples module. 2020-02-27 10:22:07 +01:00
Oliver Drotbohm
08dce4f0f3 #552 - Upgrade release train preview builds to Spring HATEOAS 1.1 snapshots. 2020-02-03 13:23:11 +01:00
Oliver Drotbohm
9a72e8ae69 #551 - Upgrade to Spring Boot 2.2.3. 2020-02-03 13:23:11 +01:00
Mark Paluch
da2be5c50a #549 - Adapt Redis stream tests to changed Redis error message. 2020-01-16 11:18:22 +01:00
Kovács, Péter
950bcf04d8 #547 - Fixes Javadoc typo.
Original pull request: #547.
2019-12-04 08:47:46 +01:00
Mark Paluch
3663ad3ea8 #546 - Adapt R2DBC Example to API changes. 2019-11-29 11:04:19 +01:00
Mark Paluch
0d727809df #545 - Upgrade to R2DBC H2 0.8 GA. 2019-11-28 11:03:54 +01:00
Ferdinand Jacobs
21f7da96f4 #545 - Upgrade to Spring Boot R2DBC snapshots.
Required to adapt latest SPI changes.
2019-11-28 11:03:08 +01:00
Jens Schauder
d320ccac6d #543 - Changes CHAR to VARCHAR.
CHAR used to cause the author attribut to get right padded with spaces during insert.
2019-11-26 15:31:16 +01:00
Mark Paluch
8038eb7cad #542 - Polishing.
Increment received count before adding result to queue to allow for improved synchronization.
2019-11-11 15:44:36 +01:00
Mark Paluch
481eb57aec #542 - Polishing.
Remove properties that are no longer needed as they are provided by Spring Boot.
2019-11-11 14:40:37 +01:00
Mark Paluch
34e73d360e #542 - Upgrade to Spring Boot 2.2.1. 2019-11-11 14:40:37 +01:00
fjacobs
8c091f324e #541 - Reflect used R2DBC in readme.
H2 is currently used and not Postgresql
2019-11-11 13:40:43 +01:00
Jens Schauder
d8ae66e5e8 #538 - Reenable JDBC/MyBatis examples disabled by #514. 2019-10-14 13:36:42 +02:00
Christoph Strobl
acc26c46b5 #524 - Polishing.
Closes #525.
2019-10-01 13:41:42 +02:00
Mark Paluch
e39a10d808 #524 - Add example for BeforeConvertCallback.
Closes #524.
2019-10-01 13:39:52 +02:00
Christoph Strobl
ddad793b88 #528 - Add Redis Streams example.
closes: #528
Original pull request: #529.
2019-10-01 09:55:55 +02:00
Mark Paluch
d6d49bf27d #536 - Add Neumann release train. 2019-10-01 09:47:12 +02:00
Mark Paluch
0e7c937e90 #534 - Polishing.
Update starter to adopt to Spring Boot R2DBC changes.
2019-09-19 10:00:21 +02:00
Mark Paluch
60fff4255f #534 - Add @EnableTransactionManagement for R2DBC example. 2019-09-19 09:59:33 +02:00
Mark Paluch
8b1fcfce37 #532 - Adapt to changes in Kotlin Coroutines 1.3. 2019-09-04 14:37:03 +02:00
Mark Paluch
484cd95f19 #523 - Polishing.
Update license headers. Slightly tweak readme.

Original pull request: #526.
2019-08-16 14:31:24 +02:00
Christoph Strobl
991273005e #523 - Polishing.
Favor AssertJ over Hamcrest Matchers

Original pull request: #526.
2019-08-16 14:31:21 +02:00
Christoph Strobl
84ca79d97f #523 - Add example for declarative MongoDB aggregations.
Original pull request: #526.
closes: #523
2019-08-16 14:31:11 +02:00
Mark Paluch
a44f93a9bc #441 - Polishing.
Reuse provided configuration for NamedParameterJdbcOperations. Use listeners and EntityCallbacks. Remove explicit dependency versions.
2019-08-13 14:54:52 +02:00
Jens Schauder
db66b173b8 #441 - Demonstrating how to do direct inserts with the JdbcAggregateTemplate.
See also: https://jira.spring.io/browse/DATAJDBC-282
2019-08-13 14:49:31 +02:00
Mark Paluch
f27645dbb6 #521 - Polishing.
Use inherited dependency management for Coroutine dependencies. Slight documentation tweaks.

Original pull request: #522.
2019-08-13 12:35:19 +02:00
Christoph Strobl
4f0b76ee5d #521 - Add example for Kotlin Coroutines and Flow support.
Original pull request: #522.
2019-08-13 12:35:19 +02:00
Christoph Strobl
9080685591 #521 - Add example for type-safe Kotlin MongoDB query DSL.
Original pull request: #522.
2019-08-13 12:35:19 +02:00
Mark Paluch
b9da3dde1e #519 - Polishing.
Switch wording to imperative instead of sync. Consistently use interface names.

Original pull request: #520.
2019-08-13 12:10:47 +02:00
Christoph Strobl
96daedb93f #519 - Add example for reactive Querydsl for MongoDB.
closes: #519
Original pull request: #520.
2019-08-13 12:10:36 +02:00
Christoph Strobl
31eeeaf0f0 #517 - Add example for declarative reactive transactions in MongoDB.
Original pull request: #518.
2019-08-09 11:34:14 +02:00
Mark Paluch
6bf0258da5 #515 - Add repo.spring.io to settings. 2019-08-09 10:53:38 +02:00
Mark Paluch
cca44aebb1 #514 - Remove no longer needed Redis configuration. 2019-08-09 10:22:28 +02:00
Mark Paluch
dcc919a9cb #515 - Switch to OpenJDK for Travis builds. 2019-08-09 10:05:18 +02:00
Mark Paluch
4b55bdf13c #516 - Upgrade to Couchbase 6. 2019-08-09 10:05:18 +02:00
Christoph Strobl
2bf08bf200 #497 - Add Example for Elasticsearch High Level REST Client. 2019-08-08 19:49:24 +02:00
Christoph Strobl
97a4574e84 #497 - Add reactive Spring Data Elasticsearch example. 2019-08-08 19:48:12 +02:00
Oliver Drotbohm
50fadd566e #514 - Skipping MyBatis tests for now.
Until we solve the SQL mapping inconsistency.
2019-08-08 19:24:08 +02:00
Christoph Strobl
fb7fb25a8e #514 - Remove code no longer supported by the Elasticsearch NodeClient. 2019-08-08 19:01:14 +02:00
Oliver Drotbohm
8313a1ac6d #514 - Switch to Spring Data JDBC provided config class for MyBatis. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
6e155780ee #514 - Upgrade to Spring Boot 2.2 M5. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
616f7dad62 #514 - Switch to latest Spring Data R2DBC snapshots.
This is to accommodate API refactorings in Spring Framework's transaction API.
2019-08-08 19:01:13 +02:00
Oliver Drotbohm
3777b06b03 #506 - Replace custom Eclipselink setup with dedicated starter. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
c220ad61fb #514 - Use spring-framework.version instead of spring.version.
See spring-projects/spring-boot#17037.
2019-08-08 19:01:13 +02:00
Oliver Drotbohm
6258ef5c77 #514 - Upgrade to Spring Boot 2.2 snapshots. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
c546430399 #514 - Switch to HAL explorer for Spring Data REST Starbucks example. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
297bc3e6d7 #514 - Upgrade to Spring Boot 2.2 M3.
Upgrade to Moore and HATEOAS snapshots.
2019-08-08 19:01:13 +02:00
Oliver Drotbohm
7f1e8239f1 #514 - Fixed JDBC example. 2019-08-08 19:01:13 +02:00
Oliver Drotbohm
0868ef04c8 #514 - Upgrade to Spring Boot 2.2 M2. 2019-08-08 19:01:13 +02:00