Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
Stephane Nicoll 4637fe21da Upgrade to vaadin-spring-boot-starter 1.0.2
Closes gh-297
2016-10-07 14:38:53 +02:00
Stephane Nicoll 562ba8a5c0 Polish 2016-10-07 14:34:59 +02:00
Stephane Nicoll 4b25518554 Fix formatting 2016-10-07 14:34:35 +02:00
Stephane Nicoll 90d3704faa Fix formatting 2016-09-27 09:22:47 +02: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
Stephane Nicoll 040830e6f1 Upgrade to Spring Boot 1.4.1.RELEASE 2016-09-24 08:42:39 +02:00
Stephane Nicoll 1fac207825 Fix version range 2016-09-21 14:18:48 +02:00
Stephane Nicoll 2be67fdba7 Polish .gitignore generation
See gh-131
2016-09-21 14:18:20 +02:00
Stephane Nicoll 7bd1253c5d Polish 2016-09-20 18:26:21 +02:00
Stephane Nicoll d61bf18fa2 Generate .gitignore
This commit improves the generator so that a `.gitignore` is added to
every project. The basic content of that file is determined by the build
system. If an agent is recognized, specific build tool settings are
added as well. This commit adds support for STS, IntelliJ IDEA and
NetBeans.

Closes gh-131
2016-09-20 18:12:17 +02:00
Stephane Nicoll 99fbe8a5ad Add support for NetBeans agent
Closes gh-290
2016-09-20 14:20:54 +02:00
Stephane Nicoll ddf3686612 Merge pull request #289 from bclozel:gh-286
* pr/289:
  Polish contribution
  Deselect incompatible deps when changing Boot version
  Upgrade to JQuery 3.1.0
2016-09-16 17:25:20 +02:00
Stephane Nicoll 2b505dd899 Polish contribution
Closes gh-289
2016-09-16 17:23:07 +02: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
Stephane Nicoll 0d167411a8 Remove Eclipse workaround
Closes gh-275
2016-08-30 16:15:38 +02:00
Stephane Nicoll 0d44dcb4ce Merge pull request #284 from jbarrez:master
* pr/284:
  Upgrade Activiti to 5.21.0
2016-08-30 15:57:04 +02:00
Stephane Nicoll a5fcdfe1b6 Merge pull request #283 from gytis:master-add-narayana
* pr/283:
  Add Narayana starter
2016-08-30 15:56:24 +02:00
Stephane Nicoll ec63da4a62 Enable devtools in initializr-service
Closes gh-277
2016-08-24 12:50:45 +02:00
Stephane Nicoll 679bfe885a Merge pull request #276 from royclarkson:scs-version
* pr/276:
  Upgrade to Spring Cloud Services 1.1.2.RELEASE
2016-08-24 08:32:37 +02:00
Stephane Nicoll 7ebee79a8f Upgrade to Spring Cloud Brixton.SR5 2016-08-24 08:32:05 +02:00
Stephane Nicoll 98c3f675b4 Polish 2016-08-21 10:16:46 +02:00
Stephane Nicoll 749ca9de7b Clarify build instructions
Closes gh-272
2016-08-20 11:55:19 +02:00
Stephane Nicoll 20140276dd Merge pull request #271 from davsclaus:2173
* pr/271:
  Upgrade to Apache Camel 2.17.3
2016-08-11 15:19:19 +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
Stephane Nicoll e371e8fcda Fix cloud veresion range 2016-07-29 14:41:17 +02:00
Stephane Nicoll f2474886a9 Polish readme 2016-07-29 14:40:34 +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
Stephane Nicoll d018782726 Always set a default boot version
Previously, if the sagan meta-data did not provide a default, the live
instance wouldn't have one either. This means that all requests that
do not provide an explicit boot version will fail as well.

This commit sets the first version as the default if no default exists.

Closes gh-267
2016-07-29 12:30:50 +02:00
Stephane Nicoll 5700fef4c7 Upgrade to Spring Cloud Contract 1.0.0.M1 2016-07-25 15:21:56 +02:00
Stephane Nicoll 675b720f18 Merge pull request #261 from marcingrzejszczak:patch-1
* pr/261:
  Polish contribution
  Add support for Spring Cloud Contract
2016-07-25 14:46:03 +02:00
Stephane Nicoll 014bbee2de Polish contribution
Closes gh-261
2016-07-22 17:06:52 +02:00
Stephane Nicoll b2f88a35eb Merge pull request #263 from royclarkson:scs-1.1.1
* pr/263:
  Upgrade to Spring Cloud Services 1.1.1.RELEASE
2016-07-22 11:40:06 +02:00
Stephane Nicoll 56210d9bf2 Add project request post processing
This commit introduces `ProjectRequestPostProcessor` as a mean to modify
an incoming `ProjectRequest` before and after its resolution against the
meta-data.

By default, all beans of that type are invoked automatically and they
are ordered against their `@Order` or `Ordered` settings.

Closes gh-260
2016-07-20 15:09:35 +02:00
Stephane Nicoll fb7b8eb5cb Associate property to bom version
This commit allows to specify a property for the version of a BOM. If
that value is defined, a version property is automatically added to the
build to allow to easily configure the value.

Closes gh-181
2016-07-20 13:54:31 +02:00
Stephane Nicoll d9c65a5a07 Add support for configurable properties
This commit introduces a `buildProperties` property on the request that
can be used to specify Gradle/Maven build-specific properties as well as
an arbitrary number of version overrides.

Instead of hard-coding some properties in the templates, these defaults
are now inherited from the request itself.

Closes gh-259
2016-07-20 13:42:57 +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 ae172f4a57 Fix spring-boot-maven-plugin version 2016-07-17 10:07:44 +02:00
Stephane Nicoll 52b45faaa5 Upgrade to Kotlin 1.0.3
Closes gh-257
2016-07-17 09:16:33 +02:00
Stephane Nicoll eb45428220 Add circleci integration 2016-07-17 09:01:35 +02:00
Stephane Nicoll 0676cab2f3 Merge pull request #254 from mminella:SCT-2
* pr/254:
  Polish "Add Spring Cloud Task" contribution
  Add Spring Cloud Task
2016-07-13 10:37:29 +02:00
Stephane Nicoll 9a516f75c4 Polish "Add Spring Cloud Task" contribution
Closes gh-254
2016-07-13 10:36:52 +02:00
Stephane Nicoll 42c62a7fd3 Make report encoding explicit
Closes gh-255
2016-07-13 09:12:38 +02:00
Stephane Nicoll c3dfbc828e Polish custom maven parent pom support 2016-07-12 16:07:46 +02:00
Stephane Nicoll 6089f49c1a Add build-specific tests 2016-07-12 14:42:41 +02: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 a415cdc671 Merge pull request #223 from DealerDotCom:custom-parent-pom
* pr/223:
  Polish contribution
  Customize the parent pom to use
2016-07-08 17:09:48 +02:00
Stephane Nicoll f45228376f Polish contribution
Closes gh-223
2016-07-08 17:09:21 +02:00
Stephane Nicoll bd323680ea Fix test assertion
Make sure to normalize the content that's read from disk to ensure
to adapt any platform-specific characters.

Closes gh-247
2016-07-08 14:45:57 +02:00
Stephane Nicoll 0ac320e5ae Enable strict validation of dependencies
Previously, if one invokes the service asking for dependency `foo` and
`foo` does not exist we created a starter for it, that is
`spring-boot-starter-foo`. This mechanism was put in place because we
don't know all starters and to offer a nice fallback for users who know
what they're doing.

That statement proved to be wrong since users actually discover new
starters via the service and don't seem to attempt to create such starter
that are located in the `org.springframework.boot` groupId anyway. Most
if not all of those are pilot errors.

This commit enables strict validation of dependencies and generate an
appropriate exception if it isn't defined in the meta-data.

Closes gh-234
2016-07-08 14:37:41 +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
Stephane Nicoll a3e902b8f0 Prevent ArrayIndexOutOfBoundsException
This commit switches SingleSelectCapability content to
CopyOnWriteArrayList to prevent ArrayIndexOutOfBoundsException in case
of concurrent updates of boot versions.

Note that there is way to mitigate that in 1.4 with the use of the `sync`
attribute, see gh-251

Closes gh-229
2016-07-08 11:45:14 +02:00
Stephane Nicoll 4145fdc81d Merge pull request #250 from davsclaus:2172
* pr/250:
  Upgrade to Apache Camel 2.17.2
2016-07-08 11:23:11 +02:00
Stephane Nicoll 4192e601fe Fix typo
See gh-243
2016-07-06 11:02:20 +02:00
Stephane Nicoll f1322750b8 Fix SpringBootServletInitializr import
As of Spring Boot 1.4.0.M3, `SpringBootServletInitializer` has been
relocated to the `org.springframework.boot.web.support` package. This
commit makes sure to use the new location if a project is generated for
Spring Boot `1.4.0.M3` or higher.

Closes gh-243
2016-07-06 10:44:08 +02:00
Stephane Nicoll c1af184882 Merge pull request #226 from DealerDotCom:feature/artifact-type
* pr/226:
  Polish contribution
  Add dependency type attribute
2016-07-06 10:10:59 +02:00
Stephane Nicoll 1ac5e1c14b Polish contribution
Closes gh-226
2016-07-06 10:10:27 +02:00
Stephane Nicoll d8a0651ad4 Remove charset parameter check on textual resources
Closes gh-236
2016-07-06 09:08:55 +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
Stephane Nicoll 6d8e57aaf0 Upgrade to dependency-management-plugin 0.6.0.RELEASE
Closes gh-242
2016-07-01 09:49:24 +02:00
Stephane Nicoll 25b2614eea Fix typo 2016-06-30 13:30:00 +02:00
Stephane Nicoll ed11ed09b1 Merge pull request #240 from spencergibb:maven-wrapper-version
* pr/240:
  Upgrade maven-wrapper to use Maven 3.3.9
2016-06-25 11:48:29 +02:00
Stephane Nicoll b312ebf162 Merge pull request #241 from royclarkson:scs-release
* pr/241:
  Upgrade to Spring Cloud Services 1.1.0.RELEASE
2016-06-25 11:46:55 +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
Stephane Nicoll 6aab8447a5 Merge pull request #238 from spencergibb:master
* pr/238:
  Upgrade Spring Cloud to Brixton.SR1
2016-06-14 23:13:38 +02:00
Stephane Nicoll 613751e28a Merge pull request #176 from royclarkson:scs-starters
* pr/176:
  Polish contribution
  Add support for Spring Cloud Services starters
2016-06-09 14:42:11 +02:00
Stephane Nicoll 3ef2390fd1 Polish contribution
Closes gh-176
2016-06-09 14:41:41 +02: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 5f44f54e3a Upgrade to Gradle 2.13
Closes gh-233
2016-05-19 23:42:49 +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
Stephane Nicoll 87c5a5d116 Upgrade to Spring Boot 1.3.5.RELEASE 2016-05-10 08:57:33 +02:00