Dave Syer
6bfa6465aa
Remove snapshot repos for Brixton release BOM
2016-05-11 18:42:47 +01:00
Dave Syer
50a3b788d6
Update Cloud bits to to Brixton.RELEASE
...
Fixes gh-230
2016-05-11 18:31:18 +01:00
Stephane Nicoll
87c5a5d116
Upgrade to Spring Boot 1.3.5.RELEASE
2016-05-10 08:57:33 +02:00
Stephane Nicoll
d01c884271
Merge pull request #228 from davsclaus/2171
...
* pr/228:
Upgrade to Apache Camel 2.17.1
2016-05-09 09:07:25 +02:00
Claus Ibsen
dad4798590
Upgrade to Apache Camel 2.17.1
...
Closes gh-228
2016-05-09 09:05:32 +02:00
Stephane Nicoll
145125ed91
Upgrade to Spring Boot 1.3.4.RELEASE
2016-05-08 16:26:33 +02:00
Stephane Nicoll
0594dbfd1a
Update cloud version range
2016-05-07 14:44:11 +02:00
Stephane Nicoll
6e9f5e6879
Merge pull request #225 from mbogoevici/delete-stream-redis
...
* pr/225:
Remove Stream Redis
2016-05-02 14:59:39 +02:00
Marius Bogoevici
41b1d399c3
Remove Stream Redis
...
Closes gh-225
2016-05-02 14:59:24 +02:00
Stephane Nicoll
559f7f9b23
Merge pull request #222 from vpavic/gradle-wrapper-task
...
* pr/222:
Remove explicit Gradle wrapper task
2016-05-01 08:29:16 +02:00
Vedran Pavic
1dd264dd66
Remove explicit Gradle wrapper task
...
Closes gh-222
2016-05-01 08:28:53 +02:00
Stephane Nicoll
88eb65b503
Merge pull request #221 from miccheng/bump-kotlin-plugin-version
...
* pr/221:
Upgrade Kotlin version to 1.0.1-2
2016-04-28 08:32:20 +02:00
Michael Cheng
ea01cd1f5f
Upgrade Kotlin version to 1.0.1-2
...
Closes gh-221
2016-04-28 08:30:13 +02:00
Stephane Nicoll
2d9ac9bd5a
Improve dependency mapping to include coordinates
...
This commit improves the dependency mapping infrastructure to include the
groupId and artifactId attributes alongside the existing version. For
consistency, the attribute has been renamed from `versions` to
`mappings`.
This allows to better support the `redis` use case: the starter was
renamed from `spring-boot-starter-redis` to
`spring-boot-starter-data-redis` and previously we had two entries
excluding each other using version ranges.
Closes gh-219
2016-04-24 05:20:59 +02:00
Dave Syer
b0f1abed41
Update Cloud to Brixton.RC2
2016-04-20 14:54:39 +01:00
Stephane Nicoll
64444a63cb
Redirect to milestones page
2016-04-14 16:10:59 +02:00
Stephane Nicoll
abf16f8b1a
Fix typo
2016-04-14 16:09:18 +02:00
Stephane Nicoll
a993d62cba
Generate source artifacts
2016-04-14 16:01:19 +02:00
Stephane Nicoll
345d457a30
Polish
2016-04-14 15:01:14 +02:00
Stephane Nicoll
658475ad4f
Add support for new test infrastructure
...
Spring Boot `1.4.0.M2` brings a new test infrastructure with nice
defaults and deprecates `SpringBootConfiguration` in the process.
This commits automatically upgrades generated project to this new
infrastructure if Spring Boot `1.4.0.M2` or later is available.
Closes gh-215
2016-04-08 18:24:50 +02:00
Stephane Nicoll
046e39f232
Improve test coverage
...
This commit improves the test coverage to add strict template assertion
for well known use cases. This allows to catch obvious template issues.
2016-04-08 16:57:44 +02:00
Stephane Nicoll
544f7482d3
Fix war kotlin project
...
This commit fixes the generation of a web-based project using Kotlin by
propertly detecting the `ServletInitializer` template.
Closes gh-217
2016-04-08 16:33:46 +02:00
Stephane Nicoll
faba863db3
Fix template glitch
...
The project structure change has introduced some glitch that broke most
of the template.
2016-04-08 14:28:14 +02:00
Stephane Nicoll
162e4308ac
Update README
2016-04-08 12:01:44 +02:00
Stephane Nicoll
542ee7d91b
Modularize project structure
...
This commit splits the feature of Spring Initializr in several modules:
* `initializr-generator` is a standalone library that is responsible for
generating projects based on a `File` directory. It has a minimal set of
dependencies and is not web-related
* `initializr-web` provides the web integration (project generation,
meta-data, etc)
* `initializr-actuator` is an optional module that can be added to
support project-generation-specific statistics
Closes gh-214
2016-04-08 12:01:38 +02:00
Stephane Nicoll
35cfc8f139
Fix version range for Zipkin UI
...
Closes gh-216
2016-04-06 16:05:13 +02:00
Stephane Nicoll
9aee15ce6a
Upgrade to Gradle 2.12
2016-04-05 17:00:59 +02:00
Brian Clozel
96d5c4184e
Support dashes in dependencies search box
...
This commit replaces the query tokenizer with a "nonword" tokenizer, in
order to mirror the one used for the indexation process.
This allows users to enter dashes in their search queries such as
"data-" and still get meaningful results.
Fixes #209
2016-04-04 10:41:50 +02:00
Stephane Nicoll
d03a332ffa
Remove reference to camel-parent
...
`camel-parent` is not a proper Bill Of Materials as it brings the whole
camel dependency management with it.
2016-04-02 08:12:55 +02:00
Stephane Nicoll
b5dbbe5775
Merge pull request #212 from joshlong/dataflow-shell
...
* pr/212:
Add support for data flow shell
2016-04-02 07:59:45 +02:00
Josh Long
879fa0e31f
Add support for data flow shell
...
Closes gh-212
2016-04-02 07:59:22 +02:00
Stephane Nicoll
cdcf862419
Merge pull request #208 from davsclaus/camel
...
* pr/208:
Polish contribution
Add support for Apache Camel
2016-04-01 16:09:10 +02:00
Stephane Nicoll
d516687502
Polish contribution
...
Closes gh-208
2016-04-01 16:08:47 +02:00
Claus Ibsen
7c78e054e8
Add support for Apache Camel
...
Closes gh-207
2016-04-01 16:02:15 +02:00
Josh Long
ccdad4d394
Add zipkin-ui and zipkin-server
...
Fixes gh-213
2016-04-01 14:30:07 +01:00
Stephane Nicoll
f2b79052ea
Add support for Neo4j
2016-03-25 13:17:58 +01:00
Spencer Gibb
35a24236d7
Update for Brixton.RC1
...
RC1 removed `spring-cloud-starter-bus-redis` because s-c-stream
is not supporting redis in production.
Fixes gh-205
2016-03-24 14:32:46 +00:00
Stephane Nicoll
2ec6b5ce16
Merge pull request #204 from gitter-badger/gitter-badge
...
* pr/204:
Polish contribution
Add Gitter badge
2016-03-21 10:28:06 +01:00
Stephane Nicoll
0cb8f06d0d
Polish contribution
...
Closes gh-204
2016-03-21 10:27:58 +01:00
The Gitter Badger
01c2122168
Add Gitter badge
2016-03-21 09:23:10 +00:00
Stephane Nicoll
0143de982f
Polish
2016-03-09 09:51:52 +01:00
Stephane Nicoll
d5cf8042ec
Merge pull request #200 from venilnoronha/master
...
* pr/200:
Add spring-cloud-cluster-etcd
2016-03-09 09:48:46 +01:00
Venil Noronha
10cd880db7
Add spring-cloud-cluster-etcd
...
Closes gh-200
2016-03-09 09:46:43 +01:00
Stephane Nicoll
7598628165
Deprecate Velocity support
2016-03-08 09:03:57 +01:00
Stephane Nicoll
d272ac9e85
Fix section header
...
Closes gh-199
2016-03-08 09:01:26 +01:00
Stephane Nicoll
54b7f1d72a
Upgrade to Vaadin 7.6.3
2016-02-29 11:00:31 +01:00
Stephane Nicoll
fab8edac44
Upgrade to Spring Boot 1.3.3.RELEASE
2016-02-28 18:11:41 +01:00
Andy Wilkinson
8458560449
Upgrade dependency-management-plugin to 0.5.6.RELEASE
2016-02-24 14:22:19 +00:00
Stephane Nicoll
d9dba0fdd8
Upgrade to Spring Cloud Brixton.M5
...
Closes gh-198
2016-02-23 14:32:13 +01:00
Stephane Nicoll
73d1c24b3a
Add entry for Couchbase
2016-02-16 14:13:33 +01:00