Spring Operator
|
00df31e7b7
|
SGF-827 - URL Cleanup.
- Ensure Gradle Wrapper is downloaded via https
Resolves gh-124
|
2019-03-28 09:29:45 +01:00 |
|
Spring Operator
|
f3e3c3b305
|
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 602 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
Resolves gh-115
|
2019-03-27 09:58:49 +01:00 |
|
Spring Operator
|
8ef21ff2ab
|
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-103.
|
2019-03-18 17:11:57 -07:00 |
|
John Blum
|
6a1abf34fb
|
Release version 1.8.4.RELEASE-PATCH01 (Hopper SR4).
|
2016-10-12 12:31:24 -07:00 |
|
John Blum
|
0edf466fcb
|
SGF-555 - Repository queries on client Regions associated with a Pool configured for a specific server group can lead to a RegionNotFoundException.
(cherry picked from commit 3fb8056eba)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-10-12 12:08:59 -07:00 |
|
Oliver Gierke
|
32c07db1eb
|
SGF-531 - Release version 1.8.4 (Hopper SR4).
|
2016-09-29 13:54:03 +02:00 |
|
Oliver Gierke
|
d5b7f7bc71
|
SGF-531 - Prepare 1.8.4 (Hopper SR4).
|
2016-09-29 13:53:26 +02:00 |
|
Oliver Gierke
|
4ca29aac29
|
SGF-531 - Updated changelog.
|
2016-09-29 13:53:17 +02:00 |
|
Oliver Gierke
|
a54c2dbe65
|
SGF-536 - Updated changelog.
|
2016-09-29 11:42:07 +02:00 |
|
John Blum
|
96ee1c8684
|
SGF-535 - Allow both SpEL and property placeholder expressions to be used in the locators/servers attributes of the <gfe:pool> XML namespace element.
(cherry picked from commit b7bcabd9b8)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-09-28 19:02:45 -07:00 |
|
John Blum
|
25379e22c7
|
SGF-534 - Fix ordered GemfireRepository.findAll(:Sort) queries.
(cherry picked from commit a68a31a052)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-09-22 23:10:11 -07:00 |
|
Oliver Gierke
|
58be6076ba
|
SGF-529 - Updated changelog.
|
2016-09-21 07:28:51 +02:00 |
|
Oliver Gierke
|
b22e8cce8f
|
SGF-503 - After release cleanups.
|
2016-09-20 11:19:03 +02:00 |
|
Oliver Gierke
|
d60952c030
|
SGF-503 - Prepare next development iteration.
|
2016-09-20 11:18:59 +02:00 |
|
Oliver Gierke
|
83884c6350
|
SGF-503 - Release version 1.8.3 (Hopper SR3).
|
2016-09-20 10:54:50 +02:00 |
|
Oliver Gierke
|
683e636908
|
SGF-503 - Prepare 1.8.3 (Hopper SR3).
|
2016-09-20 10:54:16 +02:00 |
|
Oliver Gierke
|
93323840f6
|
SGF-503 - Updated changelog.
|
2016-09-20 10:54:09 +02:00 |
|
John Blum
|
c6276916ab
|
SGF-522 - Polish.
Original pull request: #88.
|
2016-08-29 18:45:50 -07:00 |
|
Srikanth Manvi
|
0fe76ef9f5
|
SGF-522 - Fix broken links in SDG documentation.
Original pull request: #88.
(cherry picked from commit 29f8e47fc22988435020e5e02a61409237106a65)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-08-29 18:45:31 -07:00 |
|
Oliver Gierke
|
66fde3380a
|
SGF-486 - Updated changelog.
|
2016-07-28 08:54:12 +02:00 |
|
John Blum
|
3daa217259
|
SGF-507 - Handle case-insensitive OQL queries defined as Repository query methods.
(cherry picked from commit 96a5990749)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-07-18 16:50:58 -07:00 |
|
John Blum
|
f1ed8ebad5
|
SGF-504 - Add addptional tests and polish.
(cherry picked from commit 0fa2a86a3be22f8caefbc8d4ef634db4b1680ac3)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-06-24 09:18:58 -07:00 |
|
John Blum
|
1cf0444a0d
|
SGF-504 - Support Repositories with multiple Spring Data modules on the class path.
(cherry picked from commit 8423cdbe85)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-06-21 20:29:29 -07:00 |
|
Oliver Gierke
|
4797108167
|
SGF-487 - Upgraded Gradle properties after release.
|
2016-06-15 17:23:31 +02:00 |
|
Oliver Gierke
|
9efb3c5656
|
SGF-487 - After release cleanups.
|
2016-06-15 14:17:54 +02:00 |
|
Oliver Gierke
|
d6f95de5a0
|
SGF-487 - Prepare next development iteration.
|
2016-06-15 14:17:50 +02:00 |
|
Oliver Gierke
|
08d70f8b2d
|
SGF-487 - Release version 1.8.2 (Hopper SR2).
|
2016-06-15 13:45:52 +02:00 |
|
Oliver Gierke
|
4cf7b4d95a
|
SGF-487 - Prepare 1.8.2 (Hopper SR2).
|
2016-06-15 13:44:53 +02:00 |
|
Oliver Gierke
|
5b0b111039
|
SGF-487 - Updated changelog.
|
2016-06-15 13:44:43 +02:00 |
|
John Blum
|
e36fbd5544
|
SGF-502 - DiskStoreAndEvictionRegionParsingTest fails when building with Maven due to missing Disk Store sub-directory.
(cherry picked from commit 87868a60db)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-06-09 14:15:22 -07:00 |
|
John Blum
|
44d7e786c1
|
SGF-499 - Prevent SDG-defined Pools from being destroyed before the Regions that use them
(cherry picked from commit 1bca496309)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-06-06 23:02:44 -07:00 |
|
John Blum
|
ae7cf17da6
|
SGF-501 - Add serialVersionUID to ListRegionsOnServerFunction
(cherry picked from commit 27cf4a8729)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-05-23 18:01:47 -07:00 |
|
John Blum
|
db6ee33559
|
SGF-497 - Change Pool reference from GemFire's DEFAULT Pool to the gemfireServerPool in the BeanPostProcessor when checking the pending event count.
(cherry picked from commit 2d2dca1633)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-05-17 13:27:43 -07:00 |
|
John Blum
|
ee184cf082
|
SGF-497 - Intermittent failures in DurableClientCacheIntegrationTest
(cherry picked from commit 9c47e4b617)
Signed-off-by: John Blum <jblum@pivotal.io>
|
2016-05-17 13:26:55 -07:00 |
|
Oliver Gierke
|
e9a2de21c9
|
SGF-485 - Upgrade Gradle properties after 1.8.1 release.
|
2016-04-11 15:35:50 +02:00 |
|
Oliver Gierke
|
ffd8715894
|
SGF-485 - After release cleanups.
|
2016-04-06 22:51:44 +02:00 |
|
Oliver Gierke
|
1e9369e775
|
SGF-485 - Prepare next development iteration.
|
2016-04-06 22:51:43 +02:00 |
|
Oliver Gierke
|
caa6632a2c
|
SGF-485 - Release version 1.8.1 (Hopper SR1).
|
2016-04-06 22:32:14 +02:00 |
|
Oliver Gierke
|
95115bc1a2
|
SGF-485 - Prepare 1.8.1 (Hopper SR1).
|
2016-04-06 22:31:40 +02:00 |
|
Oliver Gierke
|
a64d8de8b6
|
SGF-485 - Updated changelog.
|
2016-04-06 22:31:34 +02:00 |
|
Oliver Gierke
|
2bd4b60ecc
|
SGF-482 - Prepare next development iteration.
|
2016-04-06 16:38:18 +02:00 |
|
Oliver Gierke
|
f3545de736
|
SGF-482 - Release version 1.8 GA (Hopper).
|
2016-04-06 16:35:59 +02:00 |
|
Oliver Gierke
|
9f3f04b4ad
|
SGF-482 - Prepare 1.8 GA (Hopper).
|
2016-04-06 16:34:45 +02:00 |
|
Oliver Gierke
|
8cdcf81172
|
SGF-482 - Updated changelog.
|
2016-04-06 16:34:37 +02:00 |
|
Mark Paluch
|
d320327c1a
|
SGF-483 - Point to the appropriate Jira project.
|
2016-04-05 14:23:06 +02:00 |
|
Mark Paluch
|
fd31dfcf8d
|
SGF-483 - Add pull request template.
|
2016-04-05 09:55:50 +02:00 |
|
John Blum
|
cffc85e2fe
|
SGF-416 - Include documentation updates describing GemFire Pool configuration in Spring Data GemFire.
|
2016-03-29 16:22:09 -07:00 |
|
John Blum
|
22dc8a6017
|
SGF-416 - Add additional integration test testing the interaction between a client and server when Pool configuration is used to only initialize the DEFAULT Pool used by the PROXY client Region.
|
2016-03-29 12:42:13 -07:00 |
|
John Blum
|
a0c5ecad62
|
SGF-416 - Remove deprecated code associated with syncing GemFire properties between the ClientCache and Pool.
|
2016-03-23 18:04:15 -07:00 |
|
John Blum
|
e611c520c7
|
SGF-416 - Add additional unit and integration tests.
|
2016-03-23 12:26:59 -07:00 |
|