307 Commits

Author SHA1 Message Date
Spring Operator
f36f2b1a8c #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://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://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-milestone with 1 occurrences migrated to:
  https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) 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: #760
2019-03-21 09:32:33 +01:00
Mark Paluch
1b8e00d30e #471 - Fix external Javadoc links.
Fix links to Java 6, Spring Framework and Spring Data Commons as docs.spring.io now redirects to HTTPS.
2017-12-02 16:03:30 -08:00
Oliver Gierke
08b084fa72 #435 - Upgraded Spring Framework 4.3 build profiles to 4.3.12. 2017-10-10 16:26:50 +02:00
Oliver Gierke
f887849a5a #423 - Upgraded to Asciidoctor Maven Plugin 1.5.6.
Also upgraded PDF and EPUB dependencies to latest releases.
2017-09-25 17:40:00 +02:00
Oliver Gierke
32ee19270b #413 - Upgraded build profile for Spring 5 to RC4. 2017-09-11 14:56:49 +02:00
Oliver Gierke
08e3255a36 #389 - Upgraded Spring 4.3 build profiles to Spring 4.3.10. 2017-07-20 22:26:18 +02:00
Oliver Gierke
ad3268da2d #382 - Upgraded build profile for Spring Framework 5 after RC2. 2017-06-14 13:48:25 +02:00
Mark Paluch
2ae085421c #367 - Downgrade to asciidoctor-maven-plugin 1.5.0-alpha.14.
asciidoctor-maven-plugin 1.5.0-alpha.15 fails with org.jruby.exceptions.RaiseException: NoMethodError.
2017-06-07 13:08:28 +02:00
Mark Paluch
d850b875bf #341 - After release cleanups. 2017-06-07 11:50:57 +02:00
Mark Paluch
d2d6ce84a0 #341 - Prepare next development iteration. 2017-06-07 11:50:56 +02:00
Mark Paluch
ca42bad091 #341 - Release version 1.8.11 (Hopper SR11). 2017-06-07 11:11:07 +02:00
Mark Paluch
f1b939baa8 #341 - Prepare 1.8.11 (Hopper SR11). 2017-06-07 11:10:24 +02:00
Mark Paluch
f81a88a92f #366 - Latest dependency upgrades.
JaCoCo 0.7.8 -> 0.7.9
JodaTime 2.9.7 -> 2.9.9
Lombok 1.16.12 -> 1.16.16
RxJava1 1.1.9 -> 1.1.10
Slf4j 1.7.22 -> 1.7.25
ThreeTenBp 1.3.3 -> 1.3.4
2017-06-07 09:57:29 +02:00
Mark Paluch
c326cc213b #364 - Conditionally update documentation and schema target permissions.
We now skip documentation and schema permission updates if these directories are not present on the remote server. Directories can be absent if a particular module does not ship with a schema or documentation.

Unconditional permission updates let find exit with a non-zero return code which causes the build to fail.
2017-06-06 11:45:19 +02:00
Oliver Gierke
dd5a2802f3 #360 - Upgraded Spring 5 build profile to RC1.
Also upgrade to Jackson 2.9 in those build profiles as it's required by Spring 5.
2017-05-11 10:09:40 +02:00
Oliver Gierke
f7b10b0b7f #353 - Make sure that static resources uploaded are overwritable by group.
Added Wagon plugin execution to set uploaded file permissions for schemas and static resources so that they can be replaced by other team members. Extracted common server configuration into plugin configuration.
2017-05-05 11:30:07 +02:00
Oliver Gierke
8720c60b58 #349 - Upgraded to AsciidoctorJ 1.5 alpha 15. 2017-05-02 19:13:26 +02:00
Oliver Gierke
ec38dc835f #346 - Upgraded Wagon SSH extension to 2.12. 2017-05-02 19:06:47 +02:00
zhanhb
c5db980616 #311 - Set inception year in pom.xml to 2011.
Inception year is intended to be a four digit property to generate copyright notices. JavaDoc footers are generated using the inception year and rendered as range from inception year to the current year.
2017-05-02 10:32:18 +02:00
Oliver Gierke
7e5577a893 #339 - After release cleanups. 2017-04-19 21:02:15 +02:00
Oliver Gierke
eb73a65e6d #339 - Prepare next development iteration. 2017-04-19 21:02:13 +02:00
Oliver Gierke
b2e343155c #339 - Release version 1.8.10 (Hopper SR10). 2017-04-19 20:36:43 +02:00
Oliver Gierke
70e3f89d59 #339 - Prepare 1.8.10 (Hopper SR10). 2017-04-19 20:36:06 +02:00
Oliver Gierke
18e487e1dd #319 - After release cleanups. 2017-04-19 13:01:04 +02:00
Oliver Gierke
742cfac829 #319 - Prepare next development iteration. 2017-04-19 13:01:01 +02:00
Oliver Gierke
b9b7d4e60c #319 - Release version 1.8.9 (Hopper SR9). 2017-04-19 12:38:28 +02:00
Oliver Gierke
e7d2972bd7 #319 - Prepare 1.8.9 (Hopper SR9). 2017-04-19 12:37:52 +02:00
Oliver Gierke
e0d47907f5 #337 - Upgraded Spring 4.3 build profiles to 4.3.8. 2017-04-18 18:29:01 +02:00
Oliver Gierke
3405c48bfe #335 - Upgrade Spring 4.3.next profile to 4.3.8 snapshots.
Upgraded to 4.3.7 as profile baseline and 4.3.8 snapshots.
2017-04-18 11:13:52 +02:00
Oliver Gierke
03cebd0992 #309 - After release cleanups. 2017-03-02 12:05:57 +01:00
Oliver Gierke
1e8034fd25 #309 - Prepare next development iteration. 2017-03-02 12:05:53 +01:00
Oliver Gierke
b4bf2cb4c4 #309 - Release version 1.8.8 (Hopper SR8). 2017-03-02 11:30:05 +01:00
Oliver Gierke
c990c62a5c #309 - Prepare 1.8.8 (Hopper SR8). 2017-03-02 11:29:33 +01:00
Oliver Gierke
6cbd0b847a #306 - After release cleanups. 2017-01-26 12:04:56 +01:00
Oliver Gierke
71c1a7f1fe #306 - Prepare next development iteration. 2017-01-26 12:04:53 +01:00
Oliver Gierke
cf85609cb3 #306 - Release version 1.8.7 (Hopper SR7). 2017-01-26 11:33:50 +01:00
Oliver Gierke
51cb1ba54c #306 - Prepare 1.8.7 (Hopper SR7). 2017-01-26 11:33:07 +01:00
Oliver Gierke
916eb85044 #288 - After release cleanups. 2016-12-21 19:33:43 +01:00
Oliver Gierke
4b3dca5062 #288 - Prepare next development iteration. 2016-12-21 19:33:39 +01:00
Oliver Gierke
8633b83df3 #288 - Release version 1.8.6 (Hopper SR6). 2016-12-21 19:04:45 +01:00
Oliver Gierke
662aea9ab9 #288 - Prepare 1.8.6 (Hopper SR6). 2016-12-21 19:03:38 +01:00
Oliver Gierke
e333b8d63a #288 - Dependency upgrades. 2016-12-21 18:55:27 +01:00
Oliver Gierke
60b5bf7790 #295 - Updated core dependencies.
Updated build profiles for Spring 4.3 and 5. Updated Querydsl preview to 4.1.5 snapshots.
2016-11-28 18:53:00 +01:00
Oliver Gierke
564054dd4e #296 - Updated server configuration for static resource distribution. 2016-11-28 18:52:57 +01:00
Oliver Gierke
53747be3b1 #283 - After release cleanups. 2016-11-03 18:20:11 +01:00
Oliver Gierke
26d8356d01 #283 - Prepare next development iteration. 2016-11-03 18:20:09 +01:00
Oliver Gierke
0a8c65008a #283 - Release version 1.8.5 (Hopper SR5). 2016-11-03 17:56:31 +01:00
Oliver Gierke
ed645bf5dc #283 - Prepare 1.8.5 (Hopper SR5). 2016-11-03 17:55:59 +01:00
Oliver Gierke
b12ecfcb8a #274 - After release cleanups. 2016-09-29 14:20:12 +02:00
Oliver Gierke
a1008b4caf #274 - Prepare next development iteration. 2016-09-29 14:20:08 +02:00