236 Commits

Author SHA1 Message Date
Spring Operator
be1c0400dd #754 - 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://docs.spring.io/spring-data/data-commons/docs/current/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/data-commons/docs/current/api/ ([https](https://docs.spring.io/spring-data/data-commons/docs/current/api/) result 200).
* http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ ([https](https://docs.spring.io/spring/docs/3.2.x/javadoc-api/) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 4 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 with 4 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.spring.io with 4 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://www.spring.io/spring-data with 1 occurrences migrated to:
  https://www.spring.io/spring-data ([https](https://www.spring.io/spring-data) result 301).
* http://docs.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
  https://docs.oracle.com/javase/6/docs/api ([https](https://docs.oracle.com/javase/6/docs/api) result 302).
* http://oss.sonatype.org/content/repositories/snapshots with 1 occurrences migrated to:
  https://oss.sonatype.org/content/repositories/snapshots ([https](https://oss.sonatype.org/content/repositories/snapshots) result 302).
* http://repo.spring.io/libs-snapshot with 3 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences

Original Pull Request: #759
2019-03-21 09:31:44 +01:00
Oliver Gierke
d01eb8957e #297 - Updated server configuration for static resource distribution. 2016-11-28 18:54:04 +01:00
Oliver Gierke
7178a69212 #280 - After release cleanups. 2016-09-29 10:38:57 +02:00
Spring Buildmaster
0c373aead4 #280 - Prepare next development iteration. 2016-09-29 07:42:00 +00:00
Spring Buildmaster
3036805c31 #280 - Release version 1.7.6 (Gosling SR6). 2016-09-29 07:42:00 +00:00
Oliver Gierke
f846b74446 #280 - Prepare 1.7.6 (Gosling SR6). 2016-09-29 09:33:54 +02:00
Spring Buildmaster
670052cb9e #244 - Prepare next development iteration. 2016-09-20 13:34:32 +00:00
Spring Buildmaster
8e2a8a76d8 #244 - Release version 1.7.5.RELEASE. 2016-09-20 13:34:32 +00:00
Oliver Gierke
4750c6abbc #244 - Prepare 1.7.5 (Gosling SR5). 2016-09-20 15:29:18 +02:00
Oliver Gierke
33a5c6adfd #244 - Dependency upgrades.
Jackson 2.6.6 -> 2.6.7
ThreeTenBP 1.3.1 -> 1.3.2
2016-09-20 10:20:41 +02:00
Oliver Gierke
07573f6ac9 #265 - Upgraded Spring build profiles after 4.3.2 release. 2016-07-28 12:23:09 +02:00
Oliver Gierke
ad95bc7ae5 #243 - Added build profile for the latest Spring 4.3 release. 2016-04-14 18:04:40 +02:00
Oliver Gierke
cc25d0458b #244 - Dependency upgrades for Gosling SR5.
AspectJ 1.8.7 -> 1.8.9
Jackson 2.6.4 -> 2.6.6
Logback 1.1.3 -> 1.1.7
Slf4j 1.7.13 -> 1.7.21
2016-04-14 18:03:54 +02:00
Oliver Gierke
812a722fcc #225 - After release cleanups. 2016-02-23 14:18:15 +01:00
Spring Buildmaster
c22f41a0c9 #225 - Prepare next development iteration. 2016-02-23 04:26:30 -08:00
Spring Buildmaster
60de1befc8 #225 - Release version 1.7.4 (Gosling SR4). 2016-02-23 04:26:30 -08:00
Oliver Gierke
f304afd43c #225 - Prepare 1.7.4 (Gosling SR4). 2016-02-23 12:56:54 +01:00
Oliver Gierke
2506f7f48d #222 - Introduced build profile to build against Spring 4.3 snapshots.
Related ticket: #221.
2016-01-27 19:21:07 +01:00
Oliver Gierke
89b13e13c6 #218 - Upgraded Asciidoctor plugins.
Asciidoctor Maven plugin 1.5.2.1 -> 1.5.3
AsciidoctorJ PDF 1.5.0-alpha.8 -> 1.5.0-alpha.11
AsciidoctorJ EPUB3 1.5.0-alpha.4 -> 1.5.0-alpha.6

Related ticket #217.
2016-01-07 08:22:08 +01:00
Spring Buildmaster
6d3c7f5d55 #209 - Prepare next development iteration. 2015-12-18 02:55:02 -08:00
Spring Buildmaster
f7920f7afa #209 - Release version 1.7.3.RELEASE (Gosling SR2A). 2015-12-18 02:55:02 -08:00
Oliver Gierke
3c261e1242 #209 - Prepare 1.7.3.RELEASE (Gosling SR2A). 2015-12-18 11:46:00 +01:00
Oliver Gierke
d4125fee15 #207 - After release cleanups. 2015-12-18 10:26:37 +01:00
Spring Buildmaster
8e30ac4c2a #207 - Prepare next development iteration. 2015-12-17 23:35:24 -08:00
Spring Buildmaster
7bb45c5cc8 #207 - Release version 1.7.2.RELEASE (Gosling SR2). 2015-12-17 23:35:23 -08:00
Oliver Gierke
dd1d3dfc21 #207 - Prepare 1.7.2.RELEASE (Gosling SR2). 2015-12-18 08:30:37 +01:00
Oliver Gierke
b202224b02 #207 - Dependency upgrades prior to release.
Jackson 2.6.3 -> 2.6.4.
RxJava 1.0.16 -> 1.0.17
Spring 4.1.8 -> 4.1.9
2015-12-17 09:53:47 +01:00
Oliver Gierke
7d8eeb04da #206 - Upgraded Spring 4.2 build profile to 4.2.3. 2015-12-15 15:02:42 +01:00
Oliver Gierke
29228f232b #201 - After release cleanups. 2015-11-25 16:26:32 +01:00
Spring Buildmaster
2d401d97ab #201 - Prepare next development iteration. 2015-11-15 05:19:57 -08:00
Spring Buildmaster
f3428b0598 #201 - Release version 1.7.1.RELEASE (Gosling SR1). 2015-11-15 05:19:55 -08:00
Oliver Gierke
4549f3defc #201 - Prepare 1.7.1.RELEASE (Gosling SR1). 2015-11-15 14:06:53 +01:00
Oliver Gierke
78061b63ea #201 - Dependency upgrades prior to release.
AspectJ 1.8.6 -> 1.8.7
Jackson 2.6.1 -> 2.6.3
Querydsl 3.6.8 -> 3.6.9
RxJava 1.0.13 -> 1.0.16
Slf4J 1.7.12 -> 1.7.13
ThreeTenBP 1.3 -> 1.3.1
2015-11-15 13:49:40 +01:00
Oliver Gierke
2e914b09aa #199 - Upgraded to Spring Framework 4.1.8.
Upgraded the -next profiles, too. Upgraded Spring 4.2 profile to run against Spring 4.2.2.
2015-10-15 15:05:24 +02:00
Oliver Gierke
1bc2d39ffa #195 - Upgraded to Querydsl 3.6.8. 2015-10-05 18:25:55 +02:00
Oliver Gierke
c97d347abe #193 - After release cleanups. 2015-09-02 15:32:24 +02:00
Spring Buildmaster
1cdef62489 #193 - Prepare next development iteration. 2015-09-02 15:30:17 +02:00
Spring Buildmaster
27494fc2a8 #193 - Release version 1.7.0.RELEASE (Gosling). 2015-09-01 00:48:10 -07:00
Oliver Gierke
bd47a515e5 #193 - Prepare 1.7.0.RELEASE (Gosling GA). 2015-09-01 09:44:21 +02:00
Oliver Gierke
5208932b97 #194 - Introduced property for Spring HATEOAS version. 2015-09-01 09:13:40 +02:00
Oliver Gierke
702bf1df7f #193 - Prepare dependencies for the 1.7 GA release.
Jackson 2.6.0 -> 2.6.1
Joda Time 2.8.1 -> 2.8.2
2015-08-31 19:36:59 +02:00
Oliver Gierke
63fc93e29d #192 - Upgraded dependency versions for build profiles.
Spring 4.2 -> 4.2.0.RELEASE
Spring 4.2 next -> 4.2.1.BUILD-SNAPSHOT
Querydsl next -> 3.6.7.BUILD-SNAPSHOT
2015-08-31 19:36:59 +02:00
Oliver Gierke
e6d54d410a #180 - After release cleanups. 2015-08-04 14:09:19 +02:00
Spring Buildmaster
532a3a9149 #180 - Prepare next development iteration. 2015-08-04 02:54:03 -07:00
Spring Buildmaster
972188986c #180 - Release version 1.7.0 RC1 (Gosling). 2015-08-04 02:54:01 -07:00
Oliver Gierke
3f19aa08b5 #180 - Prepare 1.7.0.RC1 (Gosling RC1). 2015-08-04 11:48:43 +02:00
Oliver Gierke
374c1903be #191 - Dependency upgrades for Gosling RC1.
AspectJ 1.8.5 -> 1.8.6
Guava 17.0 -> 18.0
Jackson 2.5.1 -> 2.6.0
Querydsl 3.6.4 -> 3.6.6
RxJava 1.0.11 -> 1.0.13

Maven Antrun Plugin 1.7 -> 1.8
Maven Asciidoctor Plugin 1.5.2 -> 1.5.2.1 
AsciidoctorJ Pdf 1.5.0-alpha.6 -> 1.5.0-alpha8
Maven Assembly Plugin 2.4 -> 2.5.5
Maven Compiler Plugin 3.1 -> 3.3
Maven Dependency Plugin 2.8 -> 2.10
Maven Deploy Plugin 2.8.1 -> 2.8.2
Maven JAR Plugin 2.4 -> 2.6
Maven Javadoc Plugin 2.9.1 -> 2.10.3
Maven Source Plugin 2.2.1 -> 2.4
Maven Surefire Plugin 2.17 -> 2.18.1
Wagon Maven Plugin 1.0-beta-5 -> 1.0

The Wagon SSH extension cannot be upgraded (currently 2.5, available 2.9) as all more recent version cause a NullPointerException in the JSch library.

Extracted all Maven plugin versions into pluginManagement section to ensure consistent versions being used.
2015-08-03 13:04:17 +02:00
Oliver Gierke
116c08dc4d #189 - Upgraded Spring 4.2 build profile to 4.2.0.RC3. 2015-07-16 09:24:10 +02:00
Oliver Gierke
b3be16725a #188 - Upgrade to ThreeTen backport 1.3. 2015-07-15 09:22:48 +02:00
Oliver Gierke
cb4be55bb0 #186 - Upgraded to Spring 4.2 RC2 in the specific build profile. 2015-07-13 16:45:06 +02:00