Commit Graph

  • 694a1dd408 Bump version to 0.5.0.BUILD-SNAPSHOT Dave Syer 2013-05-08 10:07:22 +0100
  • c19c483ab8 Add deployment metadata Dave Syer 2013-05-08 10:06:14 +0100
  • 59287f1d89 Add bootstrap profile with repositories Dave Syer 2013-05-08 09:58:10 +0100
  • b897f35cad [bs-85] New name for production-ready features = "actuator" Dave Syer 2013-05-08 08:53:48 +0100
  • eb7bc64e75 [bs-86] New name for "applications" - "starters" Dave Syer 2013-05-08 08:36:33 +0100
  • 376ae63fc5 Fix scope of bootstrap core dependency Dave Syer 2013-05-08 07:05:39 +0100
  • 98d48a3cc1 Add @CopmonentScan to default imports in CLI Dave Syer 2013-05-07 17:01:42 +0100
  • bd35fd9306 [bs-98] Add MySQL data source to service sample Dave Syer 2013-05-07 16:59:54 +0100
  • b94aaa321d [bs-98] Add tomcat JDBC to parent pom Dave Syer 2013-05-07 16:54:54 +0100
  • 81d0f14080 [bs-52] ensure "mvn exec:java" works in trad web sample Dave Syer 2013-05-07 09:51:03 +0100
  • b462bc6e6c [bs-96] Switch off m2e errors about /eclipse path Dave Syer 2013-05-07 07:37:47 +0100
  • 380b1748c9 Changes to applications poms: Dave Syer 2013-05-03 17:09:37 +0100
  • 7e548b5bd4 [bs-93] Add /info endpoint with git properties etc. Dave Syer 2013-05-03 12:42:50 +0100
  • 7e6651c0a2 Beef up README a bit Dave Syer 2013-05-03 08:16:40 +0100
  • f5bfc37896 Use Resource[] for database initialization Dave Syer 2013-05-03 08:16:22 +0100
  • 47f60684e3 [bs-94] Add database initializer if schema.sql detected Dave Syer 2013-05-02 18:07:53 +0100
  • a6fd8cad76 Update README for application properties Dave Syer 2013-05-02 17:02:27 +0100
  • 61a94f212d [bs-89] Allow user to plugin validator for @ConfigurationProperties Dave Syer 2013-05-02 16:18:21 +0100
  • 504d96eb51 [bs-92] Add simple main wrapper for SpringApplication Dave Syer 2013-05-02 15:33:35 +0100
  • 0a730beb2a [bs-15] Integrate audit abstraction into Spring Security setup Dave Syer 2013-05-02 11:35:36 +0100
  • a310a79909 [bs-15] Add audit abstraction and sensible opinionated defaults Dave Syer 2013-05-02 09:22:59 +0100
  • cee78386ee [bs-87] Add /dump endpoint Dave Syer 2013-05-02 08:32:22 +0100
  • a968b140cc Add java docs to SpringApplication.main Dave Syer 2013-05-02 07:15:55 +0100
  • 68960cca4e Fix confusing sentence in README Dave Syer 2013-05-01 16:16:13 +0100
  • ce0e443b0a [bs-84] Add basic getting started guide to service project Dave Syer 2013-05-01 16:10:57 +0100
  • bd79ec2362 [bs-22] Move @ConfigurationProperties processing to main jar Dave Syer 2013-05-01 14:01:13 +0100
  • 89748028b4 [bs-35] Add validation for EndpointsProperties Dave Syer 2013-05-01 11:38:49 +0100
  • 30087cf6b9 [bs-55] Add strategy for setting system exit code Dave Syer 2013-05-01 11:17:27 +0100
  • 4d372bcc25 Remove runComponents from SpringApplication Dave Syer 2013-05-01 09:59:07 +0100
  • 5501adc862 [bs-35] Add @ConfigurationProperties EndpointsProperties and bind to application.yml Dave Syer 2013-05-01 09:14:01 +0100
  • ce2a2beab4 [bs-83] Rename "container" -> "server" Dave Syer 2013-05-01 08:36:33 +0100
  • ec0e9b17ad More ordering issues in service apps Dave Syer 2013-04-30 17:36:55 +0100
  • 0a58e560b3 Fix ordering snafu with container properties and shutdown Dave Syer 2013-04-30 17:05:30 +0100
  • 833b13bbbc [bs-80] Add configurable / switchable web request trace logging (headers etc) Dave Syer 2013-04-30 13:46:46 +0100
  • dd1fc3f992 Fix service integration tests Dave Syer 2013-04-30 15:23:43 +0100
  • 361f500ed5 [bs-28] Add /shutdown endpoint to service apps Dave Syer 2013-04-30 10:17:39 +0100
  • c4028656ef Move context initializers into subpackage Dave Syer 2013-04-29 17:28:04 +0100
  • e3d5bf2e21 [bs-29] Support for XML configuration in groovy apps Dave Syer 2013-04-29 16:12:29 +0100
  • bb62ca835e [bs-24] Support multi-file compile from command line Dave Syer 2013-04-29 15:18:45 +0100
  • a5f7b6ead3 Remove old groovy script code Dave Syer 2013-04-29 13:50:58 +0100
  • e8e059bc90 [bs-78] Add port=0 option to switch off main servlet container Dave Syer 2013-04-29 09:15:03 +0100
  • 628a8c79aa [bs-19] Medley of changes supporting integration apps Dave Syer 2013-04-29 08:35:01 +0100
  • 10c333ea10 [bs-73] Tweak algorithm for detecting anonymous classes Dave Syer 2013-04-26 12:02:49 +0100
  • ec351e5f7d Add test for custom context initializer Dave Syer 2013-04-26 11:05:14 +0100
  • 4ca26058fa [bs-73] Tweak configuration class detection algorithm some more Dave Syer 2013-04-26 10:39:06 +0100
  • d6a670e13e [bs-47] Add default command line args to SpringApplication Dave Syer 2013-04-26 09:47:10 +0100
  • 61fa55b524 [bs-62] Add assertions to CLI integration tests Dave Syer 2013-04-26 08:22:30 +0100
  • bcf86b320e [bs-72], [bs-75] Add Batch plugin features Dave Syer 2013-04-26 07:01:37 +0100
  • 83e0ea22c1 [bs-19] Add samples and CLI support for Spring Integration Dave Syer 2013-04-25 16:06:17 +0100
  • d82c50804f [bs-73] Tweak algorithm for detecting anonymous classes Dave Syer 2013-04-25 16:51:11 +0100
  • a2d328ae3a [bs-73] Anonymous classes cannot be used in @Bean definitions in .groovy scripts Dave Syer 2013-04-25 16:02:44 +0100
  • 737886e4da Fix help and extend clean command Dave Syer 2013-04-25 11:25:07 +0100
  • ca99e4d7b9 Remove unnecessary explicit FQCN Dave Syer 2013-04-25 10:17:47 +0100
  • c9a8cb9341 [bs-72] Add Batch compiler by default Dave Syer 2013-04-25 09:09:46 +0100
  • 214b3a28db [bs-71] "spring run app.groovy" stalls at end (non-daemon thread) Dave Syer 2013-04-25 09:06:54 +0100
  • a91b482849 Improve readability of SpringBootstrapCompilerAutoConfiguration Dave Syer 2013-04-25 08:42:22 +0100
  • 38f0cf1ed2 [bs-62] Add integration tests for CLI samples Dave Syer 2013-04-24 16:09:17 +0100
  • c91e83c7d2 [bs-59] Add zip packaging for cli module Dave Syer 2013-04-24 11:38:57 +0100
  • 8a4b50e289 [bs-14] Ensure all servlet context initializers are called Dave Syer 2013-04-24 10:14:22 +0100
  • fb6b224470 Fast forward existing prototype work Dave Syer 2013-04-24 10:02:07 +0100
  • 80b151e2b3 first commit Phillip Webb 2012-10-21 10:53:52 -0700