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
Christoph Strobl
2fc07f27ad
DATAGEODE-160 - Updated changelog.
2019-03-07 09:41:13 +01:00
Greg Turnquist
4f0891a22d
DATAGEODE-165 - Polishing.
2019-02-28 11:01:01 -06:00
Greg Turnquist
21b8aa305d
DATAGEODE-165 - Introduce Concourse.
2019-02-28 09:07:22 -06:00
John Blum
7d1cb02581
DATAGEODE-173 - Adapt to Repository API (findAll) changes in Spring Data Commons.
2019-02-20 10:19:38 -08:00
Mark Paluch
d312057ac4
DATAGEODE-172 - Adapt tests to AssertJ 3.12.0.
2019-02-15 09:40:23 +01:00
Mark Paluch
4535aac445
DATAGEODE-167 - Updated changelog.
2019-02-13 11:47:57 +01:00
Mark Paluch
3783ea4731
DATAGEODE-156 - Updated changelog.
2019-01-10 14:15:41 +01:00
Mark Paluch
82f0aeaa62
DATAGEODE-155 - Updated changelog.
2019-01-10 12:26:34 +01:00
Mark Paluch
15d50b5b01
DATAGEODE-164 - Update copyright years to 2019.
2019-01-02 13:50:35 +01:00
John Blum
d4eab653cf
DATAGEODE-151 - Polish.
...
Resolves gh-6.
2018-12-18 18:38:01 -08:00
Udo Kohlmeyer
d26b6c3466
DATAGEODE-151 - BatchingResultSender does not handle empty collections.
...
The current o.s.d.gemfire.function.BatchingResultSendera does not handle size/length 0 arrays
or collections when batch size is larger than 0.
Also fixed issue where lastResult was not sent with arrays, do to logic issue,
when the lastResult is to be sent.
2018-12-18 17:56:10 -08:00
John Blum
c0f7372be9
DATAGEODE-163 - Fix failing entity Index configuration integration tests.
...
Rename EnableIndexingConfigurationIntegrationTests to EnableOqlIndexingConfigurationIntegrationTests.
Polish.
2018-12-13 12:14:42 -08:00
John Blum
c1f4093182
DATAGEODE-161 - Adapt to API changes in Apache Geode 1.8.0.
2018-12-13 11:38:41 -08:00
John Blum
ce5e4e183a
DATAGEODE-163 - Add dependency between Lucene Index bean definition and the GemFireCache instance.
2018-12-13 10:10:59 -08:00
John Blum
5525147457
DATAGEODE-162 - Fix link in Annotation Config Quickstart doc to the MappingPdxSerializer section of the POJO Mapping chapter.
2018-12-13 09:52:59 -08:00
John Blum
d183d6a653
DATAGEODE-161 - Upgrade to Apache Geode 1.8.0.
2018-12-13 09:18:07 -08:00
Christoph Strobl
6d6290c7fd
DATAGEODE-158 - After release cleanups.
2018-12-11 11:07:52 +01:00
Christoph Strobl
3cc44638eb
DATAGEODE-158 - Prepare next development iteration.
2018-12-11 11:07:51 +01:00
Christoph Strobl
0aabb94277
DATAGEODE-158 - Release version 2.2 M1 (Moore).
2018-12-11 10:53:53 +01:00
Christoph Strobl
015cd5876a
DATAGEODE-158 - Prepare 2.2 M1 (Moore).
2018-12-11 10:53:11 +01:00
Christoph Strobl
582cfd993a
DATAGEODE-158 - Updated changelog.
2018-12-11 10:53:09 +01:00
Mark Paluch
26a5db195e
DATAGEODE-159 - Simplify reference documentation setup.
2018-12-10 10:11:50 +01:00
Mark Paluch
47cb696b67
DATAGEODE-146 - Polishing.
...
Fix inclusions of Spring Data Commons documentation artifacts. Fix link to Mapping PDX serializer.
2018-12-07 14:31:22 +01:00
Mark Paluch
b0c0659071
DATAGEODE-146 - Include documentation about Object Mapping Fundamentals.
...
Related ticket: DATACMNS-1374.
2018-12-07 14:31:22 +01:00
Mark Paluch
3a77784c0e
DATAGEODE-154 - Updated changelog.
2018-11-27 14:54:06 +01:00
Mark Paluch
b343116cd3
DATAGEODE-150 - Updated changelog.
2018-11-27 12:36:47 +01:00
Mark Paluch
499efe393e
DATAGEODE-149 - Updated changelog.
2018-10-29 14:32:51 +01:00
John Blum
ba98ab91cf
DATAGEODE-153 - Add test asserting 2 concurrent threads entering a transaction on the same entry leads to the proper outcome.
2018-10-25 16:26:05 -07:00
Mark Paluch
6534c0b26f
DATAGEODE-147 - Updated changelog.
2018-10-15 11:37:23 +02:00
John Blum
b4ff689afd
DATAGEODE-148 - Upgrade to Apache Geode 1.7.0.
2018-10-04 15:31:31 -07:00
Mark Paluch
05099eb2e5
DATAGEODE-141 - After release cleanups.
2018-09-21 07:45:28 -04:00
Mark Paluch
1e175ef0df
DATAGEODE-141 - Prepare next development iteration.
2018-09-21 07:45:27 -04:00
Mark Paluch
5bb1fca225
DATAGEODE-141 - Release version 2.1 GA (Lovelace).
2018-09-21 07:08:38 -04:00
Mark Paluch
ab8b36c5dc
DATAGEODE-141 - Prepare 2.1 GA (Lovelace).
2018-09-21 07:07:51 -04:00
Mark Paluch
a407e22da7
DATAGEODE-141 - Updated changelog.
2018-09-21 07:07:47 -04:00
John Blum
055a777ef2
DATAGEODE-144 - Update Javadoc and Reference Guide.
2018-09-10 12:57:01 -07:00
John Blum
7739958969
DATAGEODE-144 - Add 'requiredPermissions' to @GemfireFunction annotation.
2018-09-10 12:57:01 -07:00
Mark Paluch
ae5d2d9cfc
DATAGEODE-134 - Updated changelog.
2018-09-10 14:15:50 +02:00
John Blum
847c11b8cd
DATAGEODE-142 - Add annotation configuration support to create client Regions from Cluster-defined Regions.
2018-09-05 11:51:53 -07:00
Oliver Gierke
2742d806f2
DATAGEODE-133 - After release cleanups.
2018-08-20 10:56:53 +02:00
Oliver Gierke
0bd472a968
DATAGEODE-133 - Prepare next development iteration.
2018-08-20 10:56:52 +02:00
Oliver Gierke
7a9503670c
DATAGEODE-133 - Release version 2.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
3d31c88269
DATAGEODE-133 - Prepare 2.1 RC2 (Lovelace).
2018-08-20 10:39:43 +02:00