Stephane Nicoll
2ec6c22521
Fix version range
2017-01-13 13:40:32 -05:00
Stephane Nicoll
d36ff253d6
Use Spring Cloud Task BOM
...
Closes gh-342
2017-01-13 12:51:59 -05:00
Stephane Nicoll
4afce8c4b2
Upgrade to Spring Cloud Camden SR4
2017-01-12 15:49:39 -05:00
Stephane Nicoll
a9e7096f3b
Polish metadata (First 1.5 release is RC1)
2017-01-07 08:55:51 +01:00
Stephane Nicoll
34edae7a4f
Deprecate crash support
2017-01-07 08:54:55 +01:00
Stephane Nicoll
a2f984d3c7
Polish
...
Closes gh-338
2017-01-07 08:50:45 +01:00
Eddú Meléndez
f24b39498c
Add entry for LDAP
...
See gh-338
2017-01-07 08:50:29 +01:00
Stephane Nicoll
3a1a57b453
Polish contribution
...
As of `1.2.0` MyBatis is using the new `ObjectProvider` facility in
Spring Framework 4.3. This one was made available as of `1.4.0.M2`
Closes gh-335
2017-01-02 16:47:03 +01:00
Kazuki Shimizu
4e178f3360
Add version mapping for mybatis-spring-boot-starter 1.2.0
...
See gh-335
2017-01-02 16:45:15 +01:00
Stephane Nicoll
63b86b9546
Fix version range following Spring Boot 1.4.3.RELEASE
...
Closes gh-336
2017-01-02 16:20:17 +01:00
Sebastien Deleuze
e6cf9cf658
Upgrade to Kotlin 1.0.6 with kotlin-spring plugin
...
The kotlin-spring plugin automatically opens classes annotated or
meta-annotated with annotations like @Component or @Transactional.
Closes gh-333
2016-12-28 13:41:01 +01:00
Stephane Nicoll
51afc6585c
Fix version range
...
Closes gh-329
2016-12-16 13:35:41 +01:00
Stephane Nicoll
20e7b963af
Polish contribution
...
Closes gh-327
2016-12-09 19:08:58 +01:00
Will Tran
7d0d58cee1
Support multiple versions of Spring Cloud Services
...
Map Spring Boot 1.3.x to SCS 1.2.1, and Spring Boot 1.4.x to SCS 1.3.1
See gh-327
2016-12-09 19:08:31 +01:00
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
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
Claus Ibsen
c3820814fa
Upgrade to Apache Camel 2.18.1
...
Closes gh-323
2016-12-05 13:29:16 +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
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
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
Stephane Nicoll
3ad1041009
Upgrade to Kotlin 1.0.5-2
...
Closes gh-314
2016-11-22 08:13:12 +01:00
Stephane Nicoll
ad4ed895d9
Add entry for SQL Server's JDBC driver
...
Closes gh-313
2016-11-19 07:22:49 +09:00
Ivan Sopov
1880bf7177
Add support for flyway and liquibase
...
Closes gh-305
2016-11-15 15:37:38 +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
Stephane Nicoll
58b708778a
Upgrade to Vaadin starter 1.1.0
...
Closes gh-308
2016-11-09 15:25:12 +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
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
308480951a
Fix version range for the reactive starter
2016-10-10 17:15:22 +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
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
4637fe21da
Upgrade to vaadin-spring-boot-starter 1.0.2
...
Closes gh-297
2016-10-07 14:38:53 +02:00
Dave Syer
7bbd1a1e5d
Revert last change (artifactId looks wrong but isn't)
2016-10-06 11:06:59 +02:00
Dave Syer
18b0cf4765
Fix artifactId for spring-cloud-task-core
2016-10-06 10:59:24 +02:00
Dave Syer
6c4b26bacd
Switch to main Camden BOM for Spring Cloud Contract
...
Fixes gh-294
2016-10-01 11:58:00 +01:00
Stephane Nicoll
e0b72a9985
Upgrade to Vaadin 7.7.3
...
This commit also upgrades the vaadin starter to 1.0.1
Closes gh-292
2016-09-26 14:16:04 +02:00
Stephane Nicoll
5efc7a75c7
Fix reactor version
2016-09-26 12:48:57 +02:00
Stephane Nicoll
2eeed655f9
Fix reactive starter to use Spring Boot 2.0.0 snap
2016-09-26 12:46:32 +02:00
Dave Syer
8e7f3e70aa
Actually 1.4.0 doesn't work with Camden.RELEASE
2016-09-26 11:18:05 +01:00
Dave Syer
7ee7e5d28f
Add Brixton snapshots back
2016-09-26 11:12:16 +01:00
Dave Syer
872f110df4
Update for Spring Cloud Camden.RELEASE
...
Latest snapshots of Boot go to Camden snapshots, and 1.4.x to
Camden.RELEASE, leaving Brixton on 1.3.x.
2016-09-26 10:39:06 +01:00
Dave Syer
c6c5a446d2
Update to Brixton.SR6
2016-09-21 15:28:17 +01:00
Stephane Nicoll
1fac207825
Fix version range
2016-09-21 14:18:48 +02:00
Dave Syer
bda97c6f67
Bump Spring Cloud to Camden for Boot latest snapshots
2016-09-14 15:54:24 +01:00
Stephane Nicoll
61cc7eb41d
Cache templates
...
This commit improves massively class loading performance by caching all
templates used by the generator. GroovyTemplate is now a bean rather than
a private utility.
Templates are cached by default and the cache is disabled automatically
if Devtools is in use (via a check of spring.groovy.template.cache).
Closes gh-288
2016-09-13 14:34:10 +02:00
Stephane Nicoll
dd0442b5de
Improve description
2016-09-02 09:24:22 +02:00
Stephane Nicoll
672cf31c27
Reorganize experimental group
2016-09-02 09:06:45 +02:00
Stephane Nicoll
2845b0d3f0
Fix typo
2016-09-02 09:05:11 +02:00
Joram Barrez
3055db31b5
Upgrade Activiti to 5.21.0
...
Closes gh-284
2016-08-30 15:56:31 +02:00
Gytis Trikleris
9570b69c19
Add Narayana starter
...
Closes gh-283
2016-08-30 15:54:17 +02:00
Stephane Nicoll
ec63da4a62
Enable devtools in initializr-service
...
Closes gh-277
2016-08-24 12:50:45 +02:00
Roy Clarkson
45ebb43786
Upgrade to Spring Cloud Services 1.1.2.RELEASE
...
Closes gh-276
2016-08-24 08:32:12 +02:00
Stephane Nicoll
7ebee79a8f
Upgrade to Spring Cloud Brixton.SR5
2016-08-24 08:32:05 +02:00
Claus Ibsen
025c3e7580
Upgrade to Apache Camel 2.17.3
...
Closes gh-271
2016-08-11 15:18:58 +02:00
Stephane Nicoll
050969fa8a
Use milestone of reactive starter
...
This commit makes sure that if a fixed release of Spring Boot is used,
the milestone version of the reactive starter is used as well.
2016-08-10 13:56:43 +02:00
Stephane Nicoll
6d5d82c398
Fix repo definition
2016-08-03 16:27:12 -07:00
Dave Syer
89cd000815
Use Brixton.SR4 with Boot 1.4.0.RELEASE
2016-08-01 18:38:54 -07:00
Stephane Nicoll
e371e8fcda
Fix cloud veresion range
2016-07-29 14:41:17 +02:00
Stephane Nicoll
ae2b596735
Support for experimental reactiver starter
...
This commit adds support for the experimental reactive starter. When
that starter is selected, the version of Spring Framework and Reactor are
automatically overridden and the java version is forced to 1.8
This starter includes an additional BOM that provides dependency
management for reactive-related dependencies (typically netty).
2016-07-29 14:34:07 +02:00
Stephane Nicoll
af2ae44b8d
Upgrade to Spring Boot 1.4.0.RELEASE
...
This commit upgrades to Spring Boot 1.4.0.RELEASE and bumps to Java8. It
also migrate the cache library from Guava to Caffeeine.
The git and build information are now exposed via the `info` endpoint.
Closes gh-251
2016-07-29 12:52:53 +02:00
Dave Syer
edd590ef13
Update Cloud to Brixton.SR4
2016-07-26 15:25:41 +01:00
Stephane Nicoll
5700fef4c7
Upgrade to Spring Cloud Contract 1.0.0.M1
2016-07-25 15:21:56 +02:00
Stephane Nicoll
014bbee2de
Polish contribution
...
Closes gh-261
2016-07-22 17:06:52 +02:00
Marcin Grzejszczak
6fe6c3b2f3
Add support for Spring Cloud Contract
...
See gh-261
2016-07-22 16:57:02 +02:00
Roy Clarkson
2fa9d3f214
Upgrade to Spring Cloud Services 1.1.1.RELEASE
...
Closes gh-263
2016-07-22 11:39:47 +02:00
Stephane Nicoll
2632d69036
Fix initializr-service finalName
...
This commit makes sure that the generated initializr-service app does
not contain a version number. That way, it is easier to reuse the same
command to push the app, regardless of the current version.
2016-07-17 10:08:54 +02:00
Stephane Nicoll
52b45faaa5
Upgrade to Kotlin 1.0.3
...
Closes gh-257
2016-07-17 09:16:33 +02:00
Stephane Nicoll
9a516f75c4
Polish "Add Spring Cloud Task" contribution
...
Closes gh-254
2016-07-13 10:36:52 +02:00
Michael Minella
e2046b98e9
Add Spring Cloud Task
...
See gh-254
2016-07-13 10:15:32 +02:00
Dave Syer
9a9d114aa0
Update Cloud to Brixton.SR3
2016-07-12 13:55:46 +01:00
Stephane Nicoll
6099a1c6bc
Externalize dependency management plugin version
...
Closes gh-253
2016-07-12 14:29:58 +02:00
Stephane Nicoll
1fd8e2c047
Migrate application to Maven
...
This commit migrates the `initializr-service` to a regular Maven project.
Closes gh-252
2016-07-12 09:18:58 +02:00
Stephane Nicoll
98a1049cec
Polish ActiveMQ version range
2016-07-10 11:37:11 +02:00
Stephane Nicoll
a3d072f20a
Add aliases to the list of keywords
...
This commit makes sure that a dependency can be found in the UI via its
aliases, if any.
Closes gh-231
2016-07-08 12:01:46 +02:00
Claus Ibsen
f8180b8814
Upgrade to Apache Camel 2.17.2
...
Closes gh-250
2016-07-08 11:22:49 +02:00
Stephane Nicoll
0caa01fd15
Fix Spring Cloud version range
2016-07-05 08:23:28 +02:00
Stephane Nicoll
3f82ab06c6
Upgrade to Spring Boot 1.3.6.RELEASE
2016-07-04 16:56:04 +02:00
Stephane Nicoll
0b9a8ebb48
Upgrade to Spring Cloud Brixton.SR2
2016-07-02 13:56:56 +02:00
Roy Clarkson
534a86ac0c
Upgrade to Spring Cloud Services 1.1.0.RELEASE
...
Closes gh-241
2016-06-25 11:45:32 +02:00
Stephane Nicoll
fb9260b141
Upgrade Spring Cloud Services to 1.1.0.RC1
...
Closes gh-239
2016-06-17 08:02:22 +02:00
Dave Syer
3b509cb10b
Update zipkin-ui dependency
2016-06-15 14:57:48 +01:00
Spencer Gibb
f4c5a35bf9
Upgrade Spring Cloud to Brixton.SR1
...
Closes gh-238
2016-06-14 23:13:05 +02:00
Stephane Nicoll
3ef2390fd1
Polish contribution
...
Closes gh-176
2016-06-09 14:41:41 +02:00
Roy Clarkson
2eb2355843
Add support for Spring Cloud Services starters
2016-06-07 12:34:02 -05:00
Stephane Nicoll
6c7fc074ed
Add ActiveMQ starter reference
...
This commit also deprecates the HornetQ starter.
2016-05-26 14:54:28 +02:00
Stephane Nicoll
9a78ceeb1d
Fix version range for neo4j
2016-05-25 09:20:00 +02:00
Stephane Nicoll
a168ec0aae
Upgrade to Kotlin 1.0.2
...
Closes gh-232
2016-05-13 12:19:19 +02:00
Stephane Nicoll
73bc582ac8
Fix typo
2016-05-13 09:35:01 +02:00
Stephane Nicoll
8c5d1b3265
Update entry for deprecated ws starter
2016-05-12 15:58:31 +02:00