-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.2.5
head repository: wvlet/airframe
compare: v23.3.0
- 14 commits
- 13 files changed
- 2 contributors
Commits on Feb 21, 2023
-
Update airframe-http, ... to 23.2.5 (#2766)
Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-grpc](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) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from 23.2.4 to 23.2.5. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.5) - [Version Diff](v23.2.4...v23.2.5) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 (23.2.4). 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.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for a6e518b - Browse repository at this point
Copy the full SHA a6e518bView commit details
Commits on Feb 25, 2023
-
Update scalafmt-core to 3.7.2 (#2769)
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.7.1 to 3.7.2. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.2) - [Version Diff](scalameta/scalafmt@v3.7.1...v3.7.2) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 149ad85 - Browse repository at this point
Copy the full SHA 149ad85View commit details -
Update sqlite-jdbc to 3.41.0.0 (#2768)
Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.40.1.0 to 3.41.0.0. [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.41.0.0) - [Version Diff](xerial/sqlite-jdbc@3.40.1.0...3.41.0.0) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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.xerial", artifactId = "sqlite-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for ec43981 - Browse repository at this point
Copy the full SHA ec43981View commit details
Commits on Mar 1, 2023
-
Update trino-main to 408 (#2770)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 407 to 408. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/408) - [Version Diff](trinodb/trino@407...408) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 (407). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala airframe-json/src/test/resources/twitter.json docs/release-notes.md website/static/img/undraw_code_review.svg website/static/img/undraw_operating_system.svg website/static/img/undraw_tweetstorm.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> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for 77bfc56 - Browse repository at this point
Copy the full SHA 77bfc56View commit details
Commits on Mar 6, 2023
-
Update trino-main to 409 (#2775)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 408 to 409. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/409) - [Version Diff](trinodb/trino@408...409) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 (408). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-http/.jvm/src/test/scala/wvlet/airframe/http/HttpClientTest.scala airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/HttpClientException.scala airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala 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/Fluentd_square.svg website/static/img/features/undraw_online_transactions_02ka.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_note_list.svg website/static/img/undraw_online.svg website/static/img/undraw_open_source.svg website/static/img/undraw_tweetstorm.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> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for f8e08bf - Browse repository at this point
Copy the full SHA f8e08bfView commit details -
Update circe-parser to 0.14.5 (#2774)
Updates [io.circe:circe-parser](https://github.com/circe/circe) from 0.14.4 to 0.14.5. [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.5) - [Version Diff](circe/circe@v0.14.4...v0.14.5) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 19470e9 - Browse repository at this point
Copy the full SHA 19470e9View commit details -
Update antlr4, antlr4-runtime to 4.12.0 (#2765)
Updates * org.antlr:antlr4 * [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4/tree/master) from 4.11.1 to 4.12.0. 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 (4.11.1). 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.antlr" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.antlr" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 0079ea8 - Browse repository at this point
Copy the full SHA 0079ea8View commit details
Commits on Mar 8, 2023
-
Updates software.amazon.awssdk:auth from 2.17.295 to 2.20.7. 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 = "software.amazon.awssdk", artifactId = "auth" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for e83252e - Browse repository at this point
Copy the full SHA e83252eView commit details
Commits on Mar 9, 2023
-
airframe-log: Fixes #2777 Use the default System.err for supporting s…
Configuration menu - View commit details
-
Copy full SHA for 13c27fc - Browse repository at this point
Copy the full SHA 13c27fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cca1247 - Browse repository at this point
Copy the full SHA cca1247View commit details -
Update trino-main to 410 (#2778)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 409 to 410. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/410) - [Version Diff](trinodb/trino@409...410) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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 (409). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter-single.json airframe-benchmark/src/main/resources/twitter.json airframe-benchmark/src/main/scala/wvlet/airframe/benchmark/netty_simple/NettyHttp.scala airframe-http-grpc/src/test/scala/wvlet/airframe/http/grpc/GrpcErrorHandlingTest.scala airframe-http-grpc/src/test/scala/wvlet/airframe/http/grpc/example/DemoApi.scala airframe-http-netty/src/main/scala/wvlet/airframe/http/netty/NettyServer.scala airframe-http/.jvm/src/test/scala/wvlet/airframe/http/HttpClientTest.scala airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala airframe-http/src/test/scala/wvlet/airframe/http/GrpcStatusTest.scala airframe-json/src/test/resources/twitter.json airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql docs/airframe-rpc.md docs/release-notes.md website/static/img/features/Fluentd_square.svg website/static/img/features/undraw_process_e90d.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg website/static/img/undraw_operating_system.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> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for 859645d - Browse repository at this point
Copy the full SHA 859645dView commit details -
Update protobuf-java to 3.22.1 (#2776)
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.0 to 3.22.1. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.22.1) - [Version Diff](protocolbuffers/protobuf@v3.22.0...v3.22.1) 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/f12a86103f9f59b59628405e2b8648d9643706bc/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.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 3efee18 - Browse repository at this point
Copy the full SHA 3efee18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a964873 - Browse repository at this point
Copy the full SHA a964873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d8eab - Browse repository at this point
Copy the full SHA 55d8eabView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v23.2.5...v23.3.0