Commit Graph

796 Commits

Author SHA1 Message Date
Stephane Nicoll
fefde60a2e Use default methods for ProjectRequestPostProcessor 2017-07-03 08:14:38 +02:00
Stephane Nicoll
d562968093 Add reactor-test automatically when webflux is selected
Closes gh-456
2017-07-03 08:11:10 +02:00
Stephane Nicoll
69c2d852ea Remove deprecated Spring Cloud Cluster 2017-07-02 22:18:56 +02:00
Stephane Nicoll
2978bd6ce4 Disable Spring Session with Spring Boot 2+
See gh-455
2017-06-27 16:24:11 +02:00
Stephane Nicoll
8832201c43 Add dependency range info
This commit improves the `info` endpoint to contain a
`dependency-ranges` entry that is similar than the `bom-ranges` entry
for BOMs.

Each dependency that has a version mapping is listed with the range and
the related version. Some dependencies weren't managed and are now. For
those a `managed` version is used to indicate which Spring Boot versions
do not require to specify a version for the dependency.

Closes gh-453
2017-06-25 10:34:23 +02:00
Stephane Nicoll
2205ab381e Upgrade to Vaadin 8.0.6
Closes gh-452
2017-06-24 12:24:06 +02:00
Stephane Nicoll
327687c4c8 Upgrade to Kotlin 1.1.3
Closes gh-451
2017-06-24 12:23:33 +02:00
Stephane Nicoll
370d9a4b31 Upgrade to Gradle 3.5.1
Closes gh-409
2017-06-16 18:08:18 +02:00
Stephane Nicoll
691c476927 Merge pull request #447 from davsclaus:camel-2191
* pr/447:
  Upgrade to Apache Camel 2.19.1
2017-06-16 09:21:26 +02:00
Claus Ibsen
f26917ea78 Upgrade to Apache Camel 2.19.1
Closes gh-447
2017-06-16 09:20:57 +02:00
Stephane Nicoll
7404b5fa3e Merge pull request #445 from sdeleuze:kotlin-1.1.2-5
* pr/445:
  Upgrade to Kotlin 1.1.2-5
2017-06-13 14:41:27 +02:00
Sebastien Deleuze
5d4883b826 Upgrade to Kotlin 1.1.2-5
Changelog: https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-5

Closes gh-445
2017-06-13 14:40:56 +02:00
Stephane Nicoll
1fe04c5945 Merge pull request #444 from sdeleuze:patch-1
* pr/444:
  Polish README command line examples
2017-06-13 14:40:51 +02:00
Sébastien Deleuze
f1abce2ce6 Polish README command line examples
Closes gh-444
2017-06-13 14:40:20 +02:00
Stephane Nicoll
1eb64f0cc9 Upgrade to Spring Boot 1.4.7.RELEASE 2017-06-10 09:24:00 +02:00
Stephane Nicoll
53a1d8f911 Merge pull request #442 from sdeleuze:kotlin-1.1.2-4
* pr/442:
  Upgrade to Kotlin 1.1.2-4
2017-06-06 16:18:07 +02:00
Sebastien Deleuze
71b32d53d7 Upgrade to Kotlin 1.1.2-4
Closes gh-442
2017-06-06 16:17:50 +02:00
Stéphane Nicoll
0e0269d8a5 Merge pull request #440 from habuma/scs_1.50
Update Spring Cloud Services dependencies to 1.5.0.RELEASE
2017-05-31 21:40:56 +02:00
Craig Walls
2644d9dfde Update Spring Cloud Services dependencies to 1.5.0.RELEASE 2017-05-31 11:08:27 -06:00
Stephane Nicoll
cc542386e9 Add support for Quartz 2017-05-31 10:01:47 +02:00
Stephane Nicoll
8ef26f95c1 Rename bom ids 2017-05-30 13:53:47 +02:00
Stephane Nicoll
f9d63eab41 Add link to Keycloak documentation 2017-05-30 13:36:23 +02:00
Stéphane Nicoll
b4dcc4a7af Upgrade to Spring Cloud Dalston.SR1 2017-05-25 08:32:20 +02:00
Stephane Nicoll
0154d74fca Merge pull request #432 from bclozel:lang
* pr/432:
  Polish "Promote language choice to page heading"
  Promote language choice to page heading
2017-05-23 14:57:40 +02:00
Stephane Nicoll
feb145bf3b Polish "Promote language choice to page heading"
Closes gh-432
2017-05-23 14:56:25 +02:00
Brian Clozel
820107ad78 Promote language choice to page heading
This commit moves the language choice part of the form from the
"advanced" section to the main heading.

See gh-432
2017-05-23 14:46:58 +02:00
Stephane Nicoll
ddbadf7700 Fix version range for Spring Boot 2 gradle plugin
Closes gh-431
2017-05-17 10:00:09 +02:00
Dave Syer
a17d1fd298 Change version range for reactive data libraries as well
See gh-429
2017-05-16 12:29:03 +01:00
Dave Syer
80ed798b7d Start version range for webflux at 2.0.0.M1
Fixes gh-429
2017-05-16 12:24:37 +01:00
Stephane Nicoll
38c3bb2e49 Merge pull request #427 from markpollack:remove-scdf
* pr/427:
  Polish "Remove SCDF"
  Remove SCDF
2017-05-11 16:55:40 +02:00
Stephane Nicoll
cbd4f6a4ce Polish "Remove SCDF"
Closes gh-427
2017-05-11 16:55:27 +02:00
Mark Pollack
e99bb8c69a Remove SCDF
See gh-427
2017-05-11 16:54:29 +02:00
Stephane Nicoll
70a2cb6ef2 Merge pull request #423 from bclozel:gh-421
* pr/423:
  Polish "Derive package name from groupId and artifactId"
  Derive package name from groupId and artifactId
2017-05-11 16:53:59 +02:00
Stephane Nicoll
767203b7d5 Polish "Derive package name from groupId and artifactId"
Closes gh-423
2017-05-11 16:29:16 +02:00
Brian Clozel
bb578d6fdf Derive package name from groupId and artifactId
This commit derives the package name of the application from the
artifact's `groupId` and `artifactId`. Previously sources were put in a
package that mirrors the groupId value.

This goes against the "unique package per application" policy that we
try to enforce. Even if the package name value can be customized
manually, deriving it automatically from the values provided in those
fields will help structure codebases.

With this change, the package name is derived like this:
* groupId `com.example`, artifactId `bookmarks` -> package
`com.example.bookmarks`
* groupId `com.example`, artifactId `user-management` -> package
`com.example.usermanagement`

This commit fixes the package name generation on the server, but also
in the web interfaces when the user updates the form fields.

Fixes gh-421
2017-05-11 14:36:47 +02:00
Stephane Nicoll
aa828b388f Fix spring cloud contract example
When `workOffline` is `false` a Maven repository must be provided to let
it download the stubs.

Closes gh-426
2017-05-08 14:35:20 +02:00
Stephane Nicoll
b18770871c Updgrade to Spring Cloud Contract 1.0.5.RELEASE 2017-05-08 12:45:08 +02:00
Stephane Nicoll
66dad39188 Fix spring cloud contract test to use a defined stub version
Rather than attempting to retrieve the latest version of the stubs, this
commit makes sure the test uses the same version as the one of the
project.

This fixes gh-422 in a different way
2017-05-08 12:42:32 +02:00
Stephane Nicoll
f2089800b2 Merge pull request #425 from davsclaus:camel-2190
* pr/425:
  Polish "Upgrade to Apache Camel 2.19.0"
  Upgrade to Apache Camel 2.19.0
2017-05-08 11:03:12 +02:00
Stephane Nicoll
6d932bcbe8 Polish "Upgrade to Apache Camel 2.19.0"
Apache Camel 2.19.0 is tested with Spring Boot 1.4 and 1.5 so this
commit drops support for earlier Spring Boot versions

Closes gh-425
2017-05-08 11:02:58 +02:00
Claus Ibsen
dd52526fe0 Upgrade to Apache Camel 2.19.0
See gh-425
2017-05-08 11:01:57 +02:00
Stephane Nicoll
696c692ab1 Upgrade to Spring Cloud Camden.SR7
Closes gh-424
2017-05-06 10:09:53 +02:00
Stephane Nicoll
40ba2ea75c Add support for Keycloak
Closes gh-376
2017-05-05 11:36:37 +02:00
Stephane Nicoll
3c83b37978 Add redis reactive starter 2017-05-04 17:00:45 +02:00
Stephane Nicoll
705db283c8 Restore Spring Cloud support with Spring Boot 2+
Closes gh-419
2017-05-03 21:57:53 +02:00
Stephane Nicoll
705f6fa381 Add missing version range for reactive mongodb starter 2017-05-03 15:17:07 +02:00
Stephane Nicoll
96107b199f Add cassandra reactive starter 2017-05-03 15:16:36 +02:00
Stephane Nicoll
502b89e712 Disable Spring Cloud with Spring Boot 2+
There are known compatibility issues with Spring Boot 2. Until we fix
them, this commit disables the use of Spring Cloud with Spring Boot 2
2017-05-03 08:46:26 +02:00
Stephane Nicoll
363eb25138 Polish 2017-04-30 19:21:01 +02:00
Stephane Nicoll
b835bf4ff4 Adapt version range for SCDF
SCDF is incompatible with Spring Boot 1.5.3 and further, see
https://github.com/spring-cloud/spring-cloud-dataflow/issues/1382

Closes gh-417
2017-04-28 19:15:39 +02:00