Commit Graph

1149 Commits

Author SHA1 Message Date
Stephane Nicoll
935506546c Polish "Upgrade to Spring Boot Admin 2.0.2 and add 2.1.0-SNAPSHOT"
Closes gh-717
2018-08-01 09:17:01 +02:00
Johannes Edmeier
6f5a375684 Upgrade to Spring Boot Admin 2.0.2 and add 2.1.0-SNAPSHOT
See gh-717
2018-08-01 09:16:40 +02:00
Stephane Nicoll
4f73b149bd Add missing profile 2018-07-31 18:12:46 +02:00
Stephane Nicoll
db5b9b9b9f Polish 2018-07-31 18:08:21 +02:00
Stephane Nicoll
fc0b9207f0 Upgrade to spring-javaformat 0.0.6 2018-07-31 18:01:40 +02:00
Stephane Nicoll
76b62a3243 Upgrade to Spring Cloud Contract 2.0.0.RELEASE 2018-07-31 13:52:09 +02:00
Stephane Nicoll
50a4abd195 Polish 2018-07-31 13:47:49 +02:00
Stephane Nicoll
61ef8d820d Upgrade to Spring Boot 2.0.4.RELEASE 2018-07-31 13:29:47 +02:00
Stephane Nicoll
e208a9b1f1 Redirect browsers to https when forceSsl is set
This commit extends the forceSsl support to redirect any HTML content
to https. Practically speaking, this allows to redirect all browsers to
https when they land on the main page using https. Serving traffic via
http is still allowed as preventing this would break a lot of
existing clients.

To allow to easily run the app locally, forceSsl is false and must be
enabled for any production environment.

Closes gh-473
2018-07-27 16:56:30 +02:00
Stephane Nicoll
9b098a8078 Merge pull request #699 from royclarkson:open-service-broker
* pr/699:
  Polish "Add Spring Cloud Open Service Broker"
  Add Spring Cloud Open Service Broker
2018-07-18 11:58:17 +02:00
Stephane Nicoll
3f0ba7cf7b Polish "Add Spring Cloud Open Service Broker"
Closes gh-699
2018-07-18 11:57:38 +02:00
Roy Clarkson
b18bf2e19c Add Spring Cloud Open Service Broker
See gh-699
2018-07-16 14:22:13 +02:00
Stephane Nicoll
de7b153897 Fix typo 2018-07-14 11:11:43 +02:00
Stephane Nicoll
2b4a7abb78 Merge pull request #670 from dsyer:feature/function
* pr/670:
  Polish "Add Spring Cloud Function"
  Add Spring Cloud Function
2018-07-13 16:33:59 +02:00
Stephane Nicoll
3bf4e019c3 Polish "Add Spring Cloud Function"
Closes gh-670
2018-07-13 16:32:33 +02:00
Dave Syer
411b096fec Add Spring Cloud Function
See gh-670
2018-07-13 16:01:00 +02:00
Stephane Nicoll
4f43e554d6 Merge pull request #707 from royclarkson:scs2
* pr/707:
  Upgrade to Spring Cloud Services 2.0.1.RELEASE
2018-07-11 17:20:57 +02:00
Roy Clarkson
9276cfb74c Upgrade to Spring Cloud Services 2.0.1.RELEASE
Closes gh-707
2018-07-11 17:20:37 +02:00
Stephane Nicoll
af36ea56ea Polish 2018-07-11 13:59:55 +02:00
Stephane Nicoll
ac93ddde39 Upgrade to Apache CXF 3.2.5
Closes gh-706
2018-07-11 13:49:12 +02:00
Madhura Bhave
7e409bec12 Improve auto-configuration tests
Closes gh-484
2018-07-10 09:22:03 -07:00
Stephane Nicoll
053ad91485 Fix parent version 2018-07-10 15:13:26 +02:00
Spring Buildmaster
34b518d49f Next Development Version 2018-07-10 12:29:54 +00:00
Stephane Nicoll
de83ab2d2b Rework "Prevent build failure when tests are skipped"
This commit reworks e3d9c3c to enable the docs profile by default again
as it breaks the release on Artifactory. This has the side effect of
not running the tests used by the doc unless the docs profile is active.
2018-07-10 14:21:07 +02:00
Stephane Nicoll
4e99906f81 Merge pull request #704 from Microsoft:azure-2.0.4
* pr/704:
  Upgrade to Azure Spring 2.0.4
2018-07-09 14:59:52 +02:00
weiping
dcced9042a Upgrade to Azure Spring 2.0.4
Closes gh-704
2018-07-09 14:59:29 +02:00
Stephane Nicoll
15e84644c4 Upgrade to Spring Cloud Task 1.2.3.RELEASE 2018-07-09 13:38:13 +02:00
Stephane Nicoll
765385530e Upgrade to Gradle 4.8.1
Closes gh-688
2018-07-09 09:01:55 +02:00
Madhura Bhave
ec87ca3ace Support annotationProcessor scope
Fixes gh-653
2018-07-05 09:26:42 -07:00
Andy Wilkinson
3a3f65e5ef Merge pull request #702 from Claus Ibsen
* gh-702:
  Enable Apache Camel when using Spring Boot 2.0
2018-07-04 09:49:05 +01:00
Claus Ibsen
a70bd6794d Enable Apache Camel when using Spring Boot 2.0
Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>

Closes gh-702
2018-07-04 09:47:49 +01:00
Madhura Bhave
45e3b3399a Remove duplicate entry in generated gradle .gitignore
Fixes gh-700
2018-07-03 10:33:16 -07:00
Andy Wilkinson
d6fd7e25d1 Merge pull request #698 from Roy Clarkson
* gh-698:
  Upgrade to Spring Cloud Services 2.0.0.RELEASE
2018-07-03 09:09:25 +01:00
Roy Clarkson
a0b701e2f9 Upgrade to Spring Cloud Services 2.0.0.RELEASE
Closes gh-698
2018-07-03 09:09:01 +01:00
Andy Wilkinson
bfd6bcf2e7 Merge pull request #697 from Ryan Baxter
* gh-697:
  Upgrade to Spring Cloud Edgware.SR4
2018-07-02 19:23:27 +01:00
Ryan Baxter
cf57596bca Upgrade to Spring Cloud Edgware.SR4
Closes gh-697
2018-07-02 19:22:18 +01:00
Andy Wilkinson
f3f0ecf1c7 Re-enable Vaadin with Boot 2.0 as 8.4.4 is compatible
See gh-690
2018-06-29 12:49:08 +01:00
Andy Wilkinson
c2843061b7 Upgrade to Vaadin 8.4.4 with Boot 1.5 and disable with Boot 2.0
See gh-690
2018-06-29 09:48:21 +01:00
Andy Wilkinson
787550652c Revert "Use Vaadin 8.4.x with Boot 1.5 and Vaadin 10.0.x with Boot 2.0+"
This reverts commit eb3b872ab3.

Closes gh-690
2018-06-29 09:48:21 +01:00
Madhura Bhave
d38fa831e0 Expose resolved version range if .x present
Fixes gh-586
2018-06-28 10:55:44 -07:00
Andy Wilkinson
1d2fba8a26 Merge pull request #693 from Mike Eltsufin
* gh-693:
  Upgrade to Spring Cloud GCP 1.0.0.RC1
2018-06-27 16:42:40 +01:00
Mike Eltsufin
8e6ab12f14 Upgrade to Spring Cloud GCP 1.0.0.RC1
Closes gh-693
2018-06-27 16:39:04 +01:00
Andy Wilkinson
f9c3719f95 Merge pull request #691 from sophiaso
* gh-691:
  Upgrade to Azure Spring 0.2.4
2018-06-27 16:35:04 +01:00
weiping
23f0d4de88 Upgrade to Azure Spring 0.2.4
Closes gh-691
2018-06-27 16:33:00 +01:00
Andy Wilkinson
432d1f7d00 Merge pull request #690 from Matti Tahvonen
* gh-690:
  Use Vaadin 8.4.x with Boot 1.5 and Vaadin 10.0.x with Boot 2.0+
2018-06-26 12:56:48 +01:00
Matti Tahvonen
eb3b872ab3 Use Vaadin 8.4.x with Boot 1.5 and Vaadin 10.0.x with Boot 2.0+
Closes gh-690
2018-06-26 12:54:43 +01:00
Andy Wilkinson
03de721187 Merge pull request #685 from Johannes Edmeier
* gh-685:
  Upgrade to Spring Boot Admin 2.0.1
2018-06-25 12:10:35 +01:00
Johannes Edmeier
bd8d0c4432 Upgrade to Spring Boot Admin 2.0.1
Closes gh-685
2018-06-25 12:10:01 +01:00
Stephane Nicoll
23cf38b19d Upgrade to Spring Cloud Finchley.RELEASE
See gh-683
2018-06-19 08:23:46 +02:00
Stephane Nicoll
e48cd9e4af Upgrade to Spring Boot 2.0.3.RELEASE 2018-06-16 11:29:13 +02:00