John Blum
293c150490
DATAGEODE-198 - Define the Configurer interface as a contract for implementing objects that can augment the configuration meta-data of SDG, primarily through Spring FactoryBeans.
2019-05-28 15:49:01 -07:00
John Blum
1b4eec323a
DATAGEODE-196 - Add support for dynamic HTTP client port configuration based on protocol/scheme.
2019-05-20 17:05:22 -07:00
John Blum
ac8da3b238
DATAGEODE-194 - Add support to authenticate HTTP requests when using @EnableClusterConfiguration and @EnableSecurity.
2019-05-18 20:06:49 -07:00
John Blum
b54e3b60b5
DATAGEODE-192 - Polish.
2019-05-18 20:06:49 -07:00
John Blum
d4f8a9607f
DATAGEODE-192 - Add support for HTTPS and Follow Redirects when using @EnableClusterConfiguration.
2019-05-18 20:06:49 -07:00
Mark Paluch
1fc00735c8
DATAGEODE-186 - Updated changelog.
2019-05-13 14:59:27 +02:00
Mark Paluch
21910852b9
DATAGEODE-182 - After release cleanups.
2019-05-13 12:17:54 +02:00
Mark Paluch
6544b74582
DATAGEODE-182 - Prepare next development iteration.
2019-05-13 12:17:52 +02:00
Mark Paluch
573c402cc2
DATAGEODE-182 - Release version 2.2 M4 (Moore).
2019-05-13 11:59:50 +02:00
Mark Paluch
a6a0d3aeda
DATAGEODE-182 - Prepare 2.2 M4 (Moore).
2019-05-13 11:59:04 +02:00
Mark Paluch
248f57af17
DATAGEODE-182 - Updated changelog.
2019-05-13 11:58:59 +02:00
John Blum
3a7093f6ef
DATAGEODE-187 - Fixup test to ensure consistent configuration of the Apache Geode DistributedSystem between the Cache and Locator instances.
2019-05-13 00:32:54 -07:00
John Blum
2f99f6ac4b
DATAGEODE-187 - Add documentation on configuring and bootstrapping Locator applications.
2019-05-13 00:32:54 -07:00
John Blum
cd109c59c8
DATAGEODE-188 - Set Apache Geode version to 1.9.0.
...
Set Pivotal GemFire version to 9.8.0.
2019-05-12 23:30:29 -07:00
John Blum
1dd8bf1138
DATAGEODE-188 - Set Table of Contents (TOC) Levels to 2.
2019-05-12 23:28:52 -07:00
John Blum
ef4e32e43d
DATAGEODE-188 - Refactor and simplify codebase.
2019-05-12 23:25:25 -07:00
John Blum
ad0ad251a1
DATAGEODE-187 - Configure and start GemFire Locators with SDG config.
2019-05-12 23:25:25 -07:00
Oliver Drotbohm
ffc20a50fb
DATAGEODE-178 - Updated changelog.
2019-05-10 12:57:25 +02:00
John Blum
1bd20457ee
DATAGEODE-184 - Apply RegionConfigurers to Caching-defined Regions.
2019-05-09 23:06:24 -07:00
John Blum
8bc682a0c0
DATAGEODE-185 - Fix DurableClientCacheIntegrationTest.
2019-05-09 22:27:18 -07:00
John Blum
1a430be61e
DATAGEODE-183 - Adapt to API changes in Apache Geode 1.9.0.
2019-04-27 09:27:40 -07:00
John Blum
bd730cccf0
DATAGEODE-183 - Upgrade to Apache Geode 1.9.0.
2019-04-27 09:18:57 -07:00
Christoph Strobl
cd0f950ad4
DATAGEODE-174 - After release cleanups.
2019-04-11 12:00:20 +02:00
Christoph Strobl
db53de1bbf
DATAGEODE-174 - Prepare next development iteration.
2019-04-11 12:00:19 +02:00
Christoph Strobl
ea6cddcbac
DATAGEODE-174 - Release version 2.2 M3 (Moore).
2019-04-11 11:24:31 +02:00
Christoph Strobl
6fcac44af1
DATAGEODE-174 - Prepare 2.2 M3 (Moore).
2019-04-11 11:23:56 +02:00
Christoph Strobl
c03d56bc4b
DATAGEODE-174 - Updated changelog.
2019-04-11 11:23:52 +02:00
John Blum
43bb6d3ac5
DATAGEODE-180 - Set internal Log4j2 logging to 'error'.
2019-04-10 21:36:07 -07:00
John Blum
fa29b1ed5f
DATAGEODE-180 - Disable logger additivity.
2019-04-10 21:20:20 -07:00
John Blum
a7d7b430eb
DATAGEODE-180 - Add null, no-op Appender to JUL, Log4j and Logback logging configuration.
...
Speed up GemFireDataSourceUsingNonSpringConifguredGemFireServerIntegationTests.
Refactor test framework supporting classes.
2019-04-10 20:53:48 -07:00
John Blum
626076b05e
DATAGEODE-180 - Polish log statements and log levels.
2019-04-10 19:56:34 -07:00
John Blum
6d679fc462
DATAGEODE-180 - Add log4j2-test.xml to configure Log4j2.
...
Remove log4j.properties.
2019-04-10 19:56:02 -07:00
John Blum
e5ce572620
DATAGEODE-180 - Add java-util-logging.properties to configure JUL.
2019-04-10 19:55:09 -07:00
John Blum
fcafb4d540
DATAGEODE-180 - Fix test failures.
2019-04-10 18:27:44 -07:00
John Blum
ad8195a1a2
DATAGEODE-180 - Switch from Apache Commons Logging to SLF4J.
2019-04-10 10:21:25 -07:00
John Blum
2b86f17096
DATAGEODE-180 - Remove org.slf4j:jcl-over-slf4j dependency.
...
jcl-over-slf4j is not longer requried to re-route core Spring Framework log statements to SLF4J since the core Spring Framework is no longer based on Apache Commons Logging.
2019-04-10 10:21:25 -07:00
John Blum
4358b51f98
DATAGEODE-180 - Set Framework and Geode log level in tests to error.
...
Remove out System.out and System.err println(..) statements.
2019-04-09 14:30:48 -07:00
John Blum
c1d6a710c0
DATAGEODE-179 - Polish Durable Client and Eviction/Expiration Annotation configuration support after Framework regressions.
2019-04-09 11:32:28 -07:00
Oliver Drotbohm
e001901127
DATAGEODE-171 - Updated changelog.
2019-04-08 08:40:31 -07:00
Oliver Drotbohm
9faedd7386
DATAGEODE-166 - Updated changelog.
2019-04-08 08:40:31 -07:00
Spring Operator
12a0cf2cb2
DATAGEODE-176 - 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 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 897 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Resolves gh-19.
2019-04-08 08:40:31 -07:00
Spring Operator
1b29f092dc
DATAGEODE-176 - 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://narayana.io/ (200) with 1 occurrences could not be migrated:
([https](https://narayana.io/ ) result SSLHandshakeException).
* [ ] http://narayana.io//docs/project/index.html (200) with 1 occurrences could not be migrated:
([https](https://narayana.io//docs/project/index.html ) result SSLHandshakeException).
# Fixed URLs
## Fixed But Review Recommended
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/products/gemfire (ConnectTimeoutException) with 1 occurrences migrated to:
https://www.gemstone.com/products/gemfire ([https](https://www.gemstone.com/products/gemfire ) result ConnectTimeoutException).
* [ ] http://%1 (UnknownHostException) with 1 occurrences migrated to:
https://%1 ([https](https://%1 ) result UnknownHostException).
* [ ] http://gemfire- (UnknownHostException) with 1 occurrences migrated to:
https://gemfire- ([https](https://gemfire- ) result UnknownHostException).
* [ ] http://geode.docs.pivotal.io/docs/developing/distributed_regions/how_region_versioning_works.html (404) with 1 occurrences migrated to:
https://geode.docs.pivotal.io/docs/developing/distributed_regions/how_region_versioning_works.html ([https](https://geode.docs.pivotal.io/docs/developing/distributed_regions/how_region_versioning_works.html ) result 404).
* [ ] http://geode.docs.pivotal.io/docs/developing/partitioned_regions/configuring_ha_for_pr.html (404) with 1 occurrences migrated to:
https://geode.docs.pivotal.io/docs/developing/partitioned_regions/configuring_ha_for_pr.html ([https](https://geode.docs.pivotal.io/docs/developing/partitioned_regions/configuring_ha_for_pr.html ) result 404).
* [ ] http://geode.docs.pivotal.io/docs/reference/topics/gemfire_properties.html (404) with 1 occurrences migrated to:
https://geode.docs.pivotal.io/docs/reference/topics/gemfire_properties.html ([https](https://geode.docs.pivotal.io/docs/reference/topics/gemfire_properties.html ) result 404).
* [ ] http://geode.docs.pivotal.io/docs/rest_apps/book_intro.html (404) with 2 occurrences migrated to:
https://geode.docs.pivotal.io/docs/rest_apps/book_intro.html ([https](https://geode.docs.pivotal.io/docs/rest_apps/book_intro.html ) result 404).
## 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://en.wikipedia.org/wiki/Cache_algorithms with 1 occurrences migrated to:
https://en.wikipedia.org/wiki/Cache_algorithms ([https](https://en.wikipedia.org/wiki/Cache_algorithms ) result 200).
* [ ] http://geode.apache.org with 1 occurrences migrated to:
https://geode.apache.org ([https](https://geode.apache.org ) result 200).
* [ ] http://geode.apache.org/ with 1 occurrences migrated to:
https://geode.apache.org/ ([https](https://geode.apache.org/ ) result 200).
* [ ] http://geode.apache.org/docs/guide/ with 1 occurrences migrated to:
https://geode.apache.org/docs/guide/ ([https](https://geode.apache.org/docs/guide/ ) result 200).
* [ ] http://geode.apache.org/docs/guide/12/developing/transactions/cache_transactions.html with 1 occurrences migrated to:
https://geode.apache.org/docs/guide/12/developing/transactions/cache_transactions.html ([https](https://geode.apache.org/docs/guide/12/developing/transactions/cache_transactions.html ) result 200).
* [ ] http://geode.apache.org/releases/latest/javadoc with 1 occurrences migrated to:
https://geode.apache.org/releases/latest/javadoc ([https](https://geode.apache.org/releases/latest/javadoc ) result 200).
* [ ] http://geode.apache.org/schema/cache/cache-1.0.xsd with 5 occurrences migrated to:
https://geode.apache.org/schema/cache/cache-1.0.xsd ([https](https://geode.apache.org/schema/cache/cache-1.0.xsd ) result 200).
* [ ] http://google.github.io/snappy/ with 1 occurrences migrated to:
https://google.github.io/snappy/ ([https](https://google.github.io/snappy/ ) result 200).
* [ ] http://jira.spring.io/browse/SGF-112 with 1 occurrences migrated to:
https://jira.spring.io/browse/SGF-112 ([https](https://jira.spring.io/browse/SGF-112 ) result 200).
* [ ] http://lucene.apache.org/ with 1 occurrences migrated to:
https://lucene.apache.org/ ([https](https://lucene.apache.org/ ) result 200).
* [ ] http://lucene.apache.org/core/6_5_0/core/org/apache/lucene/analysis/Analyzer.html with 1 occurrences migrated to:
https://lucene.apache.org/core/6_5_0/core/org/apache/lucene/analysis/Analyzer.html ([https](https://lucene.apache.org/core/6_5_0/core/org/apache/lucene/analysis/Analyzer.html ) result 200).
* [ ] http://projects.spring.io/spring-data-gemfire/ with 2 occurrences migrated to:
https://projects.spring.io/spring-data-gemfire/ ([https](https://projects.spring.io/spring-data-gemfire/ ) result 200).
* [ ] http://spring.io/blog with 1 occurrences migrated to:
https://spring.io/blog ([https](https://spring.io/blog ) result 200).
* [ ] http://spring.io/projects with 1 occurrences migrated to:
https://spring.io/projects ([https](https://spring.io/projects ) result 200).
* [ ] http://stackoverflow.com/questions/39830488/gemfire-entrynotfoundexception-for-cacheevict with 1 occurrences migrated to:
https://stackoverflow.com/questions/39830488/gemfire-entrynotfoundexception-for-cacheevict ([https](https://stackoverflow.com/questions/39830488/gemfire-entrynotfoundexception-for-cacheevict ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/gemfire with 1 occurrences migrated to:
https://stackoverflow.com/questions/tagged/gemfire ([https](https://stackoverflow.com/questions/tagged/gemfire ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-gemfire with 1 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data-gemfire ([https](https://stackoverflow.com/questions/tagged/spring-data-gemfire ) result 200).
* [ ] http://www.apache.org with 1 occurrences migrated to:
https://www.apache.org ([https](https://www.apache.org ) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html with 1 occurrences migrated to:
https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html ([https](https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html ) result 200).
* [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 13 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* [ ] http://www.springframework.org/schema/context/spring-context.xsd with 4 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd ) result 200).
* [ ] http://www.springframework.org/schema/data/repository/spring-repository.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd ) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] http://docs.pivotal.io/gemfire with 1 occurrences migrated to:
https://docs.pivotal.io/gemfire ([https](https://docs.pivotal.io/gemfire ) result 301).
* [ ] http://docs.spring.io/spring-data-gemfire/docs/current/api/ with 1 occurrences migrated to:
https://docs.spring.io/spring-data-gemfire/docs/current/api/ ([https](https://docs.spring.io/spring-data-gemfire/docs/current/api/ ) result 301).
* [ ] http://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/PojoFunctionWrapper.html with 1 occurrences migrated to:
https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/PojoFunctionWrapper.html ([https](https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/PojoFunctionWrapper.html ) result 301).
* [ ] http://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/annotation/package-summary.html with 1 occurrences migrated to:
https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/annotation/package-summary.html ([https](https://docs.spring.io/spring-data-gemfire/docs/current/api/org/springframework/data/gemfire/function/annotation/package-summary.html ) result 301).
* [ ] http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/ with 8 occurrences migrated to:
https://docs.spring.io/spring-data-gemfire/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data-gemfire/docs/current/reference/html/ ) result 301).
* [ ] http://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/projection/ProjectionFactory.html with 1 occurrences migrated to:
https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/projection/ProjectionFactory.html ([https](https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/projection/ProjectionFactory.html ) result 301).
* [ ] http://docs.spring.io/spring-data/data-commons/docs/current/reference/html/ with 1 occurrences migrated to:
https://docs.spring.io/spring-data/data-commons/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data/data-commons/docs/current/reference/html/ ) result 301).
* [ ] http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/ApplicationEvent.html with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/ApplicationEvent.html ([https](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/ApplicationEvent.html ) result 301).
* [ ] http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ with 25 occurrences migrated to:
https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ ([https](https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ ) result 301).
* [ ] http://forum.spring.io/forum/spring-projects/data/gemfire with 1 occurrences migrated to:
https://forum.spring.io/forum/spring-projects/data/gemfire ([https](https://forum.spring.io/forum/spring-projects/data/gemfire ) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
https://help.github.com/forking/ ([https](https://help.github.com/forking/ ) result 301).
* [ ] http://projects.spring.io/spring-data-gemfire with 2 occurrences migrated to:
https://projects.spring.io/spring-data-gemfire ([https](https://projects.spring.io/spring-data-gemfire ) result 301).
* [ ] http://www.springframework.org with 1 occurrences migrated to:
https://www.springframework.org ([https](https://www.springframework.org ) result 301).
* [ ] http://www.springframework.org/schema/cache/spring-cache.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/cache/spring-cache.xsd ([https](https://www.springframework.org/schema/cache/spring-cache.xsd ) result 301).
* [ ] http://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd ([https](https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd ) result 301).
* [ ] http://www.springframework.org/schema/gemfire/spring-gemfire.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ([https](https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ) result 301).
* [ ] http://www.springframework.org/schema/geode/spring-geode.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/geode/spring-geode.xsd ([https](https://www.springframework.org/schema/geode/spring-geode.xsd ) result 301).
* [ ] http://www.springframework.org/schema/util/spring-util.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/util/spring-util.xsd ([https](https://www.springframework.org/schema/util/spring-util.xsd ) result 301).
* [ ] http://www.springsource.org/spring-gemfire with 2 occurrences migrated to:
https://www.springsource.org/spring-gemfire ([https](https://www.springsource.org/spring-gemfire ) 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://www.vmware.com/products/application-platform/vfabric-gemfire with 1 occurrences migrated to:
https://www.vmware.com/products/application-platform/vfabric-gemfire ([https](https://www.vmware.com/products/application-platform/vfabric-gemfire ) result 301).
* [ ] http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html with 1 occurrences migrated to:
https://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html ([https](https://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html ) result 301).
* [ ] http://gemfire.docs.pivotal.io/ with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/ ([https](https://gemfire.docs.pivotal.io/ ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/data_serialization/gemfire_pdx_serialization.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/data_serialization/gemfire_pdx_serialization.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/data_serialization/gemfire_pdx_serialization.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/expiration/chapter_overview.html with 2 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/expiration/chapter_overview.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/expiration/chapter_overview.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/query_additional/supported_keywords.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/query_additional/supported_keywords.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/developing/query_additional/supported_keywords.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authentication_overview.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authentication_overview.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authentication_overview.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authorization_overview.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authorization_overview.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/managing/security/authorization_overview.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/managing/security/chapter_overview.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/managing/security/chapter_overview.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/managing/security/chapter_overview.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/docs-gemfire/reference/topics/gemfire_properties.html with 2 occurrences migrated to:
https://gemfire.docs.pivotal.io/docs-gemfire/reference/topics/gemfire_properties.html ([https](https://gemfire.docs.pivotal.io/docs-gemfire/reference/topics/gemfire_properties.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/geode/developing/transactions/cache_transactions.html with 1 occurrences migrated to:
https://gemfire.docs.pivotal.io/geode/developing/transactions/cache_transactions.html ([https](https://gemfire.docs.pivotal.io/geode/developing/transactions/cache_transactions.html ) result 302).
* [ ] http://gemfire.docs.pivotal.io/latest/userguide/index.html with 5 occurrences migrated to:
https://gemfire.docs.pivotal.io/latest/userguide/index.html ([https](https://gemfire.docs.pivotal.io/latest/userguide/index.html ) result 302).
* [ ] http://gemfire90.docs.pivotal.io/geode/developing/query_index/create_multiple_indexes.html with 1 occurrences migrated to:
https://gemfire90.docs.pivotal.io/geode/developing/query_index/create_multiple_indexes.html ([https](https://gemfire90.docs.pivotal.io/geode/developing/query_index/create_multiple_indexes.html ) result 302).
* [ ] http://gemfire90.docs.pivotal.io/geode/developing/query_index/query_index.html with 1 occurrences migrated to:
https://gemfire90.docs.pivotal.io/geode/developing/query_index/query_index.html ([https](https://gemfire90.docs.pivotal.io/geode/developing/query_index/query_index.html ) result 302).
* [ ] http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html with 5 occurrences migrated to:
https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html ([https](https://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html ) result 302).
* [ ] http://gemfire90.docs.pivotal.io/geode/developing/transactions/jca_adapter_example.html with 1 occurrences migrated to:
https://gemfire90.docs.pivotal.io/geode/developing/transactions/jca_adapter_example.html ([https](https://gemfire90.docs.pivotal.io/geode/developing/transactions/jca_adapter_example.html ) result 302).
* [ ] http://gemfire91.docs.pivotal.io/geode/developing/partitioned_regions/join_query_partitioned_regions.html with 1 occurrences migrated to:
https://gemfire91.docs.pivotal.io/geode/developing/partitioned_regions/join_query_partitioned_regions.html ([https](https://gemfire91.docs.pivotal.io/geode/developing/partitioned_regions/join_query_partitioned_regions.html ) result 302).
* [ ] http://gemfire91.docs.pivotal.io/geode/managing/region_compression.html with 1 occurrences migrated to:
https://gemfire91.docs.pivotal.io/geode/managing/region_compression.html ([https](https://gemfire91.docs.pivotal.io/geode/managing/region_compression.html ) result 302).
* [ ] http://geode.incubator.apache.org/docs/guide/developing/expiration/chapter_overview.html with 2 occurrences migrated to:
https://geode.incubator.apache.org/docs/guide/developing/expiration/chapter_overview.html ([https](https://geode.incubator.apache.org/docs/guide/developing/expiration/chapter_overview.html ) result 302).
* [ ] http://repo.spring.io/milestone with 2 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone ) result 302).
* [ ] http://repo.spring.io/plugins-release with 1 occurrences migrated to:
https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release ) result 302).
* [ ] http://repo.spring.io/snapshot with 2 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot ) result 302).
* [ ] http://www.iana.org/assignments/multicast-addresses with 1 occurrences migrated to:
https://www.iana.org/assignments/multicast-addresses ([https](https://www.iana.org/assignments/multicast-addresses ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://geode.apache.org/schema/cache with 10 occurrences
* http://localhost:7070/gemfire/v1/indexes with 1 occurrences
* http://localhost:7070/gemfire/v1/regions with 1 occurrences
* http://www.springframework.org/schema/beans with 34 occurrences
* http://www.springframework.org/schema/cache with 4 occurrences
* http://www.springframework.org/schema/context with 12 occurrences
* http://www.springframework.org/schema/data/gemfire with 1 occurrences
* http://www.springframework.org/schema/data/geode with 4 occurrences
* http://www.springframework.org/schema/data/repository with 6 occurrences
* http://www.springframework.org/schema/gemfire with 1 occurrences
* http://www.springframework.org/schema/geode with 10 occurrences
* http://www.springframework.org/schema/p with 4 occurrences
* http://www.springframework.org/schema/tool with 8 occurrences
* http://www.springframework.org/schema/util with 2 occurrences
* http://www.w3.org/2001/XMLSchema with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 18 occurrences
Original Pull Request modified to leave out endpoints in `RestHttpGemfireAdminTemplate`.
Resolves gh-15.
2019-03-27 09:35:47 +01:00
John Blum
5dc269da02
DATAGEODE-176 - Revert cache-1.0.xsd URL from HTTPS to HTTP.
...
See https://issues.apache.org/jira/browse/GEODE-6540 .
Resolves gh-14.
2019-03-20 14:34:25 -07:00
Spring Operator
033c85907f
DATAGEODE-176 - 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/dtd/cache5_7.dtd (ConnectTimeoutException) with 1 occurrences migrated to:
https://www.gemstone.com/dtd/cache5_7.dtd ([https](https://www.gemstone.com/dtd/cache5_7.dtd ) result ConnectTimeoutException).
* http://www.gemstone.com/dtd/cache6_5.dtd (ConnectTimeoutException) with 1 occurrences migrated to:
https://www.gemstone.com/dtd/cache6_5.dtd ([https](https://www.gemstone.com/dtd/cache6_5.dtd ) result ConnectTimeoutException).
* http://www.gemstone.com/dtd/cache7_0.dtd (ConnectTimeoutException) with 3 occurrences migrated to:
https://www.gemstone.com/dtd/cache7_0.dtd ([https](https://www.gemstone.com/dtd/cache7_0.dtd ) result ConnectTimeoutException).
* http://www.gemstone.com/dtd/cache8_0.dtd (ConnectTimeoutException) with 6 occurrences migrated to:
https://www.gemstone.com/dtd/cache8_0.dtd ([https](https://www.gemstone.com/dtd/cache8_0.dtd ) result ConnectTimeoutException).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://geode.apache.org/schema/cache/cache-1.0.xsd with 4 occurrences migrated to:
https://geode.apache.org/schema/cache/cache-1.0.xsd ([https](https://geode.apache.org/schema/cache/cache-1.0.xsd ) result 200).
* 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.springframework.org/dtd/spring-beans.dtd with 1 occurrences migrated to:
https://www.springframework.org/dtd/spring-beans.dtd ([https](https://www.springframework.org/dtd/spring-beans.dtd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 141 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/cache/spring-cache.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/cache/spring-cache.xsd ([https](https://www.springframework.org/schema/cache/spring-cache.xsd ) result 200).
* http://www.springframework.org/schema/context/spring-context.xsd with 52 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd ) result 200).
* http://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd with 21 occurrences migrated to:
https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd ([https](https://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd ) result 200).
* http://www.springframework.org/schema/data/repository/spring-repository.xsd with 11 occurrences migrated to:
https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd ) result 200).
* http://www.springframework.org/schema/gemfire/spring-gemfire.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ([https](https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ) result 200).
* http://www.springframework.org/schema/geode/spring-geode.xsd with 132 occurrences migrated to:
https://www.springframework.org/schema/geode/spring-geode.xsd ([https](https://www.springframework.org/schema/geode/spring-geode.xsd ) result 200).
* http://www.springframework.org/schema/task/spring-task.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd ) result 200).
* http://www.springframework.org/schema/util/spring-util.xsd with 125 occurrences migrated to:
https://www.springframework.org/schema/util/spring-util.xsd ([https](https://www.springframework.org/schema/util/spring-util.xsd ) result 200).
These URLs were intentionally ignored.
* http://geode.apache.org/schema/cache with 8 occurrences
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 282 occurrences
* http://www.springframework.org/schema/c with 3 occurrences
* http://www.springframework.org/schema/cache with 2 occurrences
* http://www.springframework.org/schema/context with 104 occurrences
* http://www.springframework.org/schema/data/gemfire with 42 occurrences
* http://www.springframework.org/schema/data/repository with 22 occurrences
* http://www.springframework.org/schema/gemfire with 2 occurrences
* http://www.springframework.org/schema/geode with 264 occurrences
* http://www.springframework.org/schema/p with 23 occurrences
* http://www.springframework.org/schema/task with 6 occurrences
* http://www.springframework.org/schema/util with 250 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 146 occurrences
Resovles gh-14.
2019-03-20 12:20:51 -07:00
Spring Operator
a00c75ab3f
DATAGEODE-176 - 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 successfully.
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
Resolves gh-9.
2019-03-18 17:36:22 -07:00
John Blum
1d001e8aec
DATAGEODE-175 - Move away from Spring Data Commons deprecations.
2019-03-13 23:42:19 -07:00
Christoph Strobl
99f4eba600
DATAGEODE-160 - After release cleanups.
2019-03-07 10:07:29 +01:00
Christoph Strobl
143986718c
DATAGEODE-160 - Prepare next development iteration.
2019-03-07 10:07:28 +01:00
Christoph Strobl
86081ac5d8
DATAGEODE-160 - Release version 2.2 M2 (Moore).
2019-03-07 09:42:21 +01:00
Christoph Strobl
0874fcfa01
DATAGEODE-160 - Prepare 2.2 M2 (Moore).
2019-03-07 09:41:17 +01:00