Commit Graph

899 Commits

Author SHA1 Message Date
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
Stephane Nicoll
25a505ef9e Polish doc 2017-04-28 17:21:52 +02:00
Stephane Nicoll
4c9069357e Restore docbook for now
This commit restores docbook as we miss several features (anchors, etc).
2017-04-28 17:16:45 +02:00
Dave Syer
8bfa36c44f Polish 2017-04-28 17:16:45 +02:00
Dave Syer
be901fec76 Add how-to for dependency group 2017-04-28 17:16:45 +02:00
Dave Syer
1e51c5bf01 Add how-tos for snapshot repo and starter flag 2017-04-28 17:16:45 +02:00
Dave Syer
31b123813b Add docs on version mapping and aliases 2017-04-28 17:16:45 +02:00
Dave Syer
7c669296c6 Add some stuff on version ranges 2017-04-28 17:16:45 +02:00
Dave Syer
1f5d7dc776 Add some material on BOMs 2017-04-28 17:16:45 +02:00
Dave Syer
d18bee5057 Add screenshot to user-guide 2017-04-28 17:16:44 +02:00
Dave Syer
bb53c49a85 Fix levels and include basic content for API and howto 2017-04-28 17:16:44 +02:00
Stephane Nicoll
bbaf3d3b2f Initiate ref guide overhaul
See gh-392
2017-04-28 17:16:30 +02:00
Sebastien Deleuze
0e3216e3ac Enable Kotlin incremental compilation with Maven
Closes gh-415
2017-04-26 17:22:17 +02:00
Sebastien Deleuze
1cd2c2ed65 Upgrade to Kotlin 1.1.2
Closes gh-416
2017-04-26 17:20:42 +02:00
Stephane Nicoll
4ba3157ea9 Upgrade to Spring Cloud Task 1.2.0.RELEASE 2017-04-25 22:44:18 +02:00
Stephane Nicoll
afd76851f4 Add support for Spring Cloud Vault
Closes gh-414
2017-04-25 10:26:05 +02:00
Stephane Nicoll
0b9458de99 Upgrade build to Maven Wrapper 0.2.1 2017-04-23 12:09:39 +02:00
Stephane Nicoll
7a676095a0 Polish 2017-04-23 12:08:24 +02:00
Stephane Nicoll
b086838df3 Define a property for each bom
See gh-396
2017-04-23 12:01:03 +02:00
Stephane Nicoll
fae8769748 Improve support for version token
This commit fixes the use of version token with Gradle. The standard
format with maven is "foo-bar.version" while Gradle uses
"fooBarVersion". The former format does not work with Gradle as it
attempts to interpret "-" as an operation.

A `VersionProperty` now defines a standard structure for the property
and allow to derive a camel cased version. That way, Maven still uses
the standard format while Gradle generates a consistent "fooBarVersion"
property.

Closes gh-396
2017-04-23 12:01:03 +02:00
Stephane Nicoll
aff85819a9 Upgrade to Maven Wrapper 0.2.1
Closes gh-413
2017-04-23 12:00:51 +02:00
Stephane Nicoll
249c17776f Upgrade to Spring Boot 1.4.6.RELEASE 2017-04-21 12:44:04 +02:00
Stephane Nicoll
3a6a8bc465 Add support for mybatis with Spring Boot 2.0+
Closes gh-412
2017-04-16 15:39:36 +02:00
Stephane Nicoll
6fa580dcb0 Restrict 3rd party starters to 1.5
Closes gh-411
2017-04-16 09:09:17 +02:00
Stephane Nicoll
51f39775fa Upgrade to Spring Cloud Task 1.2.0.RC1 2017-04-15 11:22:58 +02:00
Stephane Nicoll
1b04342868 Fix version range for Spring Cloud Cluster
Closes gh-406
2017-04-13 09:04:44 +02:00
Dave Syer
652c382a8b Put cap on range for cloud cluster starters
Fixes https://github.com/spring-cloud/spring-cloud-release/issues/73
2017-04-12 21:40:04 +01:00
Stephane Nicoll
e4417d3117 Merge pull request #408 from spencergibb:patch-3
* pr/408:
  Upgrade to Spring Cloud Dalston.RELEASE
2017-04-12 21:46:13 +02:00
Spencer Gibb
2944cd6ba2 Upgrade to Spring Cloud Dalston.RELEASE
Closes gh-408
2017-04-12 21:45:37 +02:00
Stephane Nicoll
f74d1a6266 Add support for Apache CXF (JAX-RS)
Closes gh-394
2017-04-11 11:03:46 +02:00
Stephane Nicoll
6ef993eed5 Merge pull request #402 from eddumelendez:mybatis_1.3.0
* pr/402:
  Fix mybatis version range
  Upgrade to mybatis 1.2.1 and 1.3.0
2017-04-10 09:42:42 +02:00
Stephane Nicoll
2c944282d9 Fix mybatis version range
Closes gh-402
2017-04-10 09:42:26 +02:00
Eddú Meléndez
bcf0566e06 Upgrade to mybatis 1.2.1 and 1.3.0
See gh-402
2017-04-10 09:38:07 +02:00
Stephane Nicoll
af98413b43 Upgrade wrapper to Maven 3.5.0
Closes gh-404
2017-04-09 10:06:25 +02:00
Stephane Nicoll
085cc49295 Upgrade build to Maven 3.5.0
See gh-404
2017-04-09 10:06:09 +02:00
Stephane Nicoll
f931f06f75 Merge pull request #398 from wilkinsona:boot-2.0-plugins
* pr/398:
  Apply the dependency management plugin in Boot 2.0 Gradle projects
2017-03-31 14:05:27 +02:00
Andy Wilkinson
c6f502cb9c Apply the dependency management plugin in Boot 2.0 Gradle projects
Closes gh-398
2017-03-31 14:04:08 +02:00
Stephane Nicoll
c8a6af0b2f Upgrade to Vaadin 8.0.5
Closes gh-399
2017-03-31 14:02:51 +02:00
Stephane Nicoll
9a83defc4c Improve caching configuration
Rather than creating a `CacheManager` ourselves, we now rely on JCache
to provide a `CacheManager` that we'll augment with the caches that
initializr needs.

If Initializr is embedded in another app and that app uses JCache, then
its cache manager will be transparently upgraded to define the caches
that initializr needs. If not, such caches will have to be created as
part of the custom config.

Also, caching only kicks in if required at the service level.

This commit also switches the cache implementation to EhCache 3.

See gh-389
2017-03-29 12:55:29 +02:00
Stephane Nicoll
8ac7369138 Upgrade to Gradle 3.4.1
Closes gh-386
2017-03-29 12:37:04 +02:00
Stephane Nicoll
0de3a75adf Remove useless snapshot repo for milestone release 2017-03-22 17:56:51 +00:00
Stephane Nicoll
8434291831 Upgrade to Spring Cloud Task 1.2.0.M2 2017-03-22 17:55:53 +00:00
Dave Syer
97aa92042e Update repos in Cloud bom 2017-03-21 20:22:39 +00:00
Dave Syer
5e697d0d37 Update Cloud versions to include Dalston.RC1 2017-03-21 18:38:28 +00:00
Stephane Nicoll
96117ecd34 Merge pull request #391 from habuma:flapdoodle
* pr/391:
  Polish contribution
  Add support for embedded MongoDB
2017-03-16 17:16:59 +01:00
Stephane Nicoll
4a245ba4af Polish contribution
Closes gh-391
2017-03-16 17:16:45 +01:00
Craig Walls
081e1d3c41 Add support for embedded MongoDB
See gh-391
2017-03-16 17:09:01 +01:00
Stephane Nicoll
7a42979b77 Merge pull request #390 from habuma:scs-1.4-and-boot-1.5
* pr/390:
  Polish contribution
  Expand support for Spring Cloud Services to include Spring Boot 1.5
2017-03-16 09:15:28 +01:00