Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snakeyaml to 2.2 #3167

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Update snakeyaml to 2.2 #3167

merged 1 commit into from
Aug 28, 2023

Conversation

xerial-bot
Copy link
Collaborator

About this PR

📦 Updates org.yaml:snakeyaml from 2.1 to 2.2

📜 Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog

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 file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.1).
You might want to review and update them manually.

.github/workflows/codecov.yml
.github/workflows/release-sbt-plugin.yml
.github/workflows/test.yml
.mergify.yml
README.md
airframe-benchmark/README.md
airframe-canvas/README.md
airframe-config/README.md
airframe-control/.jvm/src/main/scala/wvlet/airframe/control/Shell.scala
airframe-di/README.md
airframe-di/src/main/scala/wvlet/airframe/Binder.scala
airframe-di/src/main/scala/wvlet/airframe/LazyF0.scala
airframe-fluentd/README.md
airframe-http-codegen/src/test/scala/wvlet/airframe/http/codegen/HttpClientGeneratorTest.scala
airframe-http-grpc/src/main/scala/wvlet/airframe/http/grpc/GrpcServerFactory.scala
airframe-http-grpc/src/main/scala/wvlet/airframe/http/grpc/gRPC.scala
airframe-http-recorder/README.md
airframe-http/README.md
airframe-jmx/README.md
airframe-jmx/src/main/scala/wvlet/airframe/jmx/JMXUtil.scala
airframe-json/README.md
airframe-launcher/README.md
airframe-log/.jvm/src/test/scala/wvlet/log/AsyncHandlerTest.scala
airframe-log/README.md
airframe-msgpack/README.md
airframe-parquet/src/main/scala/wvlet/airframe/parquet/ParquetStatsReader.scala
airframe-rx-widget/README.md
airframe-rx-widget/scripts/update-monaco-facade.sh
airframe-rx/src/main/scala/wvlet/airframe/rx/LazyF0.scala
airframe-scalatest/README.md
airframe-scalatest/shared/src/main/scala/wvlet/airframe/AirframeSpec.scala
airframe-sql/README.md
airframe-surface/.jvm/src/main/scala/wvlet/airframe/surface/reflect/ReflectTypeUtil.scala
airframe-surface/.jvm/src/main/scala/wvlet/airframe/surface/reflect/RuntimeMethodParameter.scala
airframe-surface/.jvm/src/test/scala/wvlet/airframe/surface/SurfaceJVMTest.scala
airframe-surface/README.md
airframe-ulid/src/main/scala/wvlet/airframe/ulid/CrockfordBase32.scala
airspec/README.md
airspec/build.sbt
airspec/project/plugin.sbt
build.sbt
docs/airframe-benchmark.md
docs/airframe-canvas.md
docs/airframe-codec.md
docs/airframe-config.md
docs/airframe-control.md
docs/airframe-di-legacy.md
docs/airframe-di.md
docs/airframe-fluentd.md
docs/airframe-http-recorder.md
docs/airframe-http.md
docs/airframe-jdbc.md
docs/airframe-jmx.md
docs/airframe-json.md
docs/airframe-launcher.md
docs/airframe-log.md
docs/airframe-metrics.md
docs/airframe-msgpack.md
docs/airframe-parquet.md
docs/airframe-rpc.md
docs/airframe-rx.md
docs/airframe-scalatest.md
docs/airframe-sql.md
docs/airframe-surface.md
docs/airframe-ulid.md
docs/airspec.md
docs/index.md
docs/release-notes.md
examples/rx-demo/gallery/build.sbt
examples/rx-demo/gallery/src/main/public/index.html
project/plugin.sbt
sbt
sbt-airframe/.scala-steward.conf
sbt-airframe/README.md
sbt-airframe/build.sbt
sbt-airframe/project/plugin.sbt
sbt-airframe/sbt
sbt-airframe/src/main/scala/wvlet/airframe/sbt/http/AirframeHttpPlugin.scala
sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
website/static/img/features/Fluentd_square.svg
website/static/img/features/undraw_online_transactions_02ka.svg
website/static/img/features/undraw_process_e90d.svg
website/static/img/features/undraw_server_down_s4lk.svg
website/static/img/features/undraw_time_management_30iu.svg
website/static/img/undraw_code_review.svg
website/static/img/undraw_monitor.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_operating_system.svg
website/static/img/undraw_react.svg
website/static/img/undraw_tweetstorm.svg
website/static/img/undraw_youtube_tutorial.svg
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.yaml", artifactId = "snakeyaml" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.yaml", artifactId = "snakeyaml" }
}]
labels: library-update

@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #3167 (85c45f9) into main (dd354fc) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3167   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files         350      350           
  Lines       14743    14743           
  Branches     2447     2447           
=======================================
  Hits        12219    12219           
  Misses       2524     2524           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd354fc...85c45f9. Read the comment docs.

@xerial
Copy link
Member

xerial commented Aug 28, 2023

It looks like JDK11 compatibility issue has been resolved in 2.1 https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes

@xerial xerial merged commit e7ee72b into main Aug 28, 2023
@xerial xerial deleted the update/snakeyaml-2.2 branch August 28, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants