142 Commits

Author SHA1 Message Date
Greg Turnquist
049001d1c0 #1286 - Upgrade Spring Framework versions. 2020-05-05 23:14:23 -05:00
Greg Turnquist
ab16f1fe7b #1024 - Polishing. 2019-08-14 10:16:05 -05:00
Greg Turnquist
db1fa0acd5 #1024 - Publish documentation using CI server.
By letting the CI server assemble and publish documentation to docs.spring.io, we can ensure publicly posted docs are up-to-date.

Resolves #1037 by backporting to 0.25.x.
2019-08-12 09:51:37 -05:00
Greg Turnquist
4decff504e Continue development on v0.25.3.BUILD-SNAPSHOT 2019-08-02 09:06:01 -05:00
Greg Turnquist
76c253ca7f Releasing Spring HATEOAS v0.25.2.RELEASE 2019-08-02 09:05:54 -05:00
Greg Turnquist
415ac7379f #1033 - Upgrade to Spring Framework 4.3.25. 2019-08-02 08:52:51 -05:00
Greg Turnquist
f01a82389d #999 - Backport introduction of Jenkins CI. 2019-06-07 16:47:03 -05:00
Spring Operator
69431f3a4f #868 - 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 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 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://static.springframework.org/spring/docs/4.3.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/4.3.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.3.x/javadoc-api) result 301).
* http://github.com/SpringSource/spring-hateoas with 1 occurrences migrated to:
  https://github.com/SpringSource/spring-hateoas ([https](https://github.com/SpringSource/spring-hateoas) result 301).
* http://www.spring.io with 1 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) 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://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 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
2019-03-18 18:07:33 +01:00
Oliver Drotbohm
ad7420e5e6 #828 - Polishing.
Switched to javadoc:javadoc goal as we're not an aggregator project and can prevent the lifecycle restart from being triggered which caused plugins being bound to lifecycle phases before compile to be re-triggered.

Upgraded to Asciidoctor Maven Plugin 1.5.7.1. Removed custom CSS stylesheet for Javadoc as it doesn't look right with current Javadoc.
2019-02-21 09:49:08 +01:00
Greg Turnquist
3346005bf6 #828 - Backport modernized docs.
Original issue: #798.
2019-02-21 09:47:01 +01:00
Spring Buildmaster
197290bc5a #810 - Prepare next development iteration. 2019-02-12 22:04:25 +00:00
Spring Buildmaster
ee3eae4abe #810 - Release version 0.25.1.RELEASE. 2019-02-12 22:04:21 +00:00
Oliver Drotbohm
1a54aa268d #810 - Fixed Javadoc plugin setup.
Extract common configuration into <pluginManagement /> section so that doclints run on CI as well.
2019-02-12 23:00:25 +01:00
Oliver Drotbohm
a9003006ed #809 - Project dependency upgrades.
Upgrade Spring Framework to 4.3.22 (and Spring build profiles), JaCoCo to 0.7.9, Jackson to the latest 2.8.11 service pack, Lombok to 1.18.6.
2019-02-12 22:48:53 +01:00
Greg Turnquist
456507b387 #769 - Backport Concourse CI support to 0.25.x.
Introduces pipeline that replaces the Bamboo Spring HATEOAS one which builds on master branch and deploys to artifactory.

Additionally:

* Tests against JDK 8 before doing the final build and deploy.
* No JDK 11+ support.
* Also handles pull requests.
2018-12-17 11:49:49 -06:00
Oliver Drotbohm
915fe4f3be #757 - Polishing.
Upgraded build profiles for Spring 5+.
2018-12-06 14:22:01 +01:00
Greg Turnquist
d885cb01dd #757 - Centralize all Forward header handling.
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we re-baseline against this version.

Also adds a test profile to ensure Spring 5.1 doesn't break anything.

Original pull request: #717.
2018-12-06 14:21:49 +01:00
Oliver Drotbohm
9147b327f4 #755 - Upgrade to Jackson 2.8.11.2. 2018-12-06 13:45:10 +01:00
Oliver Drotbohm
91689821c8 #730 - Prepare 0.25.x development branch. 2018-12-06 13:24:46 +01:00
Spring Buildmaster
65a1504c09 #730 - Prepare next development iteration. 2018-07-25 22:43:31 +02:00
Spring Buildmaster
635aa3b04a #730 - Release version 0.25.0.RELEASE. 2018-07-25 22:43:23 +02:00
Oliver Gierke
a1683d3fdc #722 - Upgrade build dependencies. 2018-06-20 17:24:07 +02:00
Oliver Gierke
a8b65f2842 #721 - Upgraded to Lombok 1.18.0. 2018-06-20 17:24:07 +02:00
Oliver Gierke
12a596d873 #720 - Upgrade to Spring 4.3.18.
Upgraded build profiles for Spring 5 to the latest ones as well. Upgraded Jackson in those profiles to 2.9.6.
2018-06-20 17:24:07 +02:00
Spring Buildmaster
eff02e4d68 #661 - Prepare next development iteration. 2017-10-30 15:42:49 +01:00
Spring Buildmaster
b9bb40a111 #661 - Release version 0.24.0.RELEASE. 2017-10-30 15:42:42 +01:00
Oliver Gierke
f6a72c4281 #661 - Prepare 0.24 release.
Upgraded dependencies:

Spring Framework 4.3.11 -> 4.3.12
Logback 1.1.8 -> 1.1.11
Jackson 2.8.5 -> 2.8.10
Slf4J 1.7.22 -> 1.7.25
Evo Inflector 1.2.1 -> 1.2.2

Upgraded Spring Framework build profiles accordingly. Removed Asciidoctor plugin dependency for EPub as we don't actually generate them. Build plugin updates.
2017-10-30 15:12:13 +01:00
Greg Turnquist
3006c47616 #635 - Upgrade to Spring 5 GA
On spring5 build profiles, use Spring 5 GA, and the subsequent snapshot release.
2017-09-28 11:53:59 -05:00
Greg Turnquist
ef825433e8 #627 - Upgrade to Spring 5 RC4 2017-09-18 09:48:47 -05:00
Oliver Gierke
9c7fa95541 #623 - Upgraded Spring 5 build profile to Jackson 2.9.1. 2017-09-08 17:28:15 +02:00
Oliver Gierke
6bed9bec40 #583 - Updated Jackson version to 2.9.0.pr for Spring 5 compatibility in build profile.
Fixed super constructor invocation to avoid NullPointerException in super class.
2017-05-16 13:33:27 +02:00
Oliver Gierke
e0bfa04beb #562 - Polishing.
Add Greg to project metadata in pom.xml.
2017-03-26 11:14:56 +02:00
Greg Turnquist
fe8c3c476d #553 - Upgrade spring43-next build profile to 4.3.8.BUILD-SNAPSHOT. 2017-03-26 11:12:18 +02:00
Greg Turnquist
72f55530c0 #553 - Fix typo in configuration of Maven Dependency Plugin. 2017-03-26 11:11:51 +02:00
Greg Turnquist
784e988d13 #552 - Upgrade Spring5-next profile to 5.0 M5. 2017-03-26 11:10:38 +02:00
Oliver Gierke
276a7c1f70 #538 - Updated location of static resources. 2017-01-31 17:54:06 +01:00
Spring Buildmaster
283a25154e #529 - Prepare next development iteration. 2016-12-22 13:09:36 +00:00
Spring Buildmaster
e192661183 #529 - Release version 0.23.0.RELEASE. 2016-12-22 13:09:35 +00:00
Spring Buildmaster
61528d3242 #473 - Prepare next development iteration. 2016-12-22 09:04:54 +01:00
Spring Buildmaster
0de4ca3e5d #473 - Release version 0.22.0.RELEASE. 2016-12-22 09:04:52 +01:00
Oliver Gierke
150c4c759b #526 - Upgrade to Spring Framework 4.3.5. 2016-12-21 13:06:52 +01:00
Oliver Gierke
069628b5ac #473 - Switched to HTTPS for repository declarations. 2016-12-20 11:41:44 +01:00
Oliver Gierke
f5368ff9bf #473 - Dependency and plugin updates. 2016-12-20 11:34:32 +01:00
Oliver Gierke
26c3620249 #520 - Added Jacoco plugin to SonarQube build profile. 2016-12-08 10:37:32 +01:00
Oliver Gierke
8f53d3f730 #473 - Update dependencies.
Jackson 2.7.4 -> 2.8.5
Minidev JSON 2.2 -> 2.2.1
2016-12-07 12:20:01 +01:00
Oliver Gierke
9b140fcd01 #517 - Upgraded to Spring 4.3.4. 2016-12-07 12:19:22 +01:00
Oliver Gierke
304585f83d #507 - Upgraded Spring 5 build profile to 5.0 M2.
Added build profile to Travis setup.
2016-10-28 10:45:35 +02:00
Oliver Gierke
e5c6485985 #485 - Upgraded to Spring 4.3
Upgraded to Spring 4.3.3 snapshots for now to benefit from fixes in ResolvableType [0]. Upgraded to Jackson 2.7.4 on the way and added a build profile for released Spring 5 versions.

[0] https://jira.spring.io/browse/SPR-14648
2016-08-31 17:07:18 +02:00
Spring Buildmaster
f1fd16cded #472 - Prepare next development iteration. 2016-07-27 11:02:15 +00:00
Spring Buildmaster
ff33320af7 #472 - Release version 0.21.0.RELEASE. 2016-07-27 11:02:14 +00:00