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: micronaut-projects/micronaut-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.6
Choose a base ref
...
head repository: micronaut-projects/micronaut-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.7
Choose a head ref
  • 8 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    7ba5a8c View commit details
    Browse the repository at this point in the history
  2. Fix empty header value validation (#9909)

    Field values can be empty according to https://httpwg.org/specs/rfc9110.html#fields.values .
    Fixes #9907
    yawkat authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5ed3eb3 View commit details
    Browse the repository at this point in the history
  3. Delegate isAbstract() and isSuspend() to target executable method (

    …#9910)
    
    * Delegate `isAbstract()` and `isSuspend()` to target executable method
    
    * Add tests
    guillermocalvo authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7fea171 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix(deps): update netty monorepo to v4.1.98.final (#9912)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c6504da View commit details
    Browse the repository at this point in the history
  2. Fix for double scheduling intercepted methods (#9901)

    ---------
    
    Co-authored-by: Graeme Rocher <graeme.rocher@oracle.com>
    codewithbear and graemerocher authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1456d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Fix handling of builders with inheritance (#9926)

    * Test case for super builder support
    
    * fix handling of super builders
    
    ---------
    
    Co-authored-by: Graeme Rocher <graeme.rocher@oracle.com>
    yawkat and graemerocher authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a921771 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    01d8433 View commit details
    Browse the repository at this point in the history
Loading