Commit Graph

542 Commits

Author SHA1 Message Date
Stephane Nicoll
44f0abad48 Polish 2018-10-28 07:20:02 +09:00
Dylan Roberts
a9ea5700bf Upgrade to Spring Cloud Services 2.0.2.RELEASE
Closes gh-756
2018-10-26 21:51:22 +09:00
Dylan Roberts
00a3462ebd Upgrade to Spring Cloud Services 1.6.6.RELEASE
Closes gh-755
2018-10-26 21:50:17 +09:00
Ryan Baxter
50b1f1e15d Upgrade to Spring Cloud Finchley.SR2
Closes gh-754
2018-10-24 16:14:25 +02:00
Johannes Edmeier
774e9805f4 Upgrade to Spring Boot Admin 2.0.4
Closes gh-753
2018-10-23 08:42:32 +02:00
Ryan Baxter
5c73ab0589 Upgrade to Spring Cloud Edgware.SR5
Closes gh-750
2018-10-17 08:38:41 +02:00
weiping
a284b76b5f Use Azure Spring Boot Starter as dependency
Closes gh-745
2018-10-10 10:57:16 +02:00
Stephane Nicoll
68671bbdc9 Fix version mapping for Spring Cloud GCP
See gh-742
2018-10-02 10:37:19 +02:00
Rui Figueira
5f79f9a0fe Enable kotlin jpa plugin if necessary
This commit add the jpa kotlin plugin in the generated project when a
dependencies has the jpa facet.

See gh-728
2018-09-28 15:23:59 -04:00
Stephane Nicoll
282b7a9916 Upgrade to Keycloak 4.5.0.Final
Closes gh-740
2018-09-28 07:13:49 -04:00
Stephane Nicoll
11c87a3790 Upgrade to Spring Cloud Greenwich M1 2018-09-27 12:14:05 -04:00
Stephane Nicoll
674aeaaffb Add support to Java 11 2018-09-25 14:07:22 -04:00
Johannes Edmeier
3e156ce33e Upgrade to Spring Boot Admin 2.0.3
Closes gh-736
2018-09-21 09:19:33 +02:00
Stephane Nicoll
79bc1e469e Upgrade to Kotlin 1.2.70 2018-09-20 11:53:42 +02:00
Stephane Nicoll
d03517e035 Polish "Add support for webflux in spring-cloud-function"
Closes gh-733
2018-09-19 13:00:50 +02:00
Andy Wilkinson
72ad5172cb Polish 2018-09-12 16:29:35 +01:00
Claus Ibsen
6c21aea086 Upgrade to Apache Camel 2.21.2 with Boot 1.5 and 2.22.1 with Boot 2
Closes gh-732

Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
2018-09-12 16:16:06 +01:00
Dave Syer
26813fac24 Add support for webflux in spring-cloud-function
Closes gh-733
2018-09-12 16:09:52 +01:00
Stephane Nicoll
1e07eb3a3d Disable Vaadin with Spring Boot 2.1
The current Vaadin integration does not work properly with Spring Boot
2.1 as it overrides the DispatcherServlet bean. We can remove this
limitation once a fix is available.
2018-09-08 08:22:49 +02:00
Stephane Nicoll
c21ab9e5ca Upgrade to Vaadin 10.0.5 2018-09-03 14:15:56 +02:00
Stephane Nicoll
88912432d9 Upgrade to Kotlin 1.2.61 2018-09-03 14:12:55 +02:00
Stephane Nicoll
1a7737ce52 Use Spring Cloud Greenwich for Spring Boot 2.1+ 2018-08-28 17:34:50 +02:00
Stephane Nicoll
482cc35f91 Upgrade to Azure Spring 2.0.5 2018-08-28 15:35:14 +02:00
Stephane Nicoll
8c03eb9472 Upgrade to Kotlin 1.2.60
Closes gh-725
2018-08-17 14:18:33 +02:00
Stephane Nicoll
7f4b3e1815 Add support of Vaadin 10 as of 2.0.x.BUILD-SNAPSHOT 2018-08-14 11:52:31 +03:00
Stephane Nicoll
e5f7ef0120 Upgrade to Spring Cloud Open Service Broker 2.0.1.RELEASE 2018-08-13 18:42:00 +03:00
Stephane Nicoll
0cf8f58f61 Use managed version for Kafka Streams
Closes gh-719
2018-08-09 18:41:13 +02:00
Mike Eltsufin
d88ff88b79 Upgrade to Spring Cloud GCP 1.0.0.RELEASE
Closes gh-721
2018-08-08 22:44:07 +02:00
Stephane Nicoll
a7bdde531d Remove JTA entries
Closes gh-718
2018-08-02 15:28:57 +02:00
Stephane Nicoll
709f3626dc Upgrade to Keycloak 4.2.0.Final
Closes gh-684
2018-08-02 15:27:55 +02:00
Stephane Nicoll
0a428c257f Upgrade to Spring Cloud Finchley.SR1 2018-08-01 15:47:30 +02:00
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
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
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
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
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
ac93ddde39 Upgrade to Apache CXF 3.2.5
Closes gh-706
2018-07-11 13:49:12 +02:00
Stephane Nicoll
053ad91485 Fix parent version 2018-07-10 15:13:26 +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
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
Roy Clarkson
a0b701e2f9 Upgrade to Spring Cloud Services 2.0.0.RELEASE
Closes gh-698
2018-07-03 09:09:01 +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