Commit Graph

578 Commits

Author SHA1 Message Date
Will Tran
4bcc5e9893 Upgrade to Spring Cloud Services 1.3.1.RELEASE
Closes gh-326
2016-12-08 16:55:24 +01:00
Stephane Nicoll
05cf5c78ce Add version range for Dalston
This commit introduces support for Spring Cloud Dalston when Spring Boot
1.5 or later is used.

Closes gh-324
2016-12-07 14:07:45 +01:00
dev
a3a05000b0 template should load with utf-8 and save with utf-8 2016-12-07 09:29:58 +00:00
Stephane Nicoll
e6ad78a510 Fix Spring Cloud Dataflow version ranges
This commit fixes compatibility of Spring Cloud Dataflow with Spring Boot
1.4 and later.

Closes gh-318
2016-12-05 13:50:53 +01:00
Stephane Nicoll
0bb93b2793 Merge pull request #323 from davsclaus:2181
* pr/323:
  Upgrade to Apache Camel 2.18.1
2016-12-05 13:29:42 +01:00
Claus Ibsen
c3820814fa Upgrade to Apache Camel 2.18.1
Closes gh-323
2016-12-05 13:29:16 +01:00
Stephane Nicoll
c0e2601fe9 Merge pull request #320 from shakuzen:patch-1
* pr/320:
  Remove deprecated Turbine AMQP dependency
2016-12-01 14:15:09 +01:00
Tommy Ludwig
52e261464c Remove deprecated Turbine AMQP dependency
Turbine AMQP was deprecated and is not available with any of the current
Spring Boot versions, so this removes it from the dependencies list.

Closes gh-320
2016-12-01 14:14:36 +01:00
Brian Clozel
4de86e1401 Configure a cache busting resource chain
This commit configures a resource chain with
`resources.chain.strategy.content.enabled`, enabling cache busting for
static resources based on the hash of their content.

A template helper (here a Groovy Closure) is added to the model given to
the view for appending hashes to static links such as:

    "/css/spring.css" -> "/css/spring-d35c4193cd32e7e44cda5737205c0c0e.css"

Fixes #321
2016-12-01 12:07:47 +01:00
Stephane Nicoll
9967ebc3ad Merge pull request #319 from shakuzen:patch-1
* pr/319:
  Upgrade to Spring Cloud Brixton.SR7 and Camden.SR3
2016-11-30 08:00:57 +01:00
Tommy Ludwig
cc6b5f784d Upgrade to Spring Cloud Brixton.SR7 and Camden.SR3
Closes gh-319
2016-11-30 07:59:55 +01:00
Stephane Nicoll
a4385b7466 Merge pull request #317 from bclozel:gh-293
* pr/317:
  Polish
  Show version requirements for disabled starters
2016-11-25 16:06:26 +01:00
Stephane Nicoll
7a20b7f71b Polish
Closes gh-317
2016-11-25 16:04:13 +01:00
Brian Clozel
8ee8d72e62 Show version requirements for disabled starters
This commit writes the version range information in human readable
format and adds it to the starter list when starters are disabled.

Closes gh-293
2016-11-25 15:58:54 +01:00
Stephane Nicoll
26dd9eb082 Upgrade to Vaadin Spring 1.1.1
This commit also upgrades Vaadin itself to the latest 7.7.5

Closes gh-316
2016-11-25 08:27:52 +01:00
Brian Clozel
009c9a1572 Show hint when more search results are available 2016-11-24 16:16:38 +01:00
Brian Clozel
c4bfbe755e Update to jquery 3.1.1 and mousetrap 1.6.0 2016-11-24 16:16:19 +01:00
Stephane Nicoll
3ad1041009 Upgrade to Kotlin 1.0.5-2
Closes gh-314
2016-11-22 08:13:12 +01:00
Stephane Nicoll
0a4f631b3a Harmonize metadata term 2016-11-22 01:43:36 +09:00
Stephane Nicoll
ad4ed895d9 Add entry for SQL Server's JDBC driver
Closes gh-313
2016-11-19 07:22:49 +09:00
Stephane Nicoll
227b2452d3 Merge pull request #305 from isopov:flyway
* pr/305:
  Add support for flyway and liquibase
2016-11-15 15:37:59 +01:00
Ivan Sopov
1880bf7177 Add support for flyway and liquibase
Closes gh-305
2016-11-15 15:37:38 +01:00
Stephane Nicoll
dee48fcc45 Merge pull request #312 from shakuzen:config-metadata
* pr/312:
  Polish contribution
  Add configuration metadata for MetricsProperties
2016-11-13 12:54:49 +01:00
Stephane Nicoll
12cca3d4c4 Polish contribution
Closes gh-312
2016-11-13 12:54:36 +01:00
Tommy Ludwig
51443f7fe5 Add configuration metadata for MetricsProperties
The configuration processor does not work on Groovy classes, so the
metadata for `MetricsProperties` was missing, which causes there to be no
auto-completion in the IDE when using these properties from the
initializr-actuator module. This commit adds the corresponding metadata
for `MetricsProperties`.

See gh-312
2016-11-13 12:48:58 +01:00
Stephane Nicoll
39f46543d8 Merge pull request #311 from habuma:scs_1.3.0
* pr/311:
  Upgrade to Spring Cloud Services 1.3.0.RELEASE
2016-11-11 10:39:24 +01:00
Craig Walls
1383c4f0f4 Upgrade to Spring Cloud Services 1.3.0.RELEASE
Closes gh-311
2016-11-11 10:39:06 +01:00
madorb
57dc8c0585 Correct readme link to application.yml 2016-11-10 17:31:30 +00:00
Stephane Nicoll
58b708778a Upgrade to Vaadin starter 1.1.0
Closes gh-308
2016-11-09 15:25:12 +01:00
Stephane Nicoll
9f20b9b2dc Upgrade to Spring Boot 1.4.2.RELEASE 2016-11-09 11:25:48 +01:00
Stephane Nicoll
8aa8b0a2d4 Polish 2016-11-09 11:23:04 +01:00
Stephane Nicoll
9106147230 Upgrade to Spring Cloud Camden.SR2 2016-11-08 23:55:31 +01:00
Stephane Nicoll
3cfcb2953d Fix Spring Cloud version range 2016-11-08 19:52:46 +01:00
Stephane Nicoll
eb5385615b Replace reactor extension
This commit removes the reactor extension as it is no longer necessary
given all the customizations have been added in Spring Boot now.

Instead, Java8 is now forced for any use of Spring Boot 2.0 and later.
Arguably, this should have been the case since the beginning.
2016-11-04 11:51:05 +01:00
Stephane Nicoll
2097638505 Switch devtools to runtime scope 2016-11-04 11:39:36 +01:00
Stephane Nicoll
0fd3f1b345 Add entry for configuration processor
Closes gh-301
2016-11-04 11:39:16 +01:00
Stephane Nicoll
079f46f51c Support for compileOnly scope
start.spring.io exposes an annotation processor (Lombok) that's quite
popular but is exposed as a compile/transitive dependency. This commit
introduces a `compileOnly` scope that maps to Gradle's `compileOnly`
scope and Maven's `optional` flag.

There is a case to support optional dependencies in general but
unfortunately, Gradle doesn't have support for such feature.

Closes gh-128
2016-11-04 11:38:15 +01:00
Stephane Nicoll
e3112811b7 Prevent retrieval of Sagan metadata on startup
This commit makes sure that sagan metadata are only requested on first
use and when the cache infrastructure is active.

Closes gh-278
2016-11-03 16:00:24 +01:00
Stephane Nicoll
99ae293f36 Upgrade Spring Cloud Dataflow to 1.0.1.RELEASE 2016-10-29 11:23:42 +02:00
Stephane Nicoll
0b21f63cc2 Upgrade reactive starter to reactor 3.0.3.RELEASE 2016-10-28 16:18:14 +02:00
Stephane Nicoll
2c8c1699fe Upgrade to Spring Cloud Camden.SR1 2016-10-24 12:56:07 +02:00
Stephane Nicoll
cc44d346fd Add .apt_generated to .gitignore
Closes gh-303
2016-10-19 13:00:49 +03:00
Stephane Nicoll
308480951a Fix version range for the reactive starter 2016-10-10 17:15:22 +02:00
Stephane Nicoll
c8ae85ae6a Merge pull request #299 from davsclaus:2180
* pr/299:
  Upgrade to Apache Camel 2.18.0
2016-10-10 13:37:03 +02:00
Claus Ibsen
38610d731c Upgrade to Apache Camel 2.18.0
Closes gh-299
2016-10-10 13:36:34 +02:00
Stephane Nicoll
057f0d24cc Fix spring cloud version ranges 2016-10-10 11:57:42 +02:00
Stephane Nicoll
fe55d5655c Add support for MyBatis
Closes gh-291
2016-10-10 09:44:19 +02:00
Stephane Nicoll
507723fd77 Merge pull request #298 from habuma:scs_1.2.0
* pr/298:
  Upgrade to Spring Cloud Services 1.2.0.RELEASE
2016-10-08 06:27:20 +02:00
Craig Walls
3a78dfeea0 Upgrade to Spring Cloud Services 1.2.0.RELEASE
Closes gh-298
2016-10-08 06:26:41 +02:00
Stephane Nicoll
91c9ad384b Use new gradle plugin ID as of Spring Boot 1.4.2
Closes gh-296
2016-10-07 15:59:02 +02:00