Commit Graph

  • 0cdb1d3f22 Make Spring Security's filter's order configurable and default to zero Andy Wilkinson 2014-10-30 13:29:27 +00:00
  • cf24af0bfb Rework logging to prevent double initialization Phillip Webb 2014-10-29 22:05:05 -07:00
  • d17b7c8195 Polish Phillip Webb 2014-10-28 16:34:57 -07:00
  • 466ed469eb Merge branch '1.1.x' Andy Wilkinson 2014-10-29 17:52:30 +00:00
  • e2dd659dd1 Include condition's location (class or method name) in message Andy Wilkinson 2014-10-29 17:51:17 +00:00
  • c8d7a6dc24 Merge branch '1.1.x' Andy Wilkinson 2014-10-29 17:47:28 +00:00
  • 9a491013c3 Update email addresses in pom files to use new pivotal.io domain Andy Wilkinson 2014-10-29 17:47:13 +00:00
  • 8a1e010d0a Allow multiple templateLoaderPaths to be configured for FreeMarker Andy Wilkinson 2014-10-29 17:42:48 +00:00
  • ef2455938e Align new JavaMail dependencies with Spring IO Platform Andy Wilkinson 2014-10-29 16:36:59 +00:00
  • 429da743f5 Add missing close Stephane Nicoll 2014-10-29 15:44:53 +01:00
  • ccc5e65779 Add email support Stephane Nicoll 2014-10-29 15:25:39 +01:00
  • 6ed2c65852 More testing of context hierarchy creation Dave Syer 2014-10-29 12:28:48 +00:00
  • 1709e79cb6 Merge pull request #1763 from sdeleuze/whitelabel-typo Stephane Nicoll 2014-10-29 08:56:56 +01:00
  • 7546f10aad Fix a typo in error.whitelabel.enabled Sebastien Deleuze 2014-10-27 14:39:24 +01:00
  • 741d1f7273 Merge branch '1.1.x' Andy Wilkinson 2014-10-28 19:15:58 +00:00
  • 812acec48f Upgrade to Spring Batch 3.0.2.RELEASE Andy Wilkinson 2014-10-28 19:14:34 +00:00
  • b1e7cd0be2 Rename spring-boot-starter-cloud in spring-boot-dependencies Andy Wilkinson 2014-10-28 19:08:43 +00:00
  • 15a3a21417 Ignore JUL logging tests that only fail on Bamboo Andy Wilkinson 2014-10-28 17:18:44 +00:00
  • af2a867d14 Remove missing module from pom (thanks Eclipse) Dave Syer 2014-10-28 16:14:31 +00:00
  • d71afe0918 Remove redundant reference to renamed spring-boot-starter-cloud module Andy Wilkinson 2014-10-28 16:12:01 +00:00
  • e2f2099197 Add test for gh-1776 Dave Syer 2014-10-28 16:12:14 +00:00
  • b95e6fce6b Add 'Connectors' to project name Dave Syer 2014-10-28 16:11:45 +00:00
  • 7fa372555b Add @SuppressWarnings('serial') Dave Syer 2014-10-28 15:56:53 +00:00
  • 015377f9de Exclude log4j in a couple of places (see gh-1660) Dave Syer 2014-10-28 14:08:15 +00:00
  • 0b116a1a5a Increase the level of JUL logging calls in the tests to try to fix CI Andy Wilkinson 2014-10-28 15:54:17 +00:00
  • 6c66ff78c0 Fix health status aggregation bug Christian Dupuis 2014-10-28 12:46:14 +01:00
  • cebfd44d16 Upgrade to Spring AMQP 1.4.0.RC1 Andy Wilkinson 2014-10-28 13:34:39 +00:00
  • bd562c06b6 Merge branch '1.1.x' Andy Wilkinson 2014-10-28 11:06:23 +00:00
  • f58b8366e1 Correct the syntax that's used for smart single and double quotes Andy Wilkinson 2014-10-28 10:53:47 +00:00
  • aec38566ea Simplify logic for locating default logging config Dave Syer 2014-10-28 09:45:59 +00:00
  • 11c1e5ed6b add for log4j2 David Liu 2014-10-28 14:09:06 +08:00
  • f9566ed30f spring-boot-1612: make console and file output configurable 1 disable the file output unless LOG_FILE is set 2 make the console optional David Liu 2014-10-28 13:27:26 +08:00
  • ba40f13370 Update expectation to match response from anonymous access to /health Andy Wilkinson 2014-10-28 09:39:40 +00:00
  • 1c4650f3ce Add Gitter badge Dave Syer 2014-10-28 08:26:37 +00:00
  • 9fce630c86 Extract lists in VCAP_APPLICATION (e.g. uris) Dave Syer 2014-10-28 08:14:00 +00:00
  • 6c3d490c74 Add note about springloaded configuration Dave Syer 2014-10-27 17:22:35 +00:00
  • 24e71e868f Allow /health and /info to authenticate anonymously Dave Syer 2014-10-27 13:11:13 +00:00
  • 43eda4ce5d Upgrade to Spring Integration 4.1.0.RC1 Andy Wilkinson 2014-10-27 15:06:23 +00:00
  • f39d4978c3 Fix tests for JSON error rendering Dave Syer 2014-10-27 15:06:26 +00:00
  • 4cd3bf18e0 Revert "Updated liquibase dependency to 3.2." Dave Syer 2014-10-27 14:14:25 +00:00
  • d6621e62ad Updated liquibase dependency to 3.2. Nathan Voxland 2014-10-21 15:43:36 -05:00
  • 576f5cfb06 Upgrade Jersey to 2.13 Dave Syer 2014-10-27 11:09:02 +00:00
  • 254ab55476 Re-arrange priority of error message Dave Syer 2014-10-27 11:08:53 +00:00
  • 7bac7370c8 Use request attribute if available for error message Dave Syer 2014-10-27 10:50:10 +00:00
  • e8b59b9e55 Add CLI command line arguments examples Dave Syer 2014-10-27 08:11:48 +00:00
  • e858cfcced Add missing starters in documentation Stephane Nicoll 2014-10-24 13:58:15 +02:00
  • 73c2862901 Add Jade4J Starter to the starters README Domingo Suarez Torres 2014-10-22 12:19:33 -05:00
  • a54c75bb9d Merge branch '1.1.x' Andy Wilkinson 2014-10-22 13:44:39 +01:00
  • ae503c62d2 Upgrade to 2.1.11 of the Git commit Maven plugin Andy Wilkinson 2014-10-22 13:33:48 +01:00
  • cf0018e88c Merge branch '1.1.x' Andy Wilkinson 2014-10-22 12:42:10 +01:00
  • 5e5e707945 Upgrade to Reactor 1.1.5.RELEASE Andy Wilkinson 2014-10-22 12:28:05 +01:00
  • 24f95b975d Rework @TestPropertySource compatibility Phillip Webb 2014-10-21 16:04:55 -07:00
  • 2e7aa4685b Polish Phillip Webb 2014-10-21 20:33:00 -07:00
  • d1ce83e3c3 Merge branch '1.1.x' Phillip Webb 2014-10-21 13:14:50 -07:00
  • 41b2e58476 Polish Phillip Webb 2014-10-21 13:13:39 -07:00
  • d2198c417d Fix ConnectionFactory auto-configuration with XA Stephane Nicoll 2014-10-21 18:28:26 +02:00
  • 47285f9f02 Merge branch '1.1.x' Andy Wilkinson 2014-10-21 16:08:31 +01:00
  • 186b3a66e3 Update WebSocket sample with new SockJS CDN Andy Wilkinson 2014-10-21 16:07:15 +01:00
  • c347972729 Install SLF4JBridgeHandler when Log4J2LoggingSystem is initialized Andy Wilkinson 2014-10-20 15:24:19 +01:00
  • 6b1f76ad6b Merge branch '1.1.x' Andy Wilkinson 2014-10-20 11:20:56 +01:00
  • 160d609bd4 Protect against race condition where output file exists but it is empty Andy Wilkinson 2014-10-20 11:04:14 +01:00
  • 31874090b8 Fix ArrayStoreException caused by JerseyAutoConfiguration again Andy Wilkinson 2014-10-20 10:14:53 +01:00
  • 9984939c47 Update HikariCP to 2.1.0, compile against the Java 6-compatible artifact Brett Wooldridge 2014-10-16 13:21:06 +09:00
  • 01fd8cb8f3 Reinstate Bitronix's default server ID, provide property to override it Andy Wilkinson 2014-10-16 09:33:44 +01:00
  • d251b51338 Integrate with @TestPropertySource Dave Syer 2014-10-15 16:59:55 +01:00
  • 261b3afca1 Apply spring.jackson.* config to Spring Data REST object mappers Andy Wilkinson 2014-10-15 16:53:16 +01:00
  • 886bbc3b41 Merge branch '1.1.x' Andy Wilkinson 2014-10-15 16:36:11 +01:00
  • 9a2d654eba Rename test classes so that their tests are run by Maven Andy Wilkinson 2014-10-15 16:35:48 +01:00
  • 0a3d8a9bfb Merge branch '1.1.x' and fix failure caused by XML response Andy Wilkinson 2014-10-15 16:12:12 +01:00
  • fff94733ef Rename class so Maven runs its tests Andy Wilkinson 2014-10-15 15:56:14 +01:00
  • cd3729b49d Merge branch '1.1.x' Dave Syer 2014-10-15 11:32:05 +01:00
  • ecee19057c Add some precautionary tests for documenting AuthenticationManager config Dave Syer 2014-10-15 11:31:35 +01:00
  • d4fa5fa1cf Merge branch '1.1.x' Andy Wilkinson 2014-10-15 11:06:45 +01:00
  • 7cb3ae43d4 Update to Tomcat 7.0.56 Andy Wilkinson 2014-10-15 11:05:14 +01:00
  • 74f5b9b6a9 Merge branch '1.1.x' Andy Wilkinson 2014-10-14 14:57:52 +01:00
  • 00b6670b78 Revert "Change config for git commit plugin in starter parent" Andy Wilkinson 2014-10-14 14:55:38 +01:00
  • a2c5b6a7bb Preserve dependencies when uninstalling from the CLI Andy Wilkinson 2014-10-14 14:40:44 +01:00
  • 4e636f069f Document the CLI’s install and uninstall commands Andy Wilkinson 2014-10-14 10:48:55 +01:00
  • f6bf32c3ee Add option help to the CLI's install and uninstall commands Andy Wilkinson 2014-10-14 10:07:18 +01:00
  • 95d9cf76ea Update README.adoc to add reference to HDIV starter Gotzon Illarramendi 2014-10-13 17:28:31 +02:00
  • a156ae3434 Add missing @since tag Andy Wilkinson 2014-10-14 09:11:56 +01:00
  • e60cc57807 Fix typo Stephane Nicoll 2014-10-13 20:39:30 +02:00
  • 89197eb03b Add org.hibernate.SQL to the --debug logger levels Dave Syer 2014-10-13 17:52:05 +01:00
  • 2da4dc00f0 Merge branch '1.1.x' Andy Wilkinson 2014-10-13 15:36:14 +01:00
  • 7060cc1967 Correct the position of JNDI in the ordered list of property sources Andy Wilkinson 2014-10-13 15:35:06 +01:00
  • 4b9f14f55b Separate out the auto-configuration of Spring Data’s web support Andy Wilkinson 2014-10-13 14:55:02 +01:00
  • f9010c18cc Fix install command on Windows Dave Syer 2014-10-13 13:57:13 +01:00
  • 7211571969 Fix some grammar issues in docs Andy Wilkinson 2014-10-13 13:18:24 +01:00
  • 4308d1112c Merge branch '1.1.x' Andy Wilkinson 2014-10-13 13:11:38 +01:00
  • 16937746a0 Fix some grammar issues in docs Eric Dahl 2014-10-12 12:47:19 -07:00
  • 2b7bf3e733 Fix ArrayStoreException caused by JerseyAutoConfiguration Andy Wilkinson 2014-10-13 11:16:55 +01:00
  • c90633aab6 Polish Phillip Webb 2014-10-10 17:27:26 -07:00
  • 3228cfa9bd Fixup version numbers following release Phillip Webb 2014-10-10 15:53:54 -07:00
  • 3e71a21b30 Next development version Spring Buildmaster 2014-10-10 15:19:47 -07:00
  • c40aab657f Don't import JmsBootstrapConfiguration directly Phillip Webb 2014-10-10 14:08:24 -07:00
  • 517b40d9b9 Don't call close() on JNDI DataSource Phillip Webb 2014-10-10 13:49:15 -07:00
  • a3527521a2 Also resolve favicon.ico from resource folders Phillip Webb 2014-10-10 13:09:30 -07:00
  • a1bcd70377 Merge pull request #1688 from mvitz/master Phillip Webb 2014-10-10 12:11:30 -07:00
  • 81cba1f2ff Remove superfluous maven-antrun-plugin Michael Vitz 2014-10-10 20:25:42 +02:00
  • 001f2d6c69 Improve performance of MessageSource condition Phillip Webb 2014-10-10 11:38:51 -07:00