Commit Graph

873 Commits

Author SHA1 Message Date
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
Stephane Nicoll
67073c0ff0 Merge pull request #498 from ryanjbaxter:Edgware.M1
* pr/498:
  Add support of Spring Cloud Edgware.M1
2017-08-29 20:28:22 +02:00
Ryan Baxter
77abea9a72 Add support of Spring Cloud Edgware.M1
Closes gh-498
2017-08-29 20:27:17 +02:00
Stephane Nicoll
d67f410b08 Disable "spring-boot-actuator-docs" as of Spring Boot 2
Closes gh-493
2017-08-28 14:51:22 +02:00
Stephane Nicoll
d1054aac72 Add CloudFoundry-specific InfoContributor 2017-08-24 13:12:22 +02:00
Stephane Nicoll
6bd659fede Fix version range for Spring Cloud
Closes gh-490
2017-08-23 10:11:12 +02:00
Stephane Nicoll
c2e2e6d82e Upgrade to Spring Cloud Dalston.SR3
Closes gh-489
2017-08-21 14:52:41 +02:00
Stephane Nicoll
be7105c3d0 Merge pull request #488 from kazuki43zoo:update-mybatis
* pr/488:
  Upgrade MyBatis to 1.2.2 and 1.3.1
2017-08-21 08:48:56 +02:00
Kazuki Shimizu
1866a83777 Upgrade MyBatis to 1.2.2 and 1.3.1
Closes gh-488
2017-08-21 08:48:20 +02:00
Stephane Nicoll
f151456a53 Upgrade to Spring Cloud Task 2.0.0.M1
Closes gh-486
2017-08-17 20:27:40 +02:00
Stephane Nicoll
b841c80bb9 Upgrade to Kotlin 1.1.4
Closes gh-485
2017-08-15 17:02:04 +02:00