John Blum
2595bbc722
DATAGEODE-199 - Switch all XML document schemaLocations (XSD) from HTTP to HTTPS.
2019-05-29 23:25:38 -07:00
John Blum
24ed417ac4
DATAGEODE-199 - Define HTTPS XML Schema (XSD) locations.
2019-05-29 21:44:13 -07:00
John Blum
3781ef87c1
DATAGEODE-199 - Refactor existing SDG XML Schemas (XSD) and switch schemaLocations from HTTP to HTTPS.
2019-05-29 19:04:31 -07:00
Oliver Drotbohm
ff105caa67
DATAGEODE-178 - Updated changelog.
2019-05-10 12:57:27 +02:00
Christoph Strobl
1f2776a405
DATAGEODE-174 - Updated changelog.
2019-04-11 12:31:00 +02:00
Oliver Drotbohm
6ce70fd7d4
DATAGEODE-171 - Updated changelog.
2019-04-01 20:56:32 +02:00
Oliver Drotbohm
88877da791
DATAGEODE-166 - After release cleanups.
2019-04-01 19:35:53 +02:00
Oliver Drotbohm
da61e7ca55
DATAGEODE-166 - Prepare next development iteration.
2019-04-01 19:35:51 +02:00
Oliver Drotbohm
b53fbb67dd
DATAGEODE-166 - Release version 2.0.14 (Kay SR14).
2019-04-01 19:05:43 +02:00
Oliver Drotbohm
162434a510
DATAGEODE-166 - Prepare 2.0.14 (Kay SR14).
2019-04-01 19:05:14 +02:00
Oliver Drotbohm
a459aa44d0
DATAGEODE-166 - Updated changelog.
2019-04-01 19:05:10 +02:00
Spring Operator
b2702d9ba8
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).
# 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 891 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Resolves gh-16
2019-03-27 10:40:28 +01:00
Spring Operator
98866b4497
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://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://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).
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-10.
2019-03-18 17:39:05 -07:00
Christoph Strobl
f8afaca849
DATAGEODE-160 - Updated changelog.
2019-03-07 10:30:10 +01:00
Mark Paluch
209435bbe0
DATAGEODE-167 - Updated changelog.
2019-02-13 11:47:58 +01:00
Mark Paluch
d79c310cbc
DATAGEODE-156 - Updated changelog.
2019-01-10 14:15:42 +01:00
Mark Paluch
3044451998
DATAGEODE-155 - After release cleanups.
2019-01-10 12:03:26 +01:00
Mark Paluch
b0d0e900f1
DATAGEODE-155 - Prepare next development iteration.
2019-01-10 12:03:25 +01:00
Mark Paluch
12206730c7
DATAGEODE-155 - Release version 2.0.13 (Kay SR13).
2019-01-10 11:10:23 +01:00
Mark Paluch
82d5e406c3
DATAGEODE-155 - Prepare 2.0.13 (Kay SR13).
2019-01-10 11:09:23 +01:00
Mark Paluch
8ec0e528fa
DATAGEODE-155 - Updated changelog.
2019-01-10 11:09:18 +01:00
Mark Paluch
c65320bd5d
DATAGEODE-164 - Update copyright years to 2019.
2019-01-02 13:51:47 +01:00
John Blum
fac75277a1
DATAGEODE-151 - Polish.
...
Resolves gh-6.
2018-12-18 21:48:19 -08:00
Udo Kohlmeyer
50ff7d83b1
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 21:48:09 -08:00
John Blum
ec8a0155e8
DATAGEODE-163 - Fix failing entity Index configuration integration tests.
...
Rename EnableIndexingConfigurationIntegrationTests to EnableOqlIndexingConfigurationIntegrationTests.
Polish.
2018-12-18 13:52:52 -08:00
John Blum
a4b595c29c
DATAGEODE-163 - Add dependency between Lucene Index bean definition and the GemFireCache instance.
2018-12-18 13:52:46 -08:00
John Blum
1d4e28f0b4
DATAGEODE-162 - Fix link in Annotation Config Quickstart doc to the MappingPdxSerializer section of the POJO Mapping chapter.
2018-12-18 13:52:33 -08:00
Christoph Strobl
d138e10a0b
DATAGEODE-158 - Updated changelog.
2018-12-11 11:43:16 +01:00
Mark Paluch
e543ba35b1
DATAGEODE-154 - Updated changelog.
2018-11-27 14:54:08 +01:00
Mark Paluch
3c9fe1f1df
DATAGEODE-150 - After release cleanups.
2018-11-27 12:16:34 +01:00
Mark Paluch
761b0b020a
DATAGEODE-150 - Prepare next development iteration.
2018-11-27 12:16:32 +01:00
Mark Paluch
8f550ebb85
DATAGEODE-150 - Release version 2.0.12 (Kay SR12).
2018-11-27 11:45:49 +01:00
Mark Paluch
9a755c40c4
DATAGEODE-150 - Prepare 2.0.12 (Kay SR12).
2018-11-27 11:44:58 +01:00
Mark Paluch
65859d826f
DATAGEODE-150 - Updated changelog.
2018-11-27 11:44:54 +01:00
Mark Paluch
85709335f4
DATAGEODE-149 - Updated changelog.
2018-10-29 14:30:34 +01:00
Mark Paluch
073c4347c1
DATAGEODE-145 - After release cleanups.
2018-10-15 12:28:13 +02:00
Mark Paluch
818382b869
DATAGEODE-145 - Prepare next development iteration.
2018-10-15 12:28:12 +02:00
Mark Paluch
78fc480542
DATAGEODE-145 - Release version 2.0.11 (Kay SR11).
2018-10-15 12:00:39 +02:00
Mark Paluch
0cba7ca05c
DATAGEODE-145 - Prepare 2.0.11 (Kay SR11).
2018-10-15 11:59:39 +02:00
Mark Paluch
e926c50476
DATAGEODE-145 - Updated changelog.
2018-10-15 11:59:35 +02:00
Mark Paluch
be9c930d6c
DATAGEODE-147 - Updated changelog.
2018-10-15 11:37:25 +02:00
Mark Paluch
611f2993ec
DATAGEODE-141 - Updated changelog.
2018-09-21 08:13:15 -04:00
Mark Paluch
c46c7c8d84
DATAGEODE-134 - After release cleanups.
2018-09-10 13:52:28 +02:00
Mark Paluch
025bfe0e7c
DATAGEODE-134 - Prepare next development iteration.
2018-09-10 13:52:26 +02:00
Mark Paluch
b2b119b52e
DATAGEODE-134 - Release version 2.0.10 (Kay SR10).
2018-09-10 12:52:18 +02:00
Mark Paluch
1faccaee05
DATAGEODE-134 - Prepare 2.0.10 (Kay SR10).
2018-09-10 12:51:27 +02:00
Mark Paluch
861d8f0aad
DATAGEODE-134 - Updated changelog.
2018-09-10 12:51:23 +02:00
Oliver Gierke
7c79d13a60
DATAGEODE-133 - Updated changelog.
2018-08-20 11:07:56 +02:00
John Blum
1028e7ccc6
DATAGEODE-140 - Correct Pool references in 'Runtime configuration using Properties' documentation.
2018-08-17 22:31:59 -07:00
John Blum
3693b06491
DATAGEODE-139 - Adapt to @EventListener API behavior changes in Spring Framework 5.1.0.RC2.
2018-08-17 22:30:50 -07:00