Mark Paluch
0fb0b53a95
Adopt to migrated Cassandra property names.
...
See #654
2022-12-12 11:16:21 +01:00
Christoph Strobl
d52d73f34c
Upgrade to Spring 6 and Spring Boot 3.
...
See #654
2022-12-12 11:15:36 +01:00
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
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
41b4b03469
Polishing.
...
Reformat code.
See #606 .
2021-04-30 10:30:04 +02:00
Mark Paluch
b44dc3dea1
Merge Java 8 samples into basic one.
2021-04-30 10:29:17 +02:00
Mark Paluch
7938ee4cfa
Java 16 migration for Cassandra examples.
...
See #606 .
2021-04-30 10:29:04 +02:00
Mark Paluch
ec8557c7da
Update copyright years to 2021.
...
Closes #616
2021-04-27 14:47:20 +02:00
Mark Paluch
60385ee4b4
Migrate Cassandra examples to JUnit 5.
...
See #583
2021-03-23 08:50:52 +01:00
Mark Paluch
8d0cfc0046
#580 - Add Cassandra examples for optimistic locking.
2020-08-12 15:16:26 +02:00
Mark Paluch
e58140f9b5
#581 - Add Cassandra examples for auditing.
2020-08-12 14:42:03 +02:00
Mark Paluch
523d2c8a56
#553 - Adapt Spring Data Cassandra.
2020-05-11 10:40:11 +02:00
Spring Operator
ccae97890f
#491 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 426 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 08:13:14 +01:00
Spring Operator
6d51ebf294
#473 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://mybatis.org/dtd/mybatis-3-config.dtd (301) with 1 occurrences could not be migrated:
([https](https://mybatis.org/dtd/mybatis-3-config.dtd ) result SSLHandshakeException).
* http://mybatis.org/dtd/mybatis-3-mapper.dtd (301) with 2 occurrences could not be migrated:
([https](https://mybatis.org/dtd/mybatis-3-mapper.dtd ) result SSLHandshakeException).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 70 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 6 occurrences migrated to:
https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd ) result 301).
* http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd with 1 occurrences migrated to:
https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://java.sun.com/xml/ns/persistence with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 152 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 77 occurrences
Original pull request: #472
2019-03-20 10:10:59 -05:00
Mark Paluch
01da5a94b9
#437 - Add example for Cassandra Lifecycle Events.
2018-11-30 13:51:50 +01:00
Mark Paluch
dc67d5272b
#435 - Upgrade to Spring Boot 2.1.1.RELEASE.
...
Upgrade to Spring Boot 2.1.1. Cleanup POM references.
2018-11-30 13:48:47 +01:00
Mark Paluch
3a4a9d27b2
#382 - Adapt examples to Spring Boot 2.1 changes.
...
Replace custom configuration with the one that Boot provides. Adapt to DataMongo configuration that requires a MongoClient bean.
2018-07-26 11:57:11 +02:00
Oliver Gierke
d854c6d084
#342 - Expanded copyright headers to 2018.
...
Removed trailing whitespace in touched files.
2018-02-22 11:42:57 +01:00
Mark Paluch
d319758bef
#297 - Upgraded samples for Spring Data for Cassandra to Kay.
...
Adapt to changed API. Migrate tests to use AssertJ. Re-enable Cassandra examples. Adapt Cassandra examples to relocated packages. Adapt reactive Cassandra examples to removed insert(Publisher) method.
Exclude the reporter-config3 library from cassandra-all as it pulls in an outdated hibernate-validator version 4.3.0 that conflicts with Spring Boot's Hibernate Validator baseline and it's not required during tests because we don't publish any metrics.
2017-10-06 15:23:57 +02:00
Oliver Gierke
4164bc4607
#297 - Upgraded to Boot 2.0 and Spring Data Kay.
...
Bumped version number to 2.0. Upgraded to Spring Boot 2.0.
Stuff disabled in the meantime:
- Cassandra: needs API adaptions in configuration
- JPA > Security: test fails with weird Hibernate error
- Redis > Reactive: API updates needed
- Solr: configration updates necessary
adjust versions
Updated elastic search to the new version.
Fixed the reactor version to Bismuth-BUILD-SNAPSHOT. This probably should be undone when boot references the proper bom.
2017-10-06 15:15:53 +02:00
Mark Paluch
319d3e1a17
#250 - Polishing.
...
Use Cassandra streaming query with query derivation instead of a String-based query.
2017-01-27 13:07:23 +01:00
Mark Paluch
54ab8178b7
#250 - Add example for Cassandra User-defined type usage.
2017-01-27 12:59:35 +01:00
Mark Paluch
d9f77903ef
#224 - Use external or embedded (if external Apache Cassandra is not available) for Cassandra examples.
...
We now check whether an external Apache Cassandra instance is available at localhost:9042 and use it to run the examples. Otherwise, if no external Apache Cassandra instance is available, we start an embedded Cassandra instance.
2017-01-27 12:53:17 +01:00
Mark Paluch
95978416d1
#203 - Revise Cassandra Examples.
...
Simplify examples by adopting Spring Boot 1.4 improvements. Upgrade Cassandra Java driver to 3.0.3. Add examples for Ingalls (Query derivation, projection, Java 8 feature support).
Cassandra example setup is now self-contained by requiring just a running Cassandra instance.
Keyspace and tables are created during the tests. Examples also check if Cassandra is running and some examples additionally check the required version. Test execution is skipped if conditions are not met.
Cassandra (2.x) is started with TravisCI.
2016-07-27 22:18:43 +02:00
Oliver Gierke
bca4e65e4f
#115 - Harmonized package names.
...
We now consistently use example.springdata.$store as base package name.
2015-07-16 09:10:20 +02:00
Thomas Darimont
4841bbdc11
#19 - Add example for Spring Data Cassandra.
...
Shows java-config as well as Repository configuration.
2014-11-01 17:06:25 +01:00