Commit Graph

7 Commits

Author SHA1 Message Date
Michael Minella
2f12fd1da3 Fixed link to build 2015-12-30 13:43:24 -06:00
Michael Minella
61d3cc3641 Refactor of Task API
This change removes the Spring Cloud Task dependency upon a
CommandLineRunner from boot and moves the handling of the task lifecycle
closer to the "edge" of a Spring Boot application.

With this change, now a developer simply adds @EnableTask to their
configuration somewhere and the task lifecycle will be recorded.

Resolves spring-cloud/spring-cloud-task#39
2015-12-29 11:38:41 -05:00
Mark Pollack
1ea5020abc Add build badge 2015-12-09 14:04:21 -05:00
Sabby Anandan
96fab303ae Add waffle bages
Badge formatting changes to comply with AsciidoctorJ specs
2015-12-07 11:02:17 -05:00
Glenn Renfro
ce8854b89e SCT-4 Added SimpleTaskConfiguration
* Added unit tests
* Introduced @EnableTask
* Readme updated to include @EnableTask
* Removed warnings from build
* Cleanup
2015-11-30 15:32:40 -06:00
Glenn Renfro
bd5dab7bc9 Forgot to update the docs 2015-11-20 17:36:08 -05:00
Glenn Renfro
bd1243cae6 Initial commit of POC functionality
This commit provides the inital code from a POC of spring-cloud-task
functionality.  Further cleanup will be done and tracked via future
stories.
2015-11-20 14:42:22 -06:00