1. 03 May, 2016 10 commits
  2. 02 May, 2016 13 commits
  3. 30 Apr, 2016 5 commits
  4. 29 Apr, 2016 3 commits
  5. 28 Apr, 2016 9 commits
    • Phillip Webb's avatar
      Fixup warnings · 590bd5c0
      Phillip Webb authored
      590bd5c0
    • Phillip Webb's avatar
      Make ErrorPageRegistry first class concern · 08ef5f4b
      Phillip Webb authored
      Create ErrorPageRegistry and ErrorPageRegistrar interfaces that allow
      error page registration to be a first class concern.
      
      Prior to this commit ErrorPageFilter needed to implement
      ConfigurableEmbeddedServletContainer in order to receive ErrorPage
      registrations.
      
      Closes gh-5789
      08ef5f4b
    • Phillip Webb's avatar
      Move to relocated web classes · 609cb52c
      Phillip Webb authored
      Refactor code to move from recently deprecated classes.
      
      Closes gh-5822
      609cb52c
    • Phillip Webb's avatar
      Restructure web related classes · aea18671
      Phillip Webb authored
      Reorganize web related classes for better separation of concerns.
      Mainly this involves moving classes from `o.s.b.context.embedded`
      that aren't directly tied to embedded servlet containers to
      `o.s.b.web` and relocating everything from `o.s.b.context.web`.
      
      See gh-5822
      aea18671
    • Phillip Webb's avatar
      Move @LocalServerPort annotation · a7cb689f
      Phillip Webb authored
      Move the @LocalServerPort to org.springframework.boot.context.embedded
      since it's only really useful when working with embedded servlet
      containers.
      
      See gh-5822
      a7cb689f
    • Phillip Webb's avatar
      Refactor ServletComponentRegisteringPostProcessor · 3de48d26
      Phillip Webb authored
      Rework ServletComponentRegisteringPostProcessor to break the direct link
      to the `org.springframework.boot.context.embedded` package.
      
      See gh-5822
      3de48d26
    • Andy Wilkinson's avatar
      Auto-configure MockMvc with Spring Security · 9153ca95
      Andy Wilkinson authored
      When Spring Security and its spring-security-test module are on the
      classpath, `@WebMvcTest` will now auto-configure Spring Security and
      configure its MockMvc-based test support. This behaviour can be
      disabled using the new secure attribute on `@WebMvcTest` and
      `@AutoConfigureMockMvc`.
      
      Closes gh-5476
      9153ca95
    • Andy Wilkinson's avatar
      Support the use of @AliasFor with @PropertyMapping · 41ddda4a
      Andy Wilkinson authored
      Previously, when @AliasFor was used, the value of the mapped property
      would be incorrect as the value of the canonical attribute would be
      used, rather than the value of the alias.
      
      This commit updates AnnotationsPropertySource to use a merged annotation
      as the source of attribute values, thereby ensuring that any aliased
      attributes are configured correctly.
      
      Closes gh-5821
      41ddda4a
    • Phillip Webb's avatar
      Merge remote-tracking branch '1.3.x' · f468aff4
      Phillip Webb authored
      f468aff4