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: 723e08b
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7bc692e
Choose a head ref
  • 15 commits
  • 24 files changed
  • 3 contributors

Commits on Apr 24, 2024

  1. Update airframe-codec, airframe-control, ... to 24.4.3 (#3512)

    ## 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-codegen](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    
     from `24.4.1` to `24.4.3`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.3) -
    [Version
    Diff](v24.4.1...v24.4.3)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.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 Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5cdf1a3 View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-http-netty, ... to 24.4.3 (#3513)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](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-rx-html](https://github.com/wvlet/airframe)
    
     from `24.4.2` to `24.4.3`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.3) -
    [Version
    Diff](v24.4.2...v24.4.3)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.4.2).
    You might want to review and update them manually.
    ```
    docs/index.md
    examples/rpc-examples/hello-rpc/project/plugins.sbt
    examples/rpc-examples/rpc-scalajs/project/plugins.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 Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c10cb62 View commit details
    Browse the repository at this point in the history
  3. Update sbt-airframe to 24.4.3 (#3514)

    ## About this PR
    📦 Updates
    [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    from `24.4.2` to `24.4.3`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.3) -
    [Version
    Diff](v24.4.2...v24.4.3)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.4.2).
    You might want to review and update them manually.
    ```
    docs/index.md
    ```
    </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", artifactId = "sbt-airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4a8af62 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Update circe-parser to 0.14.7 (#3515)

    ## About this PR
    📦 Updates [io.circe:circe-parser](https://github.com/circe/circe) from
    `0.14.6` to `0.14.7`
    
    📜 [GitHub Release
    Notes](https://github.com/circe/circe/releases/tag/v0.14.7) - [Version
    Diff](circe/circe@v0.14.6...v0.14.7)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "io.circe", artifactId = "circe-parser" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.circe", artifactId = "circe-parser" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ae64f1d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Update sbt-scalafix to 0.12.1 (#3517)

    ## About this PR
    📦 Updates
    [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix)
    from `0.12.0` to `0.12.1`
    
    📜 [GitHub Release
    Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.12.1)
    - [Version
    Diff](scalacenter/sbt-scalafix@v0.12.0...v0.12.1)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (0.12.0).
    You might want to review and update them manually.
    ```
    airspec/project/plugin.sbt
    docs/release-notes.md
    project/plugin.sbt
    sbt-airframe/project/plugin.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 = "ch.epfl.scala", artifactId = "sbt-scalafix" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored May 2, 2024
    Configuration menu
    Copy the full SHA
    ac56a92 View commit details
    Browse the repository at this point in the history
  2. Update trino-main to 446 (#3518)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `445` to `446`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/446) - [Version
    Diff](trinodb/trino@445...446)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (445).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    docs/release-notes.md
    website/static/img/features/undraw_online_transactions_02ka.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_react.svg
    website/static/img/undraw_youtube_tutorial.svg
    ```
    </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 = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored May 2, 2024
    Configuration menu
    Copy the full SHA
    2a2e227 View commit details
    Browse the repository at this point in the history
  3. Update sbt-scoverage to 2.0.12 (#3520)

    ## About this PR
    📦 Updates
    [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
    from `2.0.11` to `2.0.12`
    
    📜 [GitHub Release
    Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.12)
    - [Version
    Diff](scoverage/sbt-scoverage@v2.0.11...v2.0.12)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (2.0.11).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </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.scoverage", artifactId = "sbt-scoverage" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored May 2, 2024
    Configuration menu
    Copy the full SHA
    ede67d4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. surface (fix): Fixed a bug in getting a surface of inner opaque type (#…

    …3521)
    
    The PR contains a failing test demonstrating issue. Following code
    fails:
    
    ```scala
      object O:
        opaque type InnerOpaque = Double
    
      test("Opaque types from inner object") {
        val s = Surface.of[O.InnerOpaque]
      }
    ```
    
    The error is:
    
    > java.util.NoSuchElementException: key not found:
    wvlet.airframe.surface.Scala3NewTypeTest.O.InnerOpaque
    
    I will try to create a fix.
    OndrejSpanel authored May 6, 2024
    Configuration menu
    Copy the full SHA
    4a0293d View commit details
    Browse the repository at this point in the history
  2. Update coursier to 2.1.10 (#3525)

    ## About this PR
    📦 Updates
    [io.get-coursier:coursier](https://github.com/coursier/coursier) from
    `2.1.9` to `2.1.10`
    
    📜 [GitHub Release
    Notes](https://github.com/coursier/coursier/releases/tag/v2.1.10) -
    [Version
    Diff](coursier/coursier@v2.1.9...v2.1.10)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "io.get-coursier", artifactId = "coursier" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.get-coursier", artifactId = "coursier" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    95db32d View commit details
    Browse the repository at this point in the history
  3. Update finagle-core, finagle-http, ... to 24.2.0 (#3522)

    ## About this PR
    📦 Updates 
    * [com.twitter:finagle-core](https://github.com/twitter/finagle)
    * [com.twitter:finagle-http](https://github.com/twitter/finagle)
    * [com.twitter:finagle-netty4](https://github.com/twitter/finagle)
    * [com.twitter:finagle-netty4-http](https://github.com/twitter/finagle)
    
     from `23.11.0` to `24.2.0` ⚠
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "com.twitter" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.twitter" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    4fa4676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c9346b View commit details
    Browse the repository at this point in the history
  5. Update scala-compiler, scala-library, ... to 2.13.14 (#3519)

    ## 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.13` to `2.13.14`
    
    📜 [GitHub Release
    Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version
    Diff](scala/scala@v2.13.13...v2.13.14)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 May 6, 2024
    Configuration menu
    Copy the full SHA
    44221ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e215e View commit details
    Browse the repository at this point in the history
  7. Update sbt, sbt-dependency-tree, ... to 1.10.0 (#3524)

    ## About this PR
    📦 Updates 
    * [org.scala-sbt:sbt](https://github.com/sbt/sbt)
    * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt)
    * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
    
     from `1.9.9` to `1.10.0`
    
    📜 [GitHub Release
    Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version
    Diff](sbt/sbt@v1.9.9...v1.10.0)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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-sbt" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-sbt" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    8ef41e8 View commit details
    Browse the repository at this point in the history
  8. airspec (fix): Fixes #3523 and #3516 to properly set and reset log le…

    …vels with -l,-L options (#3528)
    
    Fixes #3523, #3516
    xerial authored May 6, 2024
    Configuration menu
    Copy the full SHA
    7bc692e View commit details
    Browse the repository at this point in the history
Loading