Commit Graph

847 Commits

Author SHA1 Message Date
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
Stephane Nicoll
904af53d6c Polish 2017-07-30 16:53:10 +02:00
Andy Wilkinson
c6ebf51a53 Use Gradle 4 for Gradle projects post Spring Boot 2.0 M3
Closes gh-472
2017-07-28 14:14:15 +01:00
Stephane Nicoll
905b5257a5 Revert "Ignore out/ directory with Gradle"
This commit reverts 495f8fa
2017-07-26 09:19:08 +02:00
Stephane Nicoll
495f8fab1c Ignore out/ directory with Gradle
Closes gh-469
2017-07-26 08:59:03 +02:00
Stephane Nicoll
c05da23bdb Upgrade to Vaadin 8.1.0
Closes gh-471
2017-07-26 08:36:54 +02:00
Stéphane Nicoll
709374e00b Merge pull request #468 from spencergibb/patch-4
Update to Dalston.SR2
2017-07-21 21:12:33 +02:00
Spencer Gibb
54fa0bcb5c Update to Dalston.SR2
fixes gh-467
2017-07-21 15:02:43 -04:00
Stephane Nicoll
e6b3987001 Upgrade to Stormpath 1.5.5
Closes gh-466
2017-07-21 17:31:52 +02:00
Stephane Nicoll
8665304d30 Upgrade to Vaadin 8.0.7 and 7.7.7
Closes gh-465
2017-07-21 17:30:27 +02:00
Stephane Nicoll
30193ca783 Upgrade to Spring Cloud Task 1.2.1.RELEASE
Closes gh-464
2017-07-21 17:28:49 +02:00
Stephane Nicoll
ddd1de87e7 Polish 2017-07-15 17:42:13 +02:00
Stephane Nicoll
1a7a856868 Add Spring Security test infrastructure with Spring Security
Closes gh-461
2017-07-15 17:40:47 +02:00
Stephane Nicoll
5c098e29df Add support for Spring Cloud Finchley milestone
Closes gh-459
2017-07-07 07:06:29 +01:00
Stephane Nicoll
816e209357 Polish 2017-07-06 13:06:19 +01:00
Stephane Nicoll
e857f58718 Merge pull request #458 from sdeleuze:kotlin-1.1.3-2
* pr/458:
  Upgrade to Kotlin 1.1.3-2
2017-07-05 09:27:26 +01:00