Commit Graph

  • c38f9bcdfa Add missing tests Christian Dupuis 2014-05-08 16:58:52 +02:00
  • dfd6f91aef Merge pull request #819 from cdupuis/health-indicator Christian Dupuis 2014-05-08 16:40:44 +02:00
  • 288e7a5d92 Rename missing test Christian Dupuis 2014-05-08 16:32:50 +02:00
  • 893654bdd1 Update documentation for new HealthIndicator support Christian Dupuis 2014-05-08 16:21:06 +02:00
  • 916a85c615 Rename SimpleHealthIndicator to SimpleDataSourceHealthIndicator Christian Dupuis 2014-05-08 16:20:50 +02:00
  • eeaa96725f Rename SimpleHealthIndicator to SimpleDataSourceHealthIndicator Christian Dupuis 2014-05-08 16:19:31 +02:00
  • 8aa819cb79 Merge pull request #812 from maciejwalkowiak/conditionalOnPropertiesPresent Phillip Webb 2014-05-08 15:16:24 +01:00
  • 56b8faf31b Add @ConditionalOnProperty annotation Maciej Walkowiak 2014-05-08 11:34:43 +02:00
  • c5ec735afb Add unit test for (Mongo|Redis)HealthIndicator Christian Dupuis 2014-05-08 15:56:29 +02:00
  • 506c0f50b9 Allow meta-data driven version overrides in Gradle Phillip Webb 2014-05-06 16:31:49 +01:00
  • 38fb8e6874 Fix broken documentation link Phillip Webb 2014-05-08 12:04:13 +01:00
  • 02674b32af Remove spring-data release train BOM Phillip Webb 2014-05-08 13:20:47 +01:00
  • 1c5ebc72c5 Revert "Fix dependency management failure" Phillip Webb 2014-05-08 12:35:30 +01:00
  • 14d3b46809 Add constants to SecurityProperties and ManagementServerProperties Dave Syer 2014-05-07 14:41:35 -07:00
  • f04f265515 Remove some compiler warnings Dave Syer 2014-05-07 14:05:10 -07:00
  • 8fbd8f3138 Remove spring-boot-starter-data-neo4j Andy Wilkinson 2014-05-08 13:22:49 +01:00
  • f02a21f3fb Use the official JMS spec artifact Andy Wilkinson 2014-05-08 12:13:04 +01:00
  • 127328a833 Rework HealthEndpoint and HealthIndicators Christian Dupuis 2014-05-08 12:37:37 +02:00
  • 4e9b2930df Update to GemFire 7.0.2 Andy Wilkinson 2014-05-08 11:16:10 +01:00
  • e7b2fc5f40 Upgrade to AspectJ 1.8.0 Andy Wilkinson 2014-05-07 16:01:59 +01:00
  • 894482df1a Initialize logback is it is present in CLI Dave Syer 2014-05-07 07:19:19 -07:00
  • 1ef3d3bda9 Fix dependency management failure Stephane Nicoll 2014-05-07 15:51:12 +02:00
  • 62ac51eead Upgrade to the Spring Data Dijkstra release train Andy Wilkinson 2014-05-07 13:44:28 +01:00
  • 638561d8f8 Remove dependency management for groovy-binary Andy Wilkinson 2014-05-07 12:01:01 +01:00
  • 75494d2f5e User hard-coded spring-boot.version Phillip Webb 2014-05-07 11:02:43 +01:00
  • 32d2fc25c7 Polish Phillip Webb 2014-05-06 17:06:57 +01:00
  • 1fc6bbda4f Upgrade to Spring AMQP 1.3.2 Andy Wilkinson 2014-05-07 10:38:01 +01:00
  • 5eb08dc32e Upgrade to ActiveMQ 5.9.1 Greg Turnquist 2014-04-23 07:53:08 -05:00
  • 9ba88cf6b4 Add JPA to flyway sample Dave Syer 2014-05-06 18:03:06 -07:00
  • 15501eaafb Exclude support in the maven plugin Stephane Nicoll 2014-05-06 14:54:09 +02:00
  • 28bd87cbae Update @EnableAutoConfiguration exclude example Phillip Webb 2014-05-06 14:05:39 +01:00
  • a0166076e0 Fix wrong import Stephane Nicoll 2014-05-06 14:56:24 +02:00
  • 126fedc14a Add support for disabling crash commands Christian Dupuis 2014-05-06 13:32:29 +02:00
  • e5b6d7c756 EmbeddedDatabaseConfiguration -> EmbeddedDataSourceConfiguration in docs Christian Dupuis 2014-05-06 12:45:38 +02:00
  • 941c5560eb Remove duplicate hibernate-validator dependency from pom Christian Dupuis 2014-05-06 12:38:53 +02:00
  • f4fc9bb1fb Upgrade to Groovy 2.3.0 Andy Wilkinson 2014-05-06 10:05:34 +01:00
  • 193381a626 Merge pull request #768 from snicoll/module-version-mgt Phillip Webb 2014-05-05 14:30:07 +01:00
  • bce3eaefd0 Fixup reference guide following dependencies move Phillip Webb 2014-05-05 14:27:15 +01:00
  • a13404c670 Fixup POM harmonization Phillip Webb 2014-05-05 12:44:30 +01:00
  • 33082fd56d Harmonized maven dependency management Stephane Nicoll 2014-04-30 17:42:23 +02:00
  • 789f506b5b Fix freemarker integration tests Stephane Nicoll 2014-05-05 14:50:48 +02:00
  • 2c45399bf8 Add note for maven plugin documentation Phillip Webb 2014-05-05 12:01:34 +01:00
  • dd7391d07e Add missing @Since tag Phillip Webb 2014-05-05 11:45:34 +01:00
  • 2b715b2c86 Merge pull request #780 from tjf/1.0.x Phillip Webb 2014-05-05 11:44:24 +01:00
  • 43bd42f0f5 Add multi-datasource health indicator support Tyler Frederick 2014-05-05 11:27:04 +01:00
  • 697afe3842 Add CompositeHealthIndicator Tyler Frederick 2014-05-05 11:24:11 +01:00
  • 5f02a67d8d Merge pull request #781 from gerjantd/docfix Phillip Webb 2014-05-05 10:47:42 +01:00
  • 904804d717 Minor documentation fixes Ger-Jan te Dorsthorst 2014-05-05 10:29:45 +02:00
  • a330cb9b8a Improve remote shell security documentation Stephane Nicoll 2014-05-05 11:12:27 +02:00
  • 0f738be114 Add specifying (fixed) date format via application properties Marcel Overdijk 2014-05-04 10:52:09 +02:00
  • 949871957b Fixed type sections to seconds (time-out) Marcel Overdijk 2014-05-03 13:15:41 +02:00
  • 34b7bb20fd Add maven implicit plugin group ID Phillip Webb 2014-05-02 23:03:31 +01:00
  • 7f41dbd677 Resore code formatting Phillip Webb 2014-05-02 22:53:25 +01:00
  • 125ab9f738 Add docs to default build Phillip Webb 2014-05-02 17:58:12 +01:00
  • 9942c52117 Remove exclude filtering from test-jars Phillip Webb 2014-05-02 17:31:07 +01:00
  • 62269e7a0b Memory settings for the full build Stephane Nicoll 2014-05-02 22:32:34 +02:00
  • bf4b347a96 Fix build failure Stephane Nicoll 2014-05-02 22:21:28 +02:00
  • 1b7d8d9ade Add SignalUtils to handle OS interrupts Dave Syer 2014-05-02 19:54:28 +01:00
  • 888703cf26 Add maven plugin documentation Stephane Nicoll 2014-05-02 17:51:23 +02:00
  • a3b422ffc8 Upgrade to Spring 4.0.4 Phillip Webb 2014-05-02 17:11:03 +01:00
  • 41395d08e3 Upgrade flyway to 3.0 Dave Syer 2014-05-02 15:32:57 +01:00
  • 7e3614e6e0 Fix samples that need jdbc and don't import it Dave Syer 2014-05-02 15:15:39 +01:00
  • 06e364a9ff Monkey with JarUrlConnection to make it work when LANG unset Dave Syer 2014-05-02 15:02:25 +01:00
  • ded6a707db Drop starters for flyway and liquibase Dave Syer 2014-05-02 13:09:29 +01:00
  • 5127614d59 Restore freeMarkerConfiguration for web Phillip Webb 2014-05-02 12:25:30 +01:00
  • 761b6e3229 Combine FreeMarkerAutoConfigurationTests Phillip Webb 2014-05-02 12:07:23 +01:00
  • b5451d54ee Polish Phillip Webb 2014-05-02 13:06:52 +01:00
  • 8b251e546a Monkey with process forking for Windoze Dave Syer 2014-05-02 12:07:26 +01:00
  • 329010d29e Normalize paths in JvmUtils Dave Syer 2014-05-02 11:37:05 +01:00
  • b04304b691 Add @since Dave Syer 2014-05-02 11:22:19 +01:00
  • 9fc9523ce3 CLI Integration Sample Shutdown Gary Russell 2014-05-01 09:06:03 -04:00
  • f95ee7abc0 Downgrade Liquibase to 3.0.8 Dave Syer 2014-05-02 10:51:16 +01:00
  • 799f9edb0b Harmonize enabled flags for flyway and liquibase Dave Syer 2014-05-01 22:21:35 +01:00
  • 2cd7b13096 Drop 'spring' from 'spring.[liquibase,flyway]' Dave Syer 2014-05-01 19:59:39 +01:00
  • 5548b24c4c Add autoconfig support for Flyway migrations Dave Syer 2014-05-01 19:37:25 +01:00
  • 68e33b25c1 Added liquibase autoconfiguration for database migrations Marcel Overdijk 2014-04-17 23:59:36 +02:00
  • ed64640ea4 Switch from @Bean to protected method Dave Syer 2014-05-01 10:28:35 +01:00
  • 524e95eeb2 Upgrade to Groovy 2.3.0-rc-4 Phillip Webb 2014-05-01 22:02:59 +01:00
  • 4248665fcd Remove freemarkerConfiguration bean Phillip Webb 2014-05-01 21:36:44 +01:00
  • 2fe256a8aa Polish Phillip Webb 2014-05-01 21:21:00 +01:00
  • b568cb1b79 Provide dependency management for all of Reactor Andy Wilkinson 2014-05-01 16:03:45 +01:00
  • 0540cecbd4 Fix test in FreeMarker support Dave Syer 2014-05-01 13:40:22 +01:00
  • b12631d75d Ensure Spring Integration 4.0 is used in CLI Dave Syer 2014-05-01 12:57:12 +01:00
  • cb1b3481be Add support for FreeMarker in non-webapp Dave Syer 2014-05-01 11:46:27 +01:00
  • 3a6d4efe28 Reverse order of active profiles before processing Dave Syer 2014-05-01 11:11:16 +01:00
  • fe97e66e2a Provide dependency management for all of Spring Security Andy Wilkinson 2014-05-01 10:41:52 +01:00
  • b7e583a39b Document message codes and custom banner Dave Syer 2014-05-01 10:27:15 +01:00
  • ce3aafa7a9 Upgrade to Spring Integration 4.0 Artem Bilan 2014-05-01 10:05:57 +01:00
  • 438cff252d Allow multiple agents to be attached Dave Syer 2014-05-01 09:41:18 +01:00
  • b884a73396 Share RunProcess with CLI Dave Syer 2014-05-01 09:19:42 +01:00
  • 240788862e Make RunMojo fork a new process Dave Syer 2014-05-01 08:24:24 +01:00
  • f53ee406c1 Merge branch '1.0.x' Phillip Webb 2014-04-30 22:06:24 +01:00
  • 471e6af2af Make loader Windows compatible Artem Bilan 2014-04-30 11:56:04 +03:00
  • f81c01d490 @WebApplication->@WebAppConfiguration Dave Syer 2014-04-29 15:26:37 +01:00
  • 6025f45aa0 Polish Phillip Webb 2014-04-30 21:53:24 +01:00
  • fb13bf9016 Move TemplateAvailabilityProvider Phillip Webb 2014-04-30 21:38:17 +01:00
  • decee8d871 Polish templates code Phillip Webb 2014-04-30 21:17:58 +01:00
  • 1d5cddc1e9 Polish gemfire sample Phillip Webb 2014-04-30 20:54:39 +01:00
  • 2c087d4787 Update Boot version in gradle samples Dave Syer 2014-04-30 17:51:13 +01:00
  • 12ede8689a Prevent duplicate files from getting onto sources Dave Syer 2014-04-30 17:33:23 +01:00