Commit Graph

701 Commits

Author SHA1 Message Date
Mark Paluch
1f52eeaedf #796 - Upgrade to Mockito 2.26.0. 2019-04-08 08:31:41 +02:00
Mark Paluch
8f9d462f35 #795 - Upgrade to AssertJ 3.12.2. 2019-04-08 08:30:05 +02:00
Mark Paluch
4295725d95 #793 - Upgrade to AspectJ 1.9.3. 2019-04-08 08:28:07 +02:00
Sebastien Deleuze
83074ed840 #792 - Upgrade to Coroutines 1.2.0-alpha-2.
Original pull request: #791.

This version introduces Flow type (not final yet) that
allows to expose Flux or Publisher to Coroutines world.
2019-04-08 08:24:25 +02:00
Oliver Drotbohm
44cb9a9614 #730 - Updated changelog. 2019-04-01 20:56:24 +02:00
Oliver Drotbohm
90296f36ed #716 - Updated changelog. 2019-04-01 19:36:55 +02:00
Oliver Drotbohm
4f36c6bd0f #786 - Updated changelog. 2019-04-01 18:52:14 +02:00
Oliver Drotbohm
329209d8cc #715 - Updated changelog. 2019-04-01 18:49:22 +02:00
Oliver Drotbohm
7d1e9cc879 #785 - Upgrade to Reactor Californium SR6. 2019-04-01 10:29:19 +02:00
Mark Paluch
00ec43fa27 #781 - Upgrade to RxJava 2.2.7. 2019-03-26 12:00:52 +01:00
Mark Paluch
8aabd4e59c #780 - Upgrade to MockK 1.9.3. 2019-03-26 11:58:50 +01:00
Spring Operator
04cedbb2a9 #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://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 2 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #775
2019-03-22 18:07:03 +01:00
Spring Operator
c141be6b25 #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://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).

# Ignored
These URLs were intentionally ignored.

* http://www.w3.org/1999/xlink with 1 occurrences
* http://www.w3.org/2000/svg with 1 occurrences

Original Pull Request: #767
2019-03-21 09:38:39 +01:00
Spring Operator
b39bccb05f #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/assembly-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/component-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/component-1.1.2.xsd ([https](https://maven.apache.org/xsd/component-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 5 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).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences

Original Pull Request: #766
2019-03-21 09:38:01 +01:00
Greg Turnquist
3ccabfe245 #752 - Polishing. 2019-03-13 23:18:27 -05:00
Oliver Drotbohm
155d37599d #755 - Upgrade to Spring Framework 5.2 snapshots. 2019-03-13 11:21:16 +01:00
Spring Operator
e196c4b506 #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 fixed successfully.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original pull request: #746.
2019-03-12 08:12:17 +01:00
Mark Paluch
c1b587fcc4 #753 - Upgrade to MockK 1.9.2. 2019-03-11 08:45:14 +01:00
Greg Turnquist
8c58eab3fd #752 - Reduce CI notifications on slack.
Instead of letting Spring HATEOAS trigger a build on Commons, and subsequently a build on every data store, culminating in n-builds of REST, instead use this strategy:

* HATEOAS artifactory triggers Commons test, but not build.
* HATEOAS artifactory triggers REST test and build, since it's a direct impact.
* REST is NOT triggered by individual data store builds, since it doesn't directly depend upon them.

Slack notification policy is:

* Signal test failure.
* Signal build failure.
* Signal build success.

By NOT sending a notification for every test success, it should reduce volume of messages. By reducing the number of total builds happening, will also reduce traffic to only chronic failing tests, which we probably need to see anyway. And with number of total builds reduced, should still give us the occasional warm fuzzy when a build DOES complete.
2019-03-07 08:05:33 -06:00
Christoph Strobl
e9b2f3b727 #703 - After release cleanups. 2019-03-07 10:07:29 +01:00
Christoph Strobl
537ee40b2f #703 - Prepare next development iteration. 2019-03-07 10:07:28 +01:00
Christoph Strobl
e8f4a0c117 #703 - Release version 2.2 M2 (Moore). 2019-03-07 09:42:21 +01:00
Christoph Strobl
2252606e78 #703 - Prepare 2.2 M2 (Moore). 2019-03-07 09:41:17 +01:00
Christoph Strobl
cc846a06d8 #703 - Updated changelog. 2019-03-07 09:41:08 +01:00
Mark Paluch
e310f7f310 #748 - Upgrade to Maven Javadoc Plugin 3.1.0. 2019-03-06 12:17:21 +01:00
Oliver Drotbohm
1111731443 #745 - Upgrade to Spring HATEOAS 1.0 M1. 2019-03-05 17:58:03 +01:00
Greg Turnquist
db2ace9832 #743 - Ensure consistent status updates. 2019-03-04 16:23:12 -06:00
Greg Turnquist
dde6ce1890 #742 - Gate Spring Data JPA tests against JDK 8. 2019-03-04 16:13:06 -06:00
Greg Turnquist
1f6d602264 #714 - Introduce Concourse. 2019-03-01 11:58:12 -06:00
Mark Paluch
8a5aacad89 #737 - Consistently use https for resources.
We now use https for linkable resources to consistently access these via https.
2019-02-26 15:10:40 +01:00
Mark Paluch
e82fac07f6 #736 - Use Kotlin BOM to manage Kotlin dependencies. 2019-02-21 10:01:24 +01:00
Mark Paluch
1bfcd4a0ca #735 - Add version placeholder for Kotlin Coroutines. 2019-02-21 09:51:18 +01:00
Mark Paluch
07f528a2c7 #733 - Add version property for MockK. 2019-02-20 11:08:53 +01:00
Mark Paluch
fd8db6829f #732 - Upgrade to AssertJ 3.12.0. 2019-02-15 08:44:30 +01:00
Oliver Drotbohm
32bc1883c7 #731 - Upgrade to Kotlin 1.3.21. 2019-02-14 19:17:55 +01:00
Mark Paluch
d5ab9dbade #717 - Updated changelog. 2019-02-13 11:47:52 +01:00
Mark Paluch
da19246309 #729 - Upgrade to Reactor Californium SR5. 2019-02-13 09:07:33 +01:00
Mark Paluch
3dc0ea6e91 #727 - Upgrade to Spring Framework 5.1.5. 2019-02-13 08:43:07 +01:00
Mark Paluch
26da14a36e #725 - Upgrade to OpenWebBeans 2.0.10. 2019-02-12 11:11:41 +01:00
Mark Paluch
7336aeb8cd #723 - Upgrade to RxJava 2.2.6. 2019-02-12 11:00:45 +01:00
Mark Paluch
73f3f5e04f #721 - Upgrade to Lombok 1.18.6. 2019-02-12 10:57:20 +01:00
Greg Turnquist
f6a3b6dad5 #473 - Upgrade to Spring HATEOAS 1.0.0.BUILD-SNAPSHOT. 2019-01-29 17:24:01 +01:00
Mark Paluch
5f2c69f723 #718 - Upgrade to Kotlin 1.3.20. 2019-01-24 09:38:37 +01:00
Mark Paluch
cd0e8e5122 #681 - Updated changelog. 2019-01-10 14:15:37 +01:00
Mark Paluch
87b6d39317 #678 - Updated changelog. 2019-01-10 12:26:30 +01:00
Mark Paluch
76a883e81f #677 - Updated changelog. 2019-01-10 11:01:15 +01:00
Mark Paluch
ee49987e55 #709 - Upgrade to Spring Framework 5.1.4. 2019-01-09 16:01:35 +01:00
Mark Paluch
a362691608 #710 - Upgrade to Reactor Californium SR4. 2019-01-09 08:05:34 +01:00
Oliver Drotbohm
21f2536f30 #704 - Upgrade to Jackson 2.9.8. 2018-12-17 09:36:46 +01:00
Christoph Strobl
2b29b8294a #682 - After release cleanups. 2018-12-11 11:07:52 +01:00