-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.2.4
head repository: wvlet/airframe
compare: v23.2.5
- 12 commits
- 9 files changed
- 2 contributors
Commits on Feb 11, 2023
-
Update sbt-airframe to 23.2.4 (#2750)
Updates [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from 23.2.3 to 23.2.4. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.4) - [Version Diff](v23.2.3...v23.2.4) 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/77e035ef483ebb658433dfa1469671184e511f09/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.3). You might want to review and update them manually. ``` docs/release-notes.md examples/rpc-examples/hello-rpc/build.sbt examples/rpc-examples/rpc-scalajs/build.sbt examples/rx-demo/gallery/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", 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> labels: sbt-plugin-update
Configuration menu - View commit details
-
Copy full SHA for e8c872d - Browse repository at this point
Copy the full SHA e8c872dView commit details -
Update airframe-http, ... to 23.2.4 (#2751)
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) from 23.2.3 to 23.2.4. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.4) - [Version Diff](v23.2.3...v23.2.4) 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/77e035ef483ebb658433dfa1469671184e511f09/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.3). You might want to review and update them manually. ``` docs/release-notes.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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 57a171c - Browse repository at this point
Copy the full SHA 57a171cView commit details
Commits on Feb 15, 2023
-
Update netty-all to 4.1.89.Final (#2754)
Updates io.netty:netty-all from 4.1.87.Final to 4.1.89.Final. 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/77e035ef483ebb658433dfa1469671184e511f09/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.netty", artifactId = "netty-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-all" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 1b4caee - Browse repository at this point
Copy the full SHA 1b4caeeView commit details -
Update swagger-parser to 2.1.12 (#2756)
Updates [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) from 2.1.11 to 2.1.12. [GitHub Release Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.12) - [Version Diff](swagger-api/swagger-parser@v2.1.11...v2.1.12) 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/77e035ef483ebb658433dfa1469671184e511f09/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.swagger.parser.v3", artifactId = "swagger-parser" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } }] ``` </details> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for fda424b - Browse repository at this point
Copy the full SHA fda424bView commit details
Commits on Feb 16, 2023
-
Update spark-sql to 3.3.2 (#2757)
Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from 3.3.1 to 3.3.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/77e035ef483ebb658433dfa1469671184e511f09/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 (3.3.1). You might want to review and update them manually. ``` docs/airframe-parquet.md 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.apache.spark", artifactId = "spark-sql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" } }] ``` </details> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for be0c468 - Browse repository at this point
Copy the full SHA be0c468View commit details -
Update scalajs-dom to 2.4.0 (#2758)
Updates [org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom) from 2.3.0 to 2.4.0. [GitHub Release Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.4.0) - [Version Diff](scala-js/scala-js-dom@v2.3.0...v2.4.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/77e035ef483ebb658433dfa1469671184e511f09/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.3.0). 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.scala-js", artifactId = "scalajs-dom" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 03d8bb4 - Browse repository at this point
Copy the full SHA 03d8bb4View commit details -
Update postgresql to 42.5.4 (#2759)
Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.3 to 42.5.4. [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) 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/77e035ef483ebb658433dfa1469671184e511f09/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.postgresql", artifactId = "postgresql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.postgresql", artifactId = "postgresql" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 3b91ab2 - Browse repository at this point
Copy the full SHA 3b91ab2View commit details
Commits on Feb 17, 2023
-
Update protobuf-java to 3.22.0 (#2760)
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 3.22.0. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.22.0) - [Version Diff](protocolbuffers/protobuf@v3.21.12...v3.22.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/77e035ef483ebb658433dfa1469671184e511f09/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 316ea78 - Browse repository at this point
Copy the full SHA 316ea78View commit details -
Update trino-main to 407 (#2761)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 406 to 407. 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/77e035ef483ebb658433dfa1469671184e511f09/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 (406). 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 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/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 310fe3f - Browse repository at this point
Copy the full SHA 310fe3fView commit details
Commits on Feb 19, 2023
-
airframe-sql: Qualify outputColumns if AllColumns has qualifier (#2763)
To make it possible to resolve columns outside a sub-query that has qualified `AllColumns` like this: ```sql select t2.name from A t1 inner join (select * from B) t2 using (id) ``` `t2.name` in the select clause cannot be resolved in this SQL.
Configuration menu - View commit details
-
Copy full SHA for aaa294a - Browse repository at this point
Copy the full SHA aaa294aView commit details -
airframe-sql: Unqualify outputColumns if AllColumns doesn't have qual…
Configuration menu - View commit details
-
Copy full SHA for d649138 - Browse repository at this point
Copy the full SHA d649138View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58ad811 - Browse repository at this point
Copy the full SHA 58ad811View 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.4...v23.2.5