1. 05 6月, 2015 2 次提交
  2. 04 6月, 2015 3 次提交
  3. 03 6月, 2015 3 次提交
    • S
      Allow Cache annotations to not specify any cache name · 08c032d9
      Stephane Nicoll 提交于
      Since Spring 4.1, a CacheResolver may be configured to customize the way
      the cache(s) to use for a given cache operation are retrieved. Since a
      CacheResolver implementation may not use the cache names information at
      all, this attribute has been made optional.
      
      However, a fix was still applied, preventing a Cache operation without a
      cache name to be defined properly. We now allow this valid use case.
      
      Issue: SPR-13081
      08c032d9
    • S
      Polish ConditionalGenericConverter documentation · d6056182
      Stephane Nicoll 提交于
      Issue: SPR-13071
      d6056182
    • S
      Support CORS global configuration in XML namespace · e5f76af1
      Sebastien Deleuze 提交于
      This commit introduces support for this kind of CORS XML namespace configuration:
      
      	<mvc:cors>
      
      		<mvc:mapping path="/api/**"
      					allowed-origins="http://domain1.com, http://domain2.com"
      					allowed-methods="GET, PUT"
      					allowed-headers="header1, header2, header3"
      					exposed-headers="header1, header2" allow-credentials="false"
      					max-age="123" />
      
      		<mvc:mapping path="/resources/**" allowed-origins="http://domain1.com" />
      
      	</mvc:cors>
      
      Issue: SPR-13046
      e5f76af1
  4. 02 6月, 2015 3 次提交
  5. 01 6月, 2015 19 次提交
  6. 31 5月, 2015 9 次提交
  7. 30 5月, 2015 1 次提交