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
John Blum
176d6ac460
SGF-539 - Add Lombok dependency for testing.
2016-10-04 02:15:50 -07: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
a16391f5dc
SGF-529 - After release cleanups.
2016-09-29 09:11:43 +02: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
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
John Blum
d4c06a4ffa
SGF-530 - Move project build to Maven.
2016-09-20 00:00:19 -07:00
Costin Leau
483cc37e76
+ remove unused pom
2011-07-20 19:01:44 +03:00
Costin Leau
60bca9e549
+ update Spring's Cache abstraction to Spring 3.1 M2
2011-07-13 16:18:07 +03:00
Costin Leau
b7c73a8a23
SGF-58
...
Add initial support for GemFire 6.6
2011-07-08 16:47:33 +03:00
Costin Leau
e261ecf6bd
SGF-56
...
+ add flag to disable bean-factory-locator
2011-07-06 11:50:55 +03:00
Costin Leau
fff04a8777
+ specify old version of maven plugin to make the build work
2011-06-02 16:09:54 +03:00
Costin Leau
420900e482
+ update main pom version
2011-05-17 17:10:17 +03:00
Costin Leau
ab358d2717
SGF-50
...
Merge branch 'c-server' into 1.1.0
2011-05-16 20:10:50 +03:00
Costin Leau
e21be75761
+ bump version
2011-04-26 11:26:09 +03:00
Costin Leau
d9b6ac18b8
+ add proper version to poms
2011-04-26 10:51:55 +03:00
Costin Leau
5ad8a98fd5
Revert "+ downgrade Spring dependency back to 3.0.5"
...
This reverts commit 724e7d9060 .
2011-03-30 18:09:08 +03:00
Costin Leau
724e7d9060
+ downgrade Spring dependency back to 3.0.5
2011-03-30 17:49:54 +03:00
Costin Leau
7376a44ae0
+ upgrade to GemFire 6.5.1.4
2011-03-30 12:11:59 +03:00
Costin Leau
bb26f2d678
Gemfire implementations for Spring 3.1 caching abstraction
2011-02-22 19:07:38 +02:00
Costin Leau
a00be8d2b4
SGF-31
...
upgrade to SGF 6.5.1.2
2011-02-11 13:00:16 +02:00
Costin Leau
68c0129807
bump version to 1.0.1
2011-02-02 18:57:38 +02:00
Costin Leau
795890acff
1.0.0.RELEASE release
2011-02-02 18:48:20 +02:00
Costin Leau
17c9d5faed
+ version bump
2010-12-20 18:36:57 +02:00
Costin Leau
e65a2c461f
change poms to 1.0.0.RC1 version
2010-12-20 18:32:30 +02:00
Costin Leau
8410437111
+ bump version to RC1-SNAPSHOT
2010-12-08 16:57:37 +02:00
Costin Leau
76c8250d90
1.0.0.M2 release
2010-12-08 16:55:24 +02:00
Costin Leau
bc769f354d
+ minor pom.xml fix
2010-11-20 14:12:43 +02:00
Costin Leau
ef9dbdf2f9
SGF-26
...
+ minor tweaks to the pom.xml
+ added disableShutdownHook property for better cleanup
2010-10-28 17:30:45 +03:00
costin
0683ce2752
Merge commit 'refs/merge-requests/1' of git.springsource.org:spring-gemfire/spring-gemfire into integration
2010-10-26 12:19:23 +03:00
Mark Pollack
9966894e6f
update to 6.5 GA gemfire .jar
2010-10-13 11:40:56 -04:00
Josh Long
9a9bfe825e
modified the pom.xmls release maven repository url to have no suffixing '/'. this compenstates for weirdness in the repository configuration from about a week ago
2010-09-23 17:42:06 -07:00
costin
670e0e73c9
exclude empty Javadoc package
2010-09-16 14:16:26 +03:00
costin
d3af92fe91
+ refactor the tests for better app context cleanup
...
+ additionally add forking to not have overlapping contexts
2010-08-27 19:29:49 +03:00
costin
00745ebfa7
bump version to M2-SNAPSHOT
2010-08-03 16:22:44 +03:00
costin
304ca7ed8d
+ add milestone repository
2010-08-03 15:36:44 +03:00
costin
f9f1f4c18f
bump version to 1.0.0.M1 release
2010-08-03 15:32:49 +03:00
costin
1781323054
SGF-6
...
+ fix POM to include license/notes.txt
2010-08-02 14:05:32 +03:00
costin
9e09c93a59
+ update findbugs plugin
2010-07-16 20:30:32 +03:00
costin
2cf28c65b9
+ disable forking mode
2010-07-16 19:19:57 +03:00
costin
f04ef7c89e
+ add fork mode for tests to alleviate the build server (again)
2010-07-16 18:24:17 +03:00
costin
13258143f0
+ various javadoc improvements
2010-07-16 15:12:31 +03:00
costin
a7553c1a76
+ beefed up the main pom
2010-07-16 14:04:34 +03:00
costin
a812a22ce3
+ arrange poms
2010-07-16 13:49:33 +03:00