Skip to content

Delete actors-migration-guide.md #2604

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

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions _data/overviews-ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@
- category: レガシー
description: "最近の Scala バージョン(2.12以上)には関係なくなった機能をカバーするガイド。"
overviews:
- title: Scala アクター移行ガイド
by: Vojin Jovanovic and Philipp Haller
icon: truck
url: "core/actors-migration-guide.html"
description: "Scala アクターから Akka への移行を容易にするため、Actor Migration Kit(AMK)を用意した。AMK は、Scala アクターの拡張から構成され、プロジェクトのクラスパスに scala-actors-migration.jar を含めることで有効になる。加えて、Akka 2.1 はアクター DSL シングルトンのような機能を導入し、Scala アクターを使ったコードを Akka へ容易に変換することを可能にしている。このドキュメントの目的はユーザーに移行プロセスを案内し、AMK の使い方を説明することだ。"
- title: Scala アクター API
by: Philipp Haller and Stephen Tu
icon: users
Expand Down
5 changes: 0 additions & 5 deletions _data/overviews-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@
- category: Наследие
description: "Руководство по функционалу, которые больше не соответствуют последним версиям Scala (2.12+)."
overviews:
- title: Руководство по миграции Scala Акторов
by: Vojin Jovanovic и Philipp Haller
icon: truck
url: "core/actors-migration-guide.html"
description: "Для облегчения миграции со Скала Актеров на Акка мы предоставили Миграционный Комплект для Актеров (МКА). МКА состоит из расширения Scala Акторов, которое позволяет включить scala-actors-migration.jar в пространство классов проекта. Кроме того, Akka 2.1 включает в себя такие функции, как ActorDSL singleton, которые позволяют осуществлять простое преобразование кода с использованием Scala Actors в Akka. Цель этого документа - помочь пользователям пройти через процесс миграции и объяснить, как использовать МКА."
- title: API Scala Акторов
by: Philipp Haller и Stephen Tu
icon: users
Expand Down
5 changes: 0 additions & 5 deletions _data/overviews-uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,6 @@
- category: Спадщина (legacy)
description: "Посібники, що охоплюють функції, які більше не стосуються останніх версій Scala (2.12+)."
overviews:
- title: Посібник для міграції фреймворку Scala Actors
by: Vojin Jovanovic та Philipp Haller
icon: truck
url: "core/actors-migration-guide.html"
description: "Щоб полегшити перехід від Scala Actors до Akka, ми надали набір Actor Migration Kit (AMK). AMK складається з розширення для Scala Actors, яке вмикається шляхом включення scala-actors-migration.jar до шляху до класу проєкт. Крім того, Akka 2.1 включає такі функції, як одинак ActorDSL, які дозволяють спростити перетворення коду за допомогою Scala Actors в Akka. Метою цього документа є керівництво користувачами через процес міграції та пояснення використання AMK."
- title: API фреймворку Scala Actors
by: Philipp Haller та Stephen Tu
icon: users
Expand Down
5 changes: 0 additions & 5 deletions _data/overviews-zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,6 @@
- category: 遗留问题
description: "涵盖一些与最近的 Scala 版本(2.12+)不再相关的特性的参考"
overviews:
- title: Scala Actors迁移参考
by: Vojin Jovanovic and Philipp Haller
icon: truck
url: "core/actors-migration-guide.html"
description: "为简化 Scala Actors 到 Akka 的迁移我们提供了 Actor 迁移包(Actor Migration Kit,简称 AMK)。迁移包中包含了 Scala Actors 的一个扩展,可以通过项目类路径中包含 scala-actors-migration.jar 来引入该扩展。另外,Akka 2.1 还包含一些新特性,比如 ActorDSL 单例,可使用 Scala Actors 编写的代码更易转换成 Akka 的。本篇目的是指导用户迁移过程并阐释如何使用 Actor 迁移包。"
- title: Scala Actors API
by: Philipp Haller and Stephen Tu
icon: users
Expand Down
5 changes: 0 additions & 5 deletions _data/overviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,6 @@
- category: Legacy
description: "Guides covering features no longer relevant to recent Scala versions (2.12+)."
overviews:
- title: The Scala Actors Migration Guide
by: Vojin Jovanovic and Philipp Haller
icon: truck
url: "core/actors-migration-guide.html"
description: "To ease the migration from Scala Actors to Akka we have provided the Actor Migration Kit (AMK). The AMK consists of an extension to Scala Actors which is enabled by including the scala-actors-migration.jar on a project’s classpath. In addition, Akka 2.1 includes features, such as the ActorDSL singleton, which enable a simpler conversion of code using Scala Actors to Akka. The purpose of this document is to guide users through the migration process and explain how to use the AMK."
- title: The Scala Actors API
by: Philipp Haller and Stephen Tu
icon: users
Expand Down
Loading