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-security
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.10
Choose a base ref
...
head repository: micronaut-projects/micronaut-security
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 5 contributors

Commits on Mar 5, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    d582f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94bfd6 View commit details
    Browse the repository at this point in the history
  3. Offload JWK Set fetching from the event loop (#1641)

    JwtTokenValidator is modified to explicitly execute
    JwtValidator.validate in a separate thread from the Netty event loop.
    
    JwtValidator.validate is blocking in its current implementation and
    this allows it to be executed in a non-blocking fashion.
    
    This is a short-term fix for #1633, where the preferred long-term fix
    would be to refactor the JwtValidator API to be non-blocking.
    jeremyg484 authored and sdelamo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a7106a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ff753 View commit details
    Browse the repository at this point in the history
  5. fix: serde failing on GSringImpl (#1645)

    * chore(deps): update plugin io.micronaut.build.shared.settings to v6.7.0 (#1644)
    
    * fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.11 (#1643)
    
    * fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.4 (#1642)
    
    * fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.2 (#1638)
    
    * chore(deps): update graalvm/setup-graalvm action to v1.1.9 (#1636)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    
    * chore(deps): update kotlin monorepo to v1.9.23 (#1628)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    
    * Serde is failing on GStringImpl fix with toString()
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Tim Yates <tim.yates@gmail.com>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3475dcb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    e6bfda6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c697871 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency io.micronaut.multitenancy:micronaut-mult…

    …itenancy-bom to v5.3.0 (#1658)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and sdelamo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ea71880 View commit details
    Browse the repository at this point in the history
  4. * fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.0

    * fix(deps): update dependency io.micronaut.multitenancy:micronaut-multitenancy-bom to v5.3.0
    * fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.3.0
    sdelamo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8f96566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c741300 View commit details
    Browse the repository at this point in the history
Loading