Spring Operator
|
2194f9e0e4
|
SGF-827 - 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 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://www.gemstone.com/docs/6.5.1/product/docs/japi/ (ConnectTimeoutException) with 1 occurrences migrated to:
https://www.gemstone.com/docs/6.5.1/product/docs/japi/ ([https](https://www.gemstone.com/docs/6.5.1/product/docs/japi/) result ConnectTimeoutException).
* http://atinject.googlecode.com/svn/trunk/javadoc/ (404) with 1 occurrences migrated to:
https://atinject.googlecode.com/svn/trunk/javadoc/ ([https](https://atinject.googlecode.com/svn/trunk/javadoc/) result 404).
* http://logging.apache.org/log4j/docs/api/ (404) with 1 occurrences migrated to:
https://logging.apache.org/log4j/docs/api/ ([https](https://logging.apache.org/log4j/docs/api/) 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 1 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://asm.objectweb.org/asm223/javadoc/user (301) with 1 occurrences migrated to:
https://asm.ow2.org/asm223/javadoc/user ([https](https://asm.objectweb.org/asm223/javadoc/user) result 301).
* http://static.springframework.org/spring/docs/3.1.x/javadoc-api (301) with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/3.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/3.1.x/javadoc-api) result 301).
* http://github.com/SpringSource/spring-gemfire with 2 occurrences migrated to:
https://github.com/SpringSource/spring-gemfire ([https](https://github.com/SpringSource/spring-gemfire) 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://www.springsource.org/spring-gemfire with 1 occurrences migrated to:
https://www.springsource.org/spring-gemfire ([https](https://www.springsource.org/spring-gemfire) 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).
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
Resolves gh-100.
|
2019-03-18 17:01:43 -07:00 |
|
John Blum
|
5cbe2b6260
|
Updated Spring Data GemFire Reference Documentation, updating author information and added 'LIKE' operator details to the 'Executing OQL Queries' section.
|
2014-01-17 22:18:03 -08:00 |
|
Lyndon Adams
|
7f1d84e598
|
Additional changes for SGF-160
|
2013-03-12 19:26:10 +00:00 |
|
David Turanski
|
4da8c04af0
|
started on annotation-driven functions
|
2012-10-09 08:21:38 -04:00 |
|
David Turanski
|
329707dd5c
|
Upgraded to SDC 1.4.0.RC1
|
2012-08-23 17:43:39 -04:00 |
|
Oliver Gierke
|
4c616c0f53
|
SGF-114 - Tweak Maven pom to depend on Gemfire 6.6.3.
|
2012-08-06 17:12:41 +02:00 |
|
David Turanski
|
0d84ef62ad
|
fixed version 'uspecified'
|
2012-07-10 13:07:33 -04:00 |
|
David Turanski
|
fb10fe337b
|
updating docs
|
2012-07-04 13:54:26 -04:00 |
|
Costin Leau
|
6097749af4
|
merged first draft build
|
2012-07-04 12:40:07 -04:00 |
|
Costin Leau
|
0875773301
|
fix maven description a bit more
|
2012-03-20 12:47:11 +02:00 |
|
Costin Leau
|
a6e5374afe
|
improve maven info
|
2012-03-20 11:45:05 +02:00 |
|
Costin Leau
|
defd208be6
|
+ restore maven.gradle
|
2011-12-15 11:08:34 +02:00 |
|
Costin Leau
|
e6326f7b7b
|
+ bump version (to 1.2.0.BUILD-SNAPSHOT)
|
2011-12-14 23:04:54 +02:00 |
|
Costin Leau
|
c149c0a005
|
+ align maven naming to Spring Data project
|
2011-11-13 18:25:47 +02:00 |
|
Costin Leau
|
c656ac916a
|
+ update gemfire maven group
|
2011-07-20 20:34:38 +03:00 |
|
Costin Leau
|
6459592c34
|
big gulp of Gradle functionality added (using Spring Data Redis as a template)
|
2011-07-19 19:30:42 +03:00 |
|