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.28.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.29.RELEASE
Choose a head ref
  • 20 commits
  • 71 files changed
  • 4 contributors

Commits on Jul 21, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    88f792a View commit details

Commits on Aug 4, 2020

  1. Fix bug in StaticListableBeanFactory.isSingleton()

    Prior to this commit, StaticListableBeanFactory.isSingleton() returned
    false for singleton beans unless they were created by a FactoryBean.
    
    StaticListableBeanFactory.isSingleton() now properly returns true for
    all beans not created by a FactoryBean.
    
    Closes gh-25522
    sbrannen committed Aug 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ef64945 View commit details

Commits on Aug 5, 2020

  1. Regression tests for @RestControllerAdvice support in MockMvc

    This commit introduces regression tests for @RestControllerAdvice
    support in standalone MockMvc configurations.
    
    See gh-25520
    sbrannen committed Aug 5, 2020
    Copy the full SHA
    9fcdaa7 View commit details

Commits on Aug 7, 2020

  1. Copy the full SHA
    5e5723c View commit details
  2. Refine use of substring operations

    Closes gh-25445
    jhoeller committed Aug 7, 2020
    Copy the full SHA
    17a47b3 View commit details
  3. Polishing

    jhoeller committed Aug 7, 2020
    Copy the full SHA
    cc1f0e1 View commit details
  4. Copy the full SHA
    3d2de9a View commit details
  5. Copy the full SHA
    265bc6c View commit details

Commits on Aug 27, 2020

  1. Copy the full SHA
    6c977e9 View commit details
  2. Polishing

    jhoeller committed Aug 27, 2020
    Copy the full SHA
    b6677cc View commit details

Commits on Sep 1, 2020

  1. Polishing

    jhoeller committed Sep 1, 2020
    Copy the full SHA
    a577f63 View commit details

Commits on Sep 3, 2020

  1. Copy the full SHA
    eec4a6d View commit details

Commits on Sep 5, 2020

  1. Copy the full SHA
    2d632ef View commit details
  2. Copy the full SHA
    5866773 View commit details

Commits on Sep 7, 2020

  1. Copy the full SHA
    caa22b7 View commit details

Commits on Sep 8, 2020

  1. Shared read-only instances of UrlPathHelper

    UrlPathHelper is often created and used without customizations or with
    the same customizations. This commit introduces re-usable, instances.
    Effectively a backport of commit 23233c.
    
    Closes gh-25690
    rstoyanchev committed Sep 8, 2020
    Copy the full SHA
    bdcb189 View commit details
  2. Copy the full SHA
    2f75212 View commit details
  3. Copy the full SHA
    bb5b12a View commit details

Commits on Sep 14, 2020

  1. Polishing

    jhoeller committed Sep 14, 2020
    Copy the full SHA
    7056dd5 View commit details

Commits on Sep 15, 2020

  1. Copy the full SHA
    585be71 View commit details
Loading