1. 12 May, 2016 4 commits
    • Gary Russell's avatar
      Upgrade to Spring Integration 4.3.0.RC1 · 903cf1d9
      Gary Russell authored
      Closes gh-5923
      903cf1d9
    • Stephane Nicoll's avatar
      Merge pull request #5924 from eddumelendez:spring-session-1.2.0 · 812711a6
      Stephane Nicoll authored
      * pr/5924:
        Upgrade to Spring Session 1.2.0.RELEASE
      812711a6
    • Eddú Meléndez's avatar
      Upgrade to Spring Session 1.2.0.RELEASE · d6e0714b
      Eddú Meléndez authored
      Closes gh-5924
      d6e0714b
    • Phillip Webb's avatar
      Allow @MockBean/@SpyBean on Spring AOP proxies · cdfbf280
      Phillip Webb authored
      Update Mockito support so that AOP Proxies automatically get additional
      `Advice` that allows them to work with Mockito. Prior to this commit a
      call to `verify` would fail because exiting AOP advice would confuse
      Mockito and an `UnfinishedVerificationException` would be thrown.
      
      The `MockitoAopProxyTargetInterceptor` works by detecting calls to a
      mock that have been proceeded by `verify()` and bypassing AOP to
      directly call the mock.
      
      The order that `@SpyBean` creation occurs has also been updated to
      ensure that that the spy is created before AOP advice is applied.
      Without this, the creation of a spy would fail because Mockito copies
      'state' to the newly created spied instance. Unfortunately, in the case
      of AOP proxies, 'state' includes cglib interceptor fields. This means
      that Mockito's own interceptors are clobbered by Spring's AOP
      interceptors.
      
      Fixes gh-5837
      cdfbf280
  2. 11 May, 2016 2 commits
  3. 10 May, 2016 31 commits
  4. 09 May, 2016 3 commits