Commit Graph

507 Commits

Author SHA1 Message Date
Mark Paluch
104febea4e #509 - Polishing.
Move off deprecated API. Clean up unused gitignore files.
2020-06-16 15:18:27 +02:00
Mark Paluch
d92e7feabc #509 - Favor Spring Boot auto-configuration in Elasticsearch example. 2020-06-16 15:16:29 +02:00
Mark Paluch
3d88c50655 #565 - Re-enable JDBC MyBatis examples after.
Neumann SR1 ships with a fix for the MyBatis integration.
2020-06-16 13:47:43 +02:00
Mark Paluch
9fa92641d2 #573 - Upgrade to Spring Boot 2.3.1. 2020-06-16 13:45:06 +02:00
Mark Paluch
1cd241b44a #553 - Polishing.
Remove version overrides for Elasticsearch. Cleanup dependencies.
2020-05-15 14:21:52 +02:00
Maxim Atanasov
3268a5f415 #192 - Added note about Lombok usage to the README.
Original pull request: #445.
2020-05-15 08:57:52 +02:00
Mark Paluch
4edfde9432 #553 - Disable Geode examples due to instabilities. 2020-05-15 08:48:01 +02:00
Mark Paluch
5c7950440d #553 - Upgrade to Spring Boot 2.3 GA. 2020-05-15 08:48:01 +02:00
Jens Schauder
aa29bc5991 #553 - Disable only the broken test not the complete module. 2020-05-15 08:47:59 +02:00
Mark Paluch
005aa56d5d #562 - Polishing.
Reformat code. Remove superfluous @Repository annotation.

Original pull request: #564.
2020-05-14 09:43:29 +02:00
deniswsrosa
fd52cea0e4 #562 - Upgrading to Spring Data Couchbase 4.
Original pull request: #564.
2020-05-14 09:43:20 +02:00
Mark Paluch
6e1abe4869 #553 - Disable MyBatis examples for now.
See https://jira.spring.io/browse/DATAJDBC-542.
2020-05-14 09:23:33 +02:00
Jens Schauder
038ac0a932 #563 - Adapts JDBC examples to changes in Spring Data JDBC 2.0.
Since SQL Identifiers are now quoted letter casing must be taken into consideration when specifying column names in `@Column` or similar.
Disabled Liquibase which isn't used/configured at all and therefore doesn't work.
Moved application context configurations to use `AbstractJdbcConfiguration`.
2020-05-13 15:54:28 +02:00
Mark Paluch
913a44dcd9 #553 - Upgrade to spring-data-geode-test 0.0.14.RELEASE. 2020-05-11 14:45:21 +02:00
Mark Paluch
475ecccab1 #553 - Upgrade Mongo/Rest examples to Spring Boot 2.3. 2020-05-11 14:23:49 +02:00
Mark Paluch
f64280153d #553 - Upgrade R2DBC examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
b3586961a5 #553 - Disable JDBC examples. 2020-05-11 13:36:52 +02:00
Mark Paluch
b9380e26f3 #553 - Upgrade Elasticsearch examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
29046f5ab0 #553 - Upgrade Mongo examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
0f911a3337 #562 - Disable Couchbase examples. 2020-05-11 11:06:26 +02:00
Mark Paluch
c3c1bc6884 #553 - Upgrade to Spring Boot 2.3. 2020-05-11 10:51:03 +02:00
Mark Paluch
f59316b66a #553 - Adapt to Spring Data Elasticsearch. 2020-05-11 10:40:11 +02:00
Mark Paluch
c0d2544995 #553 - Adapt Spring Data JPA.
Replace Joda-Time with JSR-310 types.
2020-05-11 10:40:11 +02:00
Mark Paluch
523d2c8a56 #553 - Adapt Spring Data Cassandra. 2020-05-11 10:40:11 +02:00
Oliver Gierke
c88ad331c0 #553 - Upgrade to Spring Boot 2.3. 2020-05-11 10:40:05 +02:00
Mark Paluch
5065a04195 #556 - Polishing.
Remove property overrides for Spring Hateoas and Spring Plugin.
2020-03-25 09:03:03 +01:00
Mark Paluch
926b4bc276 #556 - Upgrade to Spring Boot 2.2.5.
Exclude Eclipselink for Java 15 build profile as it isn't compatible with Java 15.
2020-02-27 15:45:12 +01:00
Mark Paluch
574e8891e5 #555 - Polishing.
Extract feature preview into property for easier reuse. Upgrade to Eclipselink 2.7.6.
2020-02-27 11:36:01 +01:00
Mark Paluch
43deb3a262 #555 - Polishing.
Clean up poms for stable builds.
2020-02-27 11:10:33 +01:00
Mark Paluch
a66b87653f #555 - Upgrade Java versions.
Add build profile for Java 14. Allow failures for Java 15 as we carry dependencies that do not support newer class files. Enable preview features for Java 13-15. Add javax.annotation to Java 9+ profile. Disable geode examples on Java 13+ as test utilities do not propagate feature preview flag until spring-projects/spring-test-data-geode#18 is resolved.
2020-02-27 11:10:12 +01:00
Mark Paluch
54f7146e0f #539 - Polishing.
Add author tags. Simplify dependency setup. Replace logger declarations with Lombok's CommonsLog. Simplify test annotations.

Disable WAN module as the WAN server does not stop after running tests. Reformat code.
2020-02-27 10:22:22 +01:00
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