1. 30 4月, 2014 8 次提交
  2. 29 4月, 2014 10 次提交
  3. 28 4月, 2014 7 次提交
  4. 26 4月, 2014 4 次提交
  5. 25 4月, 2014 4 次提交
  6. 24 4月, 2014 7 次提交
    • S
      polishing · 6aa16b74
      Stephane Nicoll 提交于
      This commit removes the queue attribute of the JmsListener annotation
      as this information should be provided by the container factory and not
      by each individual listener endpoints.
      
      There was a side effect that an annotation value cannot be null, which
      was forcing the container to be a queue-based container by default.
      
      Issue: SPR-9882
      6aa16b74
    • B
      Fix PrefixResourceResolver implementation · c4843577
      Brian Clozel 提交于
      The configured prefix should not begin with a "/", since
      PublicResourceUrlProvider is already taking path mapping into account
      when resolving resources and URLs.
      c4843577
    • S
      @SendTo support for jms listener endpoints · bded025d
      Stephane Nicoll 提交于
      This commit replaces the "responseDestination" attribute on the
      JmsListener annotation by a support of the standard SendTo annotation.
      
      Issue: SPR-11707
      bded025d
    • S
      Default JmsListenerContainerFactory lookup · 4b0aba63
      Stephane Nicoll 提交于
      Prior to this commit, the default JmsListenerContainerFactory to use
      must be explicitly set. Since having a single container factory is a
      fairly common use case, we look up the default one automatically
      using the bean name "jmsListenerContainerFactory".
      
      It is still possible to provide an explicit default but since it refers
      more to "the" container factory to use, the parameter has been
      renamed to "containerFactory" which is shorter and more explicit.
      
      The lookup strategy is lazy: if all endpoints are providing an
      explicit container factory and no container factory with the
      "jmsListenerContainerFactory" bean name exists, no exception
      will be thrown.
      
      Issue : SPR-11706
      4b0aba63
    • R
      Rename Reactor support classes · 08f03950
      Rossen Stoyanchev 提交于
      This change modifies the names of the Reactor support classes in order
      to align with the same changes in the 4.0.x line which now supports
      both Reactor 1.1 and 1.0.
      
      Issue: SPR-11636
      08f03950
    • J
      Polishing · 9353332a
      Juergen Hoeller 提交于
      9353332a
    • J
      c05ab3e2