Commit Graph
1133 Commits
Author SHA1 Message Date
Stephane Nicoll b64fe75a72 Upgrade to Spring Cloud Finchley.M3
Closes gh-535
2017-10-31 17:06:01 +01:00
Stephane Nicoll 8c5b9928e8 Fix test 2017-10-27 19:26:05 +02:00
Stephane Nicoll 357052f615 Merge pull request #516 from TimRiemer:gh-491
* pr/516:
  Polish "Add spring-batch-test when Spring Batch is selected"
  Add spring-batch-test when Spring Batch is selected
2017-10-27 18:20:49 +02:00
Stephane Nicoll 5446ea1d03 Polish "Add spring-batch-test when Spring Batch is selected"
Closes gh-516
2017-10-27 18:15:28 +02:00
Tim Riemer 4d9f18f128 Add spring-batch-test when Spring Batch is selected
See gh-516
2017-10-27 18:08:14 +02:00
Stephane Nicoll 3ab897654a Deprecate data-redis-reactive entry
This commit also removes the explicit reference to the driver as it is
now different according to the chosen Spring Boot generation.

Closes gh-521
2017-10-27 16:02:29 +02:00
Stephane Nicoll 631bc2591a Disable Reactive Security starter as of 2.0.0.M6
Closes gh-524
2017-10-27 16:02:24 +02:00
Stephane Nicoll c33b1df90c Add support for Kotlin's runApplication
Spring Boot 2.0.0.M6 offers a better integration with Kotlin. A
top-level `runApplication` function can be used to start the app and
additional dependency and plugin management are provided.

This commit simplifies the way a Kotlin-based project is generated when
running with a compatible version

Closes gh-534
2017-10-27 14:18:05 +02:00
Stephane Nicoll 9d7b2e95d6 Improve imports and annotations model 2017-10-27 11:43:27 +02:00
Stephane Nicoll 9ada0dfb60 Merge pull request #532 from joshlong:spring-shell
* pr/532:
  Polish "Add support for Spring Shell"
  Add support for Spring Shell
2017-10-26 18:37:30 +02:00
Stephane Nicoll ba4a437d72 Polish "Add support for Spring Shell"
Closes gh-532
2017-10-26 18:36:08 +02:00
Josh Long f3ecd688cc Add support for Spring Shell
See gh-532
2017-10-26 18:28:56 +02:00
Stephane Nicoll 95d5df33e4 Merge pull request #528 from spencergibb:patch-5
* pr/528:
  Add support for Spring Cloud Edgware.RC1
2017-10-25 16:15:27 +02:00
Spencer Gibb 47a83a2fe1 Add support for Spring Cloud Edgware.RC1
Closes gh-528
2017-10-25 16:14:49 +02:00
Stephane Nicoll 75b9c14378 Upgrade to Maven wrapper 3.5.2
Closes gh-529
2017-10-25 11:01:20 +02:00
Stephane Nicoll deb23673e4 Merge pull request #492 from Microsoft:zhijzhao-starters
* pr/492:
  Polish "Add support for Microsoft Azure"
  Add support for Microsoft Azure
2017-10-24 10:51:06 +02:00
Stephane Nicoll 82ddf90192 Polish "Add support for Microsoft Azure"
Closes gh-492
2017-10-24 10:27:05 +02:00
Zhijun Zhao 92adb903cf Add support for Microsoft Azure
See gh-492
2017-10-24 10:17:05 +02:00
Brian Clozel 56712c629c Fix Tracking code test for the homepage 2017-10-20 16:01:24 +02:00
Stephane Nicoll cc7873ef41 Merge pull request #525 from bclozel:tagmanager
* pr/525:
  Use Tag Manager instead of Analytics
2017-10-20 15:39:07 +02:00
Brian Clozel f3b801e268 Use Tag Manager instead of Analytics
This commit replaces Google Analytics with Tag Manager in the official
start.spring.io service instance.
The code section has been moved from the end of the body to the end
of the head section.

Closes gh-525
2017-10-20 15:38:46 +02:00
Stephane Nicoll 1361300a0f Merge pull request #523 from davsclaus:camel-2200
* pr/523:
  Add link to camel spring boot guide
  Upgrade to Apache Camel 2.20.0
2017-10-13 12:17:41 +02:00
Claus Ibsen 9f5759d45c Add link to camel spring boot guide 2017-10-13 12:16:24 +02:00
Claus Ibsen 73f1e93b9c Upgrade to Apache Camel 2.20.0
Closes gh-523
2017-10-13 12:16:07 +02:00
Stephane Nicoll aaecccc0bc Add mappings for renamed Spring Cloud starters
A number of Netflix starters haven been deprecated in Edgware and
removed in Finchley. This commit makes sure that the new names are used
as soon as Edgware or later is selected.

Closes gh-518
2017-10-08 19:57:25 +02:00
Stephane Nicoll d8956a0792 Merge pull request #517 from ryanjbaxter:Dalston.SR4
* pr/517:
  Upgrade to Spring Cloud Dalston.SR4
2017-10-03 18:07:25 +02:00
Ryan Baxter e32cf1031a Upgrade to Spring Cloud Dalston.SR4
Closes gh-517
2017-10-03 18:06:57 +02:00
Stephane Nicoll bf2a9911e9 Add support for Reactive security
Closes gh-460
2017-10-01 17:15:11 +02:00
Stephane Nicoll c2a8b29efd Add explicit support for Spring Cloud and Spring Boot 2
Spring Cloud does not currently work with Spring Boot 2.0.0.M4 and
later. This commit automatically downgrades to a compatible Spring Boot
version when a Spring Cloud artifact is requested.

It doesn't do that for SNAPSHOT to give a chance to Spring Cloud users
to test and validate the latest state of development.
2017-10-01 09:15:17 +02:00
Stephane Nicoll f103e397f4 Upgrade to Gradle 4.2 for Spring Boot 2+
Closes gh-513
2017-09-29 14:53:41 +02:00
Stephane Nicoll cff86cdb57 Merge pull request #515 from sdeleuze:kotlin-1.1.51
* pr/515:
  Upgrade to Kotlin 1.1.51
2017-09-29 14:46:16 +02:00
Sebastien Deleuze c24e50de6b Upgrade to Kotlin 1.1.51
The main new feature available in this new version is null-safety of
Spring APIs (Framework, Data, Reactor) with Boot 2 without requiring
jsr305.jar to be present in project classpath.

-Xjsr305=strict compiler flag is not enabled by default because it is
considered as experimental, see
https://docs.spring.io/spring/docs/current/spring-framework-reference/kotlin.html#null-safety
for more details.

Closes gh-515
2017-09-29 14:45:19 +02:00
Stephane Nicoll facf289494 Merge pull request #512 from davsclaus:camel-range
* pr/512:
  Add version range mappings for Apache Camel
2017-09-26 08:34:56 +02:00
Claus Ibsen 8fe5e02d3d Add version range mappings for Apache Camel
Closesq gh-512
2017-09-26 08:33:14 +02:00
Stephane Nicoll cbbe882f0f Upgrade to Spring Cloud Task 1.2.2.RELEASE
Closes gh-514
2017-09-26 08:32:37 +02:00
Stephane Nicoll cdad9316ac Fix parent pom version
Closes gh-509
2017-09-19 12:21:44 +02:00
Spring Buildmaster 7f4db38cee Next Development Version 2017-09-18 16:00:41 +00:00
Stephane Nicoll e30183555a Merge pull request #505 from davsclaus:camel-2193
* pr/505:
  Upgrade to Apache Camel 2.19.3
2017-09-18 15:15:50 +02:00
Claus Ibsen 309dd3f836 Upgrade to Apache Camel 2.19.3
Closes gh-505
2017-09-18 15:15:24 +02:00
Stephane Nicoll 8efe5f34be Ensure configuration can be serialized
Closes gh-506
2017-09-18 15:02:01 +02:00
Stephane Nicoll d50d7667e3 Add dedicated support for Spring Session modules
Closes gh-455
2017-09-15 14:38:38 +02:00
Stephane Nicoll cf93d5ddef Rework caching configuration
Closes gh-401
2017-09-15 13:29:45 +02:00
Stephane Nicoll 41a4b13af1 Improve doc on version range
Closes gh-487
2017-09-15 13:19:32 +02:00
Stephane Nicoll dc69a352e9 Add group to generated gradle projects
Closes gh-478
2017-09-15 13:12:11 +02:00
Stephane Nicoll 444a9f461b Fix package name cleanup algorithm with version
This commit improves the cleanup algorithm to accept artifactId with
versions in them as it's used as part of the package name by
default. `foo-1.4.5` now generates `foo145`.

Closes gh-436
2017-09-09 14:49:08 +02:00
Stephane Nicoll 9976d8e20d Fix generation of war project with Spring Boot 2+
As of Spring Boot 2.0.0.M1, the SpringBootServletInitializer class has
been relocated to the support package. This commit fixes the generation
of war project as of that version.

Closes gh-502
2017-09-07 09:01:19 +02:00
Stephane Nicoll afe9d6664f Merge pull request #500 from ryanjbaxter:Finchley.M2
* pr/500:
  Upgrade to Spring Cloud Finchley.M2
2017-08-31 09:28:06 +02:00
Ryan Baxter 203619f6c0 Upgrade to Spring Cloud Finchley.M2
Closes gh-500
2017-08-31 09:27:37 +02:00
Stephane Nicoll 0dc1eb83f9 Merge pull request #499 from sdeleuze:kotlin-1.1.4-3
* pr/499:
  Upgrade to Kotlin 1.1.4-3
2017-08-30 15:40:51 +02:00
Sebastien Deleuze 84e0910cc3 Upgrade to Kotlin 1.1.4-3
Changes since 1.1.4:
 - https://github.com/JetBrains/kotlin/releases/tag/v1.1.4-3
 - https://github.com/JetBrains/kotlin/releases/tag/v1.1.4-2

 Closes gh-499
2017-08-30 15:40:24 +02:00