Commit Graph
1112 Commits
Author SHA1 Message Date
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
Stephane Nicoll 514399edbb Make sure the stats are published
This commit temporarily removes the `@ConditionalOnBean` condition that
was added in 1bf0d0f as it breaks stats support. As auto-configurations
are not properly ordered, the `@Bean` configuration was backing off even
if a `InitializrMetadataProvider` bean was eventually present.
2017-08-14 12:12:30 +02:00
Stephane Nicoll 1bf0d0fcde Allow for RestTemplate customization
This commit reuses the `RestTemplateBuilder` infrastructure wherever
a `RestTemplate` is required. This allows to customize the rest template
if necessary.

Closes gh-481
2017-08-14 11:26:34 +02:00
Stephane Nicoll 70d224b072 Reduce confusion about aop starter
Closes gh-483
2017-08-14 10:22:37 +02:00
Stephane Nicoll 2eec2630b3 Merge pull request #482 from eighty4:patch-1
* pr/482:
  Fix typo
2017-08-13 15:31:44 +02:00
Adam Bennett 1afca35f0a Fix typo
Closes gh-482
2017-08-13 15:31:14 +02:00
Stephane Nicoll 6c5400b340 Merge pull request #480 from stormpath:stormpath_eol
* pr/480:
  Remove Stormpath as Stormpath is EOL
2017-08-12 10:17:26 +02:00
Micah Silverman d1e01aed3e Remove Stormpath as Stormpath is EOL
Closes gh-480
2017-08-12 10:15:55 +02:00
Stéphane Nicoll 09a36eda12 Merge pull request #477 from sebastienblanc/kc-321final
Upgrade to Keycloak 3.2.1.Final
2017-08-02 10:03:07 +02:00
Stéphane Nicoll 316fbc4efb Merge pull request #475 from davsclaus/camel-2192
Upgrade to Apache Camel 2.19.2.
2017-08-02 10:02:08 +02:00
sebastienblanc f937f447ee Fixes #476 to upgrade to Keycloak 3.2.1.Final 2017-08-02 09:52:46 +02:00
Claus Ibsen fa251af512 Fixes #474 to upgrade to Apache Camel 2.19.2.
Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
2017-08-02 09:11:50 +02:00