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: v6.2.4
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: v6.2.5
Choose a head ref

Commits on Mar 13, 2025

  1. Copy the full SHA
    5e82ee6 View commit details
  2. Fix StringUtils#uriDecode Javadoc

    Closes gh-34590
    sdeleuze committed Mar 13, 2025
    Copy the full SHA
    c905060 View commit details
  3. Copy the full SHA
    0f83c48 View commit details
  4. Copy the full SHA
    911cdb2 View commit details

Commits on Mar 14, 2025

  1. Upgrade to JUnit 5.12.1

    sbrannen committed Mar 14, 2025
    Copy the full SHA
    ec48828 View commit details

Commits on Mar 15, 2025

  1. Fix formatting and update links to scripting libraries and HDIV

    Closes gh-34603
    
    Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
    Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
    (cherry picked from commit 666e2df)
    ngocnhan-tran1996 authored and sbrannen committed Mar 15, 2025
    Copy the full SHA
    7c39130 View commit details

Commits on Mar 16, 2025

  1. Upgrade to Mockito 5.16.1

    sbrannen committed Mar 16, 2025
    Copy the full SHA
    6c23180 View commit details

Commits on Mar 17, 2025

  1. Refine FormHttpMessageConverter exception handling

    FormHttpMessageConverter could throw a more specific
    HttpMessageNotReadableException instead of an IllegalArgumentException
    when the http form data is invalid.
    
    See gh-34594
    Signed-off-by: Russell Bolles <rbolles@netflix.com>
    Russell Bolles authored and sdeleuze committed Mar 17, 2025
    Copy the full SHA
    573e74b View commit details
  2. Polishing

    Closes gh-34594
    sdeleuze committed Mar 17, 2025
    Copy the full SHA
    46859d6 View commit details
  3. Make dependencies on AssertJ and JUnit in spring-core-test optional

    This commit also removes unnecessary dependencies in
    spring-core-test.gradle and updates framework-docs.gradle accordingly.
    
    Closes gh-34612
    sbrannen committed Mar 17, 2025
    Copy the full SHA
    7a839e9 View commit details
  4. Copy the full SHA
    5b6abe4 View commit details
  5. Copy the full SHA
    760376c View commit details
  6. Copy the full SHA
    86b2617 View commit details

Commits on Mar 18, 2025

  1. Copy the full SHA
    ad949a7 View commit details
  2. Remove BDDMockito Checkstyle rule

    This commit removes the BDDMockito Checkstyle rule, since it did not
    actually enforce the use of BDDMockito.
    
    This commit also updates static imports to use Mockito instead of
    BDDMockito where appropriate (automated via the Eclipse IDE Organize
    Imports clean-up task).
    
    Closes gh-34616
    sbrannen committed Mar 18, 2025
    Copy the full SHA
    c6a9aa5 View commit details
  3. Recursively box/unbox nested inline value classes

    See gh-34592
    Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
    dmitrysulman authored and sdeleuze committed Mar 18, 2025
    Copy the full SHA
    0c2ba4e View commit details
  4. Polishing

    Closes gh-34592
    sdeleuze committed Mar 18, 2025
    Copy the full SHA
    0141725 View commit details

Commits on Mar 19, 2025

  1. Copy the full SHA
    cc986cd View commit details
  2. Copy the full SHA
    37d7af4 View commit details
  3. Copy the full SHA
    34c69bf View commit details
  4. Fix dated Javadoc in MvcUriComponentsBuilder

    related to forwarded headers
    
    Closes gh-34615
    rstoyanchev committed Mar 19, 2025
    Copy the full SHA
    18c3b63 View commit details
  5. Copy the full SHA
    208d52d View commit details
  6. Release v6.2.5

    bclozel committed Mar 19, 2025
    Copy the full SHA
    0f19fa5 View commit details
Loading