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.6.3
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.6.4
Choose a head ref
  • 15 commits
  • 126 files changed
  • 9 contributors

Commits on Aug 23, 2024

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

Commits on Aug 26, 2024

  1. Fix stream backpressure when compressing (#11115)

    When compression is on, writeCompressing will immediately advance the buffer position, so `buf.readableBytes()` would be 0 and backpressure would not be relieved properly.
    
    Fixes #11114
    yawkat authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1f291e0 View commit details
    Browse the repository at this point in the history
  2. Update to the IDE guide for VS Code, which was out of date (#11093)

    I've updated the guide for VS Code as this was out of date. The updates contains an image showing part of the install process, links to the docs of the Tools for Micronaut extension for VS Code as this gives users an idea of the functionality that is available.
    
    I also moved VS Code to 2nd place in the list of IDEs as VS Code is higher in usage than Netbeans currently (and probably Eclipse as well).
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Kushal-Dalasaniya <108124477+Kushal-Dalasaniya@users.noreply.github.com>
    Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com>
    Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
    Co-authored-by: Denis Stepanov <denis.s.stepanov@oracle.com>
    6 people authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c1d011a View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency io.netty:netty-tcnative-boringssl-static…

    … to v2.0.66.final (#11112)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8c15d0b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    83ffce1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency com.github.javaparser:javaparser-symbol-…

    …solver-core to v3.26.2 (#11147)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d02bf71 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-b…

    …om to v3.5.0 (#11133)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fa51d62 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency io.micronaut.groovy:micronaut-runtime-gr…

    …oovy to v4.4.0 (#11132)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3ba07a2 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4…

    ….7.1 (#11126)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e4973f3 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-b…

    …om to v2.5.0 (#11148)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a2fe4ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e7c71b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9750786 View commit details
    Browse the repository at this point in the history
Loading