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: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c810acc
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e7654b
Choose a head ref
  • 4 commits
  • 16 files changed
  • 2 contributors

Commits on Feb 25, 2024

  1. Update airframe-codec, airframe-control, ... to 24.2.2 (#3408)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-control](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-codegen](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `24.2.1` to `24.2.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.2) -
    [Version
    Diff](v24.2.1...v24.2.2)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (24.2.1).
    You might want to review and update them manually.
    ```
    build.sbt
    sbt-airframe/build.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.wvlet.airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ecc043b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update scala-compiler, scala-library, ... to 2.12.19 (#3414)

    ## About this PR
    📦 Updates 
    * [org.scala-lang:scala-compiler](https://github.com/scala/scala)
    * [org.scala-lang:scala-library](https://github.com/scala/scala)
    * [org.scala-lang:scala-reflect](https://github.com/scala/scala)
    
     from `2.12.18` to `2.12.19`
    
    📜 [GitHub Release
    Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version
    Diff](scala/scala@v2.12.18...v2.12.19)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scala-lang" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-lang" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7de95a3 View commit details
    Browse the repository at this point in the history
  2. Update scala-compiler, scala-library, ... to 2.13.13 (#3415)

    ## About this PR
    📦 Updates 
    * [org.scala-lang:scala-compiler](https://github.com/scala/scala)
    * [org.scala-lang:scala-library](https://github.com/scala/scala)
    * [org.scala-lang:scala-reflect](https://github.com/scala/scala)
    
     from `2.13.12` to `2.13.13`
    
    📜 [GitHub Release
    Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version
    Diff](scala/scala@v2.13.12...v2.13.13)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scala-lang" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-lang" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    41d709a View commit details
    Browse the repository at this point in the history
  3. http (fix): Fixes #3421 Retry upon GOAWAY message from HTTP/2 servers (

    …#3422)
    
    JDK's HttpClient throws IOException with "(address): GOAWAY received"
    error message. This PR addresses this error.
    xerial authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0e7654b View commit details
    Browse the repository at this point in the history
Loading