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: Yadoon/problem-spring-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zalando/problem-spring-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Apr 26, 2023

  1. Bump jacoco-maven-plugin from 0.8.9 to 0.8.10

    Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](jacoco/jacoco@v0.8.9...v0.8.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fb4abc3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Bump jackson.version from 2.15.0 to 2.15.1

    Bumps `jackson.version` from 2.15.0 to 2.15.1.
    
    Updates `jackson-databind` from 2.15.0 to 2.15.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-dataformat-xml` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.0...jackson-dataformat-xml-2.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    201221a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    2b7e8b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Pick status code from ErrorResponse interfaces

    unhandled exceptions that extend spring-boot's `ErrorResponse` have a status code defined and we should use that instead of forcing it to be `500`
    buttilda authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b94b036 View commit details
    Browse the repository at this point in the history
  2. Add tests

    buttilda authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f3df680 View commit details
    Browse the repository at this point in the history
  3. Fix test

    buttilda authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1941860 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request zalando#942 from buttilda/patch-2

    Pick status code from `ErrorResponse` interfaces
    MALPI authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    507bab9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zalando#936 from lucailmartini/update-rfc-readme

    Updating application/problem+json rfc hyperlink
    MALPI authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    aa4dba4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request zalando#913 from zalando/dependabot/maven/org.jaco…

    …co-jacoco-maven-plugin-0.8.10
    
    Bump jacoco-maven-plugin from 0.8.9 to 0.8.10
    MALPI authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ea14f48 View commit details
    Browse the repository at this point in the history
  4. Merge pull request zalando#923 from zalando/dependabot/maven/jackson.…

    …version-2.15.1
    
    Bump jackson.version from 2.15.0 to 2.15.1
    MALPI authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    da31acb View commit details
    Browse the repository at this point in the history
Loading