653 Commits

Author SHA1 Message Date
Spring Operator
8d0a53507f DATACASS-640 - 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 3 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 318 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #152
2019-03-22 11:11:30 +01:00
Spring Operator
2f7b6a3720 DATACASS-640 - 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).

These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://www.prowaveconsulting.com (200) with 1 occurrences could not be migrated:
   ([https](https://www.prowaveconsulting.com) result SSLHandshakeException).
* http://www.scispike.com (200) with 1 occurrences could not be migrated:
   ([https](https://www.scispike.com) result SSLHandshakeException).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://jackson.codehaus.org/1.8.2/javadoc (UnknownHostException) with 1 occurrences migrated to:
  https://jackson.codehaus.org/1.8.2/javadoc ([https](https://jackson.codehaus.org/1.8.2/javadoc) result UnknownHostException).
* http://www.mirantis.com/spring-data/cassandra (301) with 1 occurrences migrated to:
  https://www.mirantis.com/spring-data/cassandra ([https](https://www.mirantis.com/spring-data/cassandra) result 404).

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 4 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://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://static.springframework.org/spring/docs/3.0.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/3.0.x/javadoc-api ([https](https://static.springframework.org/spring/docs/3.0.x/javadoc-api) result 301).
* http://github.com/shvid/spring-data-cassandra with 2 occurrences migrated to:
  https://github.com/shvid/spring-data-cassandra ([https](https://github.com/shvid/spring-data-cassandra) result 301).
* http://repo.springsource.org/libs-snapshot with 1 occurrences migrated to:
  https://repo.springsource.org/libs-snapshot ([https](https://repo.springsource.org/libs-snapshot) result 301).
* http://repo.springsource.org/plugins-release with 2 occurrences migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://download.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
  https://download.oracle.com/javase/6/docs/api ([https](https://download.oracle.com/javase/6/docs/api) result 302).
* http://repo1.maven.org/maven2 with 1 occurrences migrated to:
  https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2) result 302).
* http://www.springsource.org/spring-data/cassandra with 1 occurrences migrated to:
  https://www.springsource.org/spring-data/cassandra ([https](https://www.springsource.org/spring-data/cassandra) result 302).

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences

Resolves gh-141.
2019-03-18 16:26:38 -07:00
Oliver Gierke
f4fb36e2de DATACASS-491 - Updated changelog. 2017-10-11 19:01:38 +02:00
Mark Paluch
a69ba16cb2 DATACASS-492 - Updated changelog. 2017-10-02 11:41:25 +02:00
Oliver Gierke
d224f8fe6a DATACASS-480 - Updated changelog. 2017-09-11 17:42:44 +02:00
Mark Paluch
9bcf6c5019 DATACASS-481 - Updated changelog. 2017-09-11 12:43:53 +02:00
Oliver Gierke
17938af38b DATACASS-477 - Updated changelog. 2017-07-27 00:48:54 +02:00
Oliver Gierke
b700694436 DATACASS-478 - Updated changelog. 2017-07-25 16:15:42 +02:00
Oliver Gierke
c5ff7e300f DATACASS-464 - Updated changelog. 2017-07-25 10:03:56 +02:00
Oliver Gierke
91bf1e95f2 DATACASS-461 - Updated changelog. 2017-07-24 22:20:39 +02:00
Mark Paluch
edc69aa348 DATACASS-471 - ConfigurationExtensionUnitTests now need to provide a BeanDefinitionRegistry. 2017-06-26 17:21:22 +02:00
Mark Paluch
2ed5f128c6 DATACASS-442 - Updated changelog. 2017-06-14 17:34:56 +02:00
Mark Paluch
b27489bd22 DATACASS-437 - Updated changelog. 2017-06-09 09:37:59 +02:00
Mark Paluch
0e2f6dccfa DATACASS-457 - Remove relativePath from parent in top-level pom.
Remove relativePath to prevent accidental usage of a parent that is reachable because of the project directory layout.
2017-06-07 13:11:46 +02:00
Mark Paluch
6175771aed DATACASS-436 - After release cleanups. 2017-06-07 11:50:57 +02:00
Mark Paluch
8c22b4e0e4 DATACASS-436 - Prepare next development iteration. 2017-06-07 11:50:56 +02:00
Mark Paluch
fa8e769e68 DATACASS-436 - Release version 1.4.11 (Hopper SR11). 2017-06-07 11:11:07 +02:00
Mark Paluch
1ab2b6fa05 DATACASS-436 - Prepare 1.4.11 (Hopper SR11). 2017-06-07 11:10:24 +02:00
Mark Paluch
90389aa2ba DATACASS-436 - Updated changelog. 2017-06-07 11:10:18 +02:00
Mark Paluch
749aa69c1f DATACASS-426 - Updated changelog. 2017-05-09 11:36:14 +02:00
Oliver Gierke
c8530d58f6 DATACASS-433 - After release cleanups. 2017-04-19 21:02:16 +02:00
Oliver Gierke
1d0f516d7b DATACASS-433 - Prepare next development iteration. 2017-04-19 21:02:13 +02:00
Oliver Gierke
134f0c387c DATACASS-433 - Release version 1.4.10 (Hopper SR10). 2017-04-19 20:36:43 +02:00
Oliver Gierke
795df7d98e DATACASS-433 - Prepare 1.4.10 (Hopper SR10). 2017-04-19 20:36:07 +02:00
Oliver Gierke
6777221a9c DATACASS-433 - Updated changelog. 2017-04-19 20:35:59 +02:00
Oliver Gierke
a20d217a00 DATACASS-432 - Updated changelog. 2017-04-19 20:01:43 +02:00
Oliver Gierke
d963988d7c DATACASS-411 - After release cleanups. 2017-04-19 13:01:04 +02:00
Oliver Gierke
17d8883f2e DATACASS-411 - Prepare next development iteration. 2017-04-19 13:01:02 +02:00
Oliver Gierke
25603d82fa DATACASS-411 - Release version 1.4.9 (Hopper SR9). 2017-04-19 12:38:28 +02:00
Oliver Gierke
2d19985c81 DATACASS-411 - Prepare 1.4.9 (Hopper SR9). 2017-04-19 12:37:52 +02:00
Oliver Gierke
6c88429311 DATACASS-411 - Updated changelog. 2017-04-19 12:37:39 +02:00
Oliver Gierke
aa9f7e44a2 DATACASS-410 - Updated changelog. 2017-04-19 11:50:44 +02:00
Oliver Gierke
ec038c21dc DATACASS-358 - Updated changelog. 2017-04-10 14:24:12 +02:00
Oliver Gierke
a64d4e5e4b DATACASS-391 - After release cleanups. 2017-03-02 12:05:57 +01:00
Oliver Gierke
f745bb6d85 DATACASS-391 - Prepare next development iteration. 2017-03-02 12:05:54 +01:00
Oliver Gierke
295afe2ec7 DATACASS-391 - Release version 1.4.8 (Hopper SR8). 2017-03-02 11:30:05 +01:00
Oliver Gierke
3e61fe4eac DATACASS-391 - Prepare 1.4.8 (Hopper SR8). 2017-03-02 11:29:33 +01:00
Oliver Gierke
01cbb693d5 DATACASS-391 - Updated changelog. 2017-03-02 11:29:24 +01:00
Oliver Gierke
c56d24e533 DATACASS-392 - Updated changelog. 2017-03-02 11:16:51 +01:00
Oliver Gierke
370efbff63 DATACASS-372 - After release cleanups. 2017-01-26 12:04:57 +01:00
Oliver Gierke
c131e36c00 DATACASS-372 - Prepare next development iteration. 2017-01-26 12:04:54 +01:00
Oliver Gierke
232a2c5228 DATACASS-372 - Release version 1.4.7 (Hopper SR7). 2017-01-26 11:33:51 +01:00
Oliver Gierke
2b2d4aed35 DATACASS-372 - Prepare 1.4.7 (Hopper SR7). 2017-01-26 11:33:07 +01:00
Oliver Gierke
9392691c04 DATACASS-372 - Updated changelog. 2017-01-26 11:32:56 +01:00
Mark Paluch
eef9066184 DATACASS-352 - Compare persistent properties using column names in CassandraPersistentPropertyComparator.
We now compare persistent properties using their column names when both columns are regular columns. Column names either respect a defined column name or determine a column name based on the property name.

Previously, the comparison extracted the column name itself and in case the other column was not annotated, the column compared with itself, the column name with its own property name which breaks the comparator contract.
2017-01-03 11:32:47 +01:00
Oliver Gierke
b436044188 DATACASS-353 - After release cleanups. 2016-12-21 19:33:44 +01:00
Oliver Gierke
21b3f92064 DATACASS-353 - Prepare next development iteration. 2016-12-21 19:33:39 +01:00
Oliver Gierke
45ff1f36a3 DATACASS-353 - Release version 1.4.6 (Hopper SR6). 2016-12-21 19:04:45 +01:00
Oliver Gierke
56b520b940 DATACASS-353 - Prepare 1.4.6 (Hopper SR6). 2016-12-21 19:03:39 +01:00
Oliver Gierke
fecf9e95c0 DATACASS-353 - Updated changelog. 2016-12-21 19:03:29 +01:00