Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.21.RELEASE
Choose a base ref
...
head repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.22.RELEASE
Choose a head ref
  • 19 commits
  • 38 files changed
  • 4 contributors

Commits on Nov 27, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a46a437 View commit details

Commits on Dec 4, 2018

  1. JavaMailSenderImpl calls sendMessage with empty array instead of null

    Issue: SPR-17540
    
    (cherry picked from commit 16e9b83)
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    191a2d3 View commit details
  2. Avoid log statements between resource opening and returning

    Issue: SPR-17559
    
    (cherry picked from commit 7854b7a)
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9d504c8 View commit details
  3. Revised section on custom BeanPostProcessors

    Issue: SPR-17556
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4decaa2 View commit details
  4. Upgrade to POI 3.17 (and Netty 4.1.32)

    Issue: SPR-17385
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf9043c View commit details
  5. Polishing

    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b8480ea View commit details
  6. Cleanup after unexpected exception from external delegation call

    Issue: SPR-17559
    
    (cherry picked from commit c024bdc)
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    792991a View commit details
  7. Clarified VfsResource constructor

    Issue: SPR-17563
    
    (cherry picked from commit 50e5bdb)
    jhoeller committed Dec 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7ff1b0e View commit details

Commits on Dec 12, 2018

  1. Revised SimpleEvaluationContext example

    Issue: SPR-17581
    jhoeller committed Dec 12, 2018
    Copy the full SHA
    b00f98f View commit details
  2. Polishing

    jhoeller committed Dec 12, 2018
    Copy the full SHA
    ce05a5b View commit details

Commits on Jan 8, 2019

  1. Fix XML parser default value handling

    The xml parser does not fill in defaults provided in the XSD when
    validation is disabled. As a result, attributes like default-lazy-init
    will not receive the value "default" but an empty string.
    
    With this commit, BeanDefinitionParserDelegate now takes this into
    account, checking default values against empty string as well as
    "default".
    
    As a consequence, default-lazy-init attribute should now work correctly
    even when the XSD validation is disabled.
    
    Issue: SPR-8335
    MichelSchudel authored and sdeleuze committed Jan 8, 2019
    Copy the full SHA
    21d3bf8 View commit details
  2. Copy the full SHA
    3c7887c View commit details
  3. Consistent support for EnumSet subclasses in CollectionFactory

    Issue: SPR-17619
    
    (cherry picked from commit 31a2472)
    jhoeller committed Jan 8, 2019
    Copy the full SHA
    21baa72 View commit details
  4. Relaxed position assertion (for overflows in large inline maps)

    Issue: SPR-17605
    
    (cherry picked from commit b2756f5)
    jhoeller committed Jan 8, 2019
    Copy the full SHA
    c02446c View commit details
  5. Copy the full SHA
    e714fc5 View commit details
  6. Polishing

    jhoeller committed Jan 8, 2019
    Copy the full SHA
    7be0aa0 View commit details
  7. Upgrade to Tomcat 8.5.37

    jhoeller committed Jan 8, 2019
    Copy the full SHA
    9767165 View commit details
  8. Copy the full SHA
    a8f540a View commit details

Commits on Jan 9, 2019

  1. Copy the full SHA
    a957543 View commit details
Loading