Spring Operator
1cd59ca99a
SGF-827 - URL Cleanup.
...
- Ensure Gradle Wrapper is downloaded via https
Resolves gh-123
2019-03-28 09:29:05 +01:00
Spring Operator
86b60c148d
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 580 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Resolves gh-114
2019-03-27 09:57:52 +01:00
Spring Operator
757ede8d2a
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-102.
2019-03-18 17:08:49 -07:00
Oliver Gierke
d70338bf47
SGF-561 - Updated changelog.
2016-12-21 19:35:27 +01:00
Oliver Gierke
f68596bee2
SGF-509 - Updated changelog.
2016-12-21 18:42:55 +01:00
Oliver Gierke
2406b029b0
SGF-563 - Updated changelog.
2016-11-23 13:52:41 +01:00
John Blum
200723dcee
SGF-570 - Respect manual-start on Gateway Senders/Receivers but no longer couple the start/stop lifecycle to the Spring container.
...
(cherry picked from commit 1b9e65cdc1 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-21 12:43:55 -08:00
Oliver Gierke
b513d8eee9
SGF-537 - Updated changelog.
2016-11-03 18:56:43 +01:00
John Blum
cd6373864d
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-08 00:34:56 -07:00
John Blum
176d6ac460
SGF-539 - Add Lombok dependency for testing.
2016-10-04 02:15:50 -07:00
John Blum
0ea633e91c
SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key).
...
(cherry picked from commit da7547ab1a )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-10-04 01:50:07 -07:00
Oliver Gierke
d340c5c6dc
SGF-531 - Updated changelog.
2016-09-29 14:42:05 +02:00
Oliver Gierke
0f2f355ab7
SGF-536 - After release cleanups.
2016-09-29 10:40:13 +02:00
Spring Buildmaster
40c70c7ef3
SGF-536 - Prepare next development iteration.
2016-09-29 08:23:03 +00:00
Spring Buildmaster
c21b1bdb11
SGF-536 - Release version 1.7.6 (Gosling SR6).
2016-09-29 08:23:02 +00:00
Oliver Gierke
5968690f36
SGF-536 - Prepare 1.7.6 (Gosling SR6).
2016-09-29 09:33:54 +02:00
Oliver Gierke
a459373682
SGF-536 - Updated changelog.
2016-09-29 09:33:47 +02:00
Oliver Gierke
a16391f5dc
SGF-529 - After release cleanups.
2016-09-29 09:11:43 +02:00
John Blum
a24570fc72
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 21:03:37 -07:00
John Blum
a8ea2f8d57
SGF-534 - Fix ordered GemfireRepository.findAll(:Sort) queries.
...
(cherry picked from commit a68a31a052 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-09-23 10:22:00 -07:00
Spring Buildmaster
34f0c704ef
SGF-529 - Prepare next development iteration.
2016-09-20 16:53:53 +00:00
Spring Buildmaster
c8510da6f2
SGF-529 - Release version 1.7.5.RELEASE.
2016-09-20 16:53:53 +00:00
Oliver Gierke
d6bbadb167
SGF-529 - Prepare 1.7.5 (Gosling SR5).
2016-09-20 15:44:24 +02:00
Oliver Gierke
dbb28474f1
SGF-529 - Updated changelog.
2016-09-20 15:29:05 +02:00
Oliver Gierke
2c35587b69
SGF-532 - Fixed dependency scope of Spring Shell.
...
When we moved the build from Gradle to Maven, the dependency for Spring Shell was elevated from test scope to runtime. It rather should stay on test to not leak into upstream dependencies.
2016-09-20 14:41:46 +02:00
Oliver Gierke
8837917c8b
SGF-503 - Updated changelog.
2016-09-20 11:50:41 +02:00
John Blum
d4c06a4ffa
SGF-530 - Move project build to Maven.
2016-09-20 00:00:19 -07:00
John Blum
48d8f253a9
SGF-522 - Polish.
...
Original pull request: #88 .
2016-08-29 19:00:40 -07:00
Srikanth Manvi
1a4568e2bf
SGF-522 - Fix broken links in SDG documentation.
...
Origin pull request: #88 .
(cherry picked from commit 29f8e47fc22988435020e5e02a61409237106a65)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-08-29 18:51:16 -07:00
Oliver Gierke
b361e2917f
SGF-486 - Updated changelog.
2016-07-28 08:54:22 +02:00
John Blum
3325ad549a
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:33:45 -07:00
John Blum
3f0701fbdc
SGF-504 - Add addptional tests and polish.
...
(cherry picked from commit 0fa2a86a3be22f8caefbc8d4ef634db4b1680ac3)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-06-24 10:04:43 -07:00
John Blum
ec03cc5b94
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:52:19 -07:00
Oliver Gierke
76ff1d9234
SGF-487 - Updated changelog.
2016-06-15 14:29:04 +02:00
Oliver Gierke
400e7ec566
SGF-485 - Updated changelog.
2016-04-10 11:37:59 +02:00
Oliver Gierke
393939221c
SGF-482 - Updated changelog.
2016-04-10 11:37:44 +02:00
Oliver Gierke
720b64be88
SGF-481 - Updated changelog.
2016-03-18 13:23:37 +01:00
John Blum
fb374e818a
SGF-475 - Add additional logging to the MappingPdxSerializer.
...
(cherry picked from commit 6dfd3e7082 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-03-01 16:16:25 -08:00
John Blum
778f16876c
SGF-474 - Fix the NPE in the MappingPdxSerializer
...
(cherry picked from commit 53a1fc217a )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-25 12:51:37 -08:00
Oliver Gierke
f4517ef07e
SGF-470 - After release cleanups.
2016-02-23 14:18:16 +01:00
Spring Buildmaster
f6bf0e2eac
SGF-470 - Prepare next development iteration.
2016-02-23 05:15:54 -08:00
Spring Buildmaster
6b516bc916
SGF-470 - Release version 1.7.4 (Gosling SR4).
2016-02-23 05:15:54 -08:00
Oliver Gierke
246dfa7bfe
SGF-470 - Prepare 1.7.4 (Gosling SR4).
2016-02-23 12:56:55 +01:00
Oliver Gierke
62bca2e671
SGF-470 - Updated changelog.
2016-02-23 12:56:43 +01:00
John Blum
e0b11fc4d7
SGF-473 - Fix CI build test failures.
...
(cherry picked from commit adaf6903d7 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-17 01:09:21 -08:00
John Blum
4f4c33a422
SGF-473 - Allow a Spring-configured ClientCache to be constructed without a Pool.
...
(cherry picked from commit b385dbc25e )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-16 23:05:18 -08:00
Oliver Gierke
87068c7205
SGF-740 - Tweaked version properties for Gosling SR4.
2016-02-11 16:36:39 +01:00
John Blum
b4d9c6f76f
SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface.
...
(cherry picked from commit 1b11b912f5 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-02 00:45:06 -08:00
Eitan Suez
cc4b3b419c
SGF-462 - adding appinfo hint to client-region element
...
- This allows IDEs to figure out the correct type for this element
Closes PR #85
(cherry picked from commit c543109197 )
2016-01-14 12:08:11 -08:00
John Blum
631b1b90ac
SGF-460 - Remove unnecessary SLF4J compile-time dependency.
...
(cherry picked from commit f334cf2c5c )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-01-13 18:37:06 -08:00