1. 28 8月, 2019 19 次提交
  2. 27 8月, 2019 11 次提交
    • S
      Polishing · aef67ea6
      Sam Brannen 提交于
      aef67ea6
    • S
      Merge branch '5.1.x' · b2ad16aa
      Sam Brannen 提交于
      b2ad16aa
    • S
      Allow Set-Cookie header to be overwritten in MockHttpServletResponse · 8189c907
      Sam Brannen 提交于
      Prior to this commit, there was no way to replace the Set-Cookie header
      via MockHttpServletResponse. Specifically, an invocation of setHeader()
      for the Set-Cookie header resulted in an additional Set-Cookie header
      instead of replacing the existing one, which is in violation of the
      contract for javax.servlet.http.HttpServletResponse.setHeader(...).
      
      This commit refactors the internals of MockHttpServletResponse to ensure
      that an existing Set-Cookie header is overwritten when set via an
      invocation of setHeader(). This commit also verifies the expected
      behavior for addHeader() and addCookie() with regard to multiple cookies.
      
      Closes gh-23512
      8189c907
    • S
      Fix @since tags in ScopedProxyUtils[Tests] · 1ec97216
      Sam Brannen 提交于
      See gh-23514
      1ec97216
    • S
      Merge branch '5.1.x' · 686f30a3
      Sam Brannen 提交于
      686f30a3
    • S
      Introduce getOriginalBeanName(String) in ScopedProxyUtils · 9d2a874e
      Sam Brannen 提交于
      This commit introduces a utility method for retrieving the original
      bean name for the target of a scoped proxy.
      
      Closes gh-23514
      9d2a874e
    • S
      Polishing · f8f30674
      Sam Brannen 提交于
      f8f30674
    • S
      Delete unused imports · d357ef70
      Sam Brannen 提交于
      See gh-23458
      d357ef70
    • R
      Remove RSocket metadata MimeType constants · 29a58ab0
      Rossen Stoyanchev 提交于
      For public use, these constants aren't ideally exposed through an SPI
      like MetadataExtractor, and there isn't any other obvious place either.
      In practice the only public API where these can be passed in is
      RSocketRequester and RSocketMessageHandler both of which already
      default to composite metadata anyway, leaving only the routing MimeType
      to be used potentially but much less likely.
      Due to existence of similar constants in the RSocket itself, i.e.
      WellKnownMimeType, we can get by internally too without declaring
      MimeType constants from a central place.
      29a58ab0
    • R
      Upgrade to RSocket 1.0 RC3 snapshots and... · 45d04056
      Rossen Stoyanchev 提交于
      take advantage of the symmetrical SocketAcceptor methods now available
      on RSocketFactory for both client and server side.
      45d04056
    • L
      Polish tests in spring-aop · a0d50a54
      lijuny 提交于
      This commit polishes tests in spring-aop by using
      OrderComparator.sort() and lambda expressions instead of anonymous
      classes where feasible.
      
      Closes gh-23458
      a0d50a54
  3. 26 8月, 2019 3 次提交
  4. 25 8月, 2019 2 次提交
  5. 23 8月, 2019 5 次提交