Commit Graph

51 Commits

Author SHA1 Message Date
Spring Operator
fcdc51421f 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).

# 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 536 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Resolves gh-112
2019-03-27 09:55:51 +01:00
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
dc289b478e Refactored and cleaned up Javadoc. 2014-04-16 23:30:06 -07:00
David Turanski
c2536e91d8 modified for Gemfire 7 WAN API changes 2012-08-10 11:12:42 -04:00
Costin Leau
1cac0c5d7d update sample build 2012-07-04 12:41:04 -04:00
David Turanski
ea5540675c Merge branch 'master' of github.com:SpringSource/spring-gemfire
Conflicts:
	samples/hello-world/gradle.properties
2012-05-09 12:35:27 -04:00
Costin Leau
f5042aafda bump version 2012-03-20 13:15:57 +02:00
Costin Leau
53405371df prepare 1.2.0 M1 release 2012-03-20 11:23:43 +02:00
Costin Leau
a194942d89 backport from 1.1.x
33e3a6c - c20602d meaning:
c20602d
7f9a096
d439f9b
33e3a6c

changed xsd:boolean to string SGF-78
handle CACHING_PROXY in client FB
SGF-80
update spring & gemfire dependencies
update changelog
re-add handle CACHING_PROXY in client FB
SGF-80
2012-03-19 21:03:40 +02:00
Oliver Gierke
c6a3accfd7 Prepare 1.1.x development branch. 2012-01-19 10:09:58 +00:00
Costin Leau
e6326f7b7b + bump version (to 1.2.0.BUILD-SNAPSHOT) 2011-12-14 23:04:54 +02:00
Costin Leau
45e4b1c8d6 + update readme 2011-12-14 17:32:13 +02:00
Costin Leau
25bec0be0e + update readme
+ remove Eclipse specific files (since they aren't portable yet)
2011-12-14 16:33:15 +02:00
Costin Leau
89118c4f5b + bump version
+ update changelog
2011-11-13 18:48:54 +02:00
Costin Leau
d76a32e997 + prepare RC1 release 2011-11-13 18:44:52 +02:00
Costin Leau
cc6f2a2095 + adjust build files
+ update changelog
2011-11-13 18:44:26 +02:00
Costin Leau
c149c0a005 + align maven naming to Spring Data project 2011-11-13 18:25:47 +02:00
Costin Leau
18cd56dd7a + upgrade to Spring 3.1 RC1 2011-10-17 17:54:05 +03:00
Costin Leau
db668b8fbe + bump version 2011-09-25 20:11:05 +03:00
Costin Leau
06c4185d7e + exclude pdf from being processed
+ update changelog
+ prepare 1.1 M3 release
2011-09-25 19:36:41 +03:00
Costin Leau
ffe7208c52 + bump version to SNAPSHOT 2011-07-20 20:55:03 +03:00
Costin Leau
5fa0b0923c + update readme.txt
+ bump version
2011-07-20 19:06:15 +03:00
Costin Leau
be8bcc5d93 + separated sample from the build
+ updated readme files with regards to gradle
2011-07-20 18:48:30 +03:00
Costin Leau
65d72e6dae + fix old version in samples pom 2011-07-08 16:58:05 +03:00
Costin Leau
e21be75761 + bump version 2011-04-26 11:26:09 +03:00
Costin Leau
d9b6ac18b8 + add proper version to poms 2011-04-26 10:51:55 +03:00
Costin Leau
c255315749 SGF-28
+ add the property automatically to the pom.
2011-02-11 15:13:12 +02:00
Costin Leau
68c0129807 bump version to 1.0.1 2011-02-02 18:57:38 +02:00
Costin Leau
795890acff 1.0.0.RELEASE release 2011-02-02 18:48:20 +02:00
Costin Leau
17c9d5faed + version bump 2010-12-20 18:36:57 +02:00
Costin Leau
e65a2c461f change poms to 1.0.0.RC1 version 2010-12-20 18:32:30 +02:00
Costin Leau
8410437111 + bump version to RC1-SNAPSHOT 2010-12-08 16:57:37 +02:00
Costin Leau
76c8250d90 1.0.0.M2 release 2010-12-08 16:55:24 +02:00
Mark Pollack
9966894e6f update to 6.5 GA gemfire .jar 2010-10-13 11:40:56 -04:00
costin
1f2f5171ef + add tx config to the sampel 2010-09-16 14:25:00 +03:00
costin
e87713da94 + update sample to use the new gemfire namespace
SGF-10
2010-08-27 20:11:45 +03:00
costin
00745ebfa7 bump version to M2-SNAPSHOT 2010-08-03 16:22:44 +03:00
costin
304ca7ed8d + add milestone repository 2010-08-03 15:36:44 +03:00
costin
f9f1f4c18f bump version to 1.0.0.M1 release 2010-08-03 15:32:49 +03:00
costin
8dfdfa7bdb + add map description in sample help 2010-07-30 13:46:01 +03:00
costin
431018ad4b + updated sample
- removed GridToWorldWriter
2010-07-19 14:06:46 +03:00
costin
7ad02161e1 + add sample readme 2010-07-16 13:49:58 +03:00
costin
a812a22ce3 + arrange poms 2010-07-16 13:49:33 +03:00
costin
a3936e3ce5 + add javadoc 2010-07-16 13:26:44 +03:00
costin
754d42a880 + format pom 2010-07-16 13:26:03 +03:00
costin
1246069893 + sample updates 2010-07-16 00:24:21 +03:00
costin
f340b2d174 + added more exception translation 2010-07-16 00:24:09 +03:00
costin
bf421264b1 + added dataPolicy and scope as settings on the region factory bean 2010-07-15 23:16:46 +03:00
costin
436853bf35 + finished first draft of the sample
SGF-3
2010-07-15 21:34:04 +03:00
costin
9eb72b51b2 + improvements to the Gemfire sample
SGF-3
2010-07-15 20:34:01 +03:00