Dave Syer
8127695240
Add META-INF/spring.provides to starters
11 years ago
Dave Syer
63f8b63f7e
Upgrade Tomcat to 7.0.47
11 years ago
Dave Syer
371fa489ee
Add missing starters to parent pom
...
Fixes gh-122
11 years ago
Christian Dupuis
ec6a488a95
Upgrade to crash-1.3.0-beta11
11 years ago
Dave Syer
640b9d2680
Add RedisAutoConfiguration
11 years ago
Dave Syer
79495e7ad9
Add repository declaration to starter parent
...
Fixes gh-117.
11 years ago
Dave Syer
0b130f6f6a
Pin Spring version when using security
11 years ago
Dave Syer
a41a2db976
Add all starters to parent pom
11 years ago
Christian Dupuis
cc941bf89b
Have spring-boot-starter-shell-remote depend on spring-boot-starter-actuator
11 years ago
Dave Syer
76e229bfb6
Add starter dependency to jdbc for parity
11 years ago
Christian Dupuis
55b0e747b0
Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote
11 years ago
Phillip Webb
58300deee4
Add dependencies to spring-boot-starter-web
...
Add dependencies that are usually picked up transitively directly to
spring-boot-starter-web. Helps mavens dependency conflict resolution
algorithm to pick the correct version.
11 years ago
Phillip Webb
065220c0fa
Add spring-boot-starter-mobile
11 years ago
Christian Dupuis
c2204d6618
Fix jmx.groovy command
11 years ago
Christian Dupuis
6b599b8483
Add remote shell implementation based on crsh
...
This commit adds a new starter named spring-boot-starter-shell-crsh and auto configuration support to embed a system shell within Spring Boot applications.
The embedded shell allows clients to connect via ssh or telnet to the Boot app and execute commands. Commands can be implemented and embedded with app.
For sample usage see spring-boot-samples-actuator.
11 years ago
Dave Syer
c5cfe54c80
Add spring-boot tests to test starter
11 years ago
Dave Syer
988354bf85
Add missing starter to parent pom
11 years ago
Phillip Webb
a9c9c383f4
Polish pom.xml
...
Aplly consistent formatting, drop JDK 8 support and cleanup repo
locations to use spring.io.
11 years ago
Dave Syer
f43cf1db61
Stop log4j from moaning on startup
11 years ago
Dave Syer
efb66dcdb2
Correct typo (fixes gh-87)
11 years ago
Dave Syer
a48990f2d4
Add spring-boot-starter-test
...
[Fixes #56467326 ] [bs-314]
11 years ago
Dave Syer
6d6c261caa
Add amqp starter to build
11 years ago
Eberhard Wolff
1096ed6d1f
Added AMQP starter and sample
11 years ago
Dave Syer
8ecec7e511
Include Tomcat JDBC preferentially if using starter-poms
...
When user deploys app as a WAR in Tomcat, unless the tomcat-jdbc.jar
is in the app package, it will be found in the parent first and then
be unable to load the Driver class.
[Fixes #56720610 ] [bs-316] Tomcat non-embedded cannot load SQL driver class
11 years ago
Dave Syer
d06d202fd0
Add AopAutoConfiguration (also starter and sample)
...
A side effect is that spring-boot-starter-data-jpa needs
to include an aspectjweaver depdendency. Hope that doesn't
hurt anything else.
[Fixes #56780004 ]
11 years ago
Spring Buildmaster
938c267a1d
Next development version
11 years ago
Phillip Webb
a33425920b
Rework POMs to support automated CI release
11 years ago
Dave Syer
38e565e920
Back to SNAPSHOT for dev
11 years ago
Dave Syer
b634b3bde6
Update to 0.5.0.M2
11 years ago
Dave Syer
5fa0166dea
Upgrade to Reactor 1.0.0.M2
11 years ago
Phillip Webb
f7b69fd009
Add maven-compler-plugin to starter POM
...
Add maven-compler-plugin to starter POM in an attempt to fix drone.io
errors downstream.
11 years ago
Dave Syer
e294e67d12
Remove compiler warnings
11 years ago
Dave Syer
6e8cbbde3b
Use reflection hack for error page in Tocmat 8
11 years ago
Dave Syer
52144fbbb6
Remove commons-logging dependency for starter projects
11 years ago
Dave Syer
f502098065
Fix logging depdendencies in samples
11 years ago
Phillip Webb
80e254c4b6
Update spring-starter-parent src
11 years ago
Phillip Webb
4e11ae1671
Documentation
...
Various updates to README.md files.
11 years ago
Phillip Webb
be57881598
Exclude commons-logging from test dependencies
11 years ago
Phillip Webb
174427881a
Revert "Attempt to sort out logging dependencies"
...
This reverts commit e99d2199d8
.
The main spring-boot project should not have compile scope dependencies
to any org.slf4j artifacts.
11 years ago
Phillip Webb
05171f6a75
Inherit profile activation spring-snapshot-build
...
Inherit default profile activation for spring-snapshot-build in the
spring-boot-starter-parent from the spring-boot-parent.
Allow sample projects to work correctly in eclipse.
11 years ago
Dave Syer
fa8b0b55e5
Add websocket starter
11 years ago
Dave Syer
e99d2199d8
Attempt to sort out logging dependencies
11 years ago
Dave Syer
3922a7f526
Reinstate junit dependencies in starters
11 years ago
Phillip Webb
1db22aca5c
Rework POM structure
...
Rework main build POM to be an aggregator pom that does not inherit
from any parent. Introduce new spring-boot-dependencies module to
act as a parent for both spring-boot-starter-parent and
spring-boot-parent.
11 years ago
Dave Syer
859e6c2ea8
Add spring-test to parents for samples
11 years ago
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
11 years ago
Dave Syer
638a31f5e3
Fix poms for a milestone release
11 years ago
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
11 years ago
Phillip Webb
e1c6860a41
Documentation
11 years ago
Phillip Webb
4c067a89fe
Ops -> Actuator
11 years ago
Dave Syer
5995b7727a
Ops -> Actuator
11 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
11 years ago