From b40327e5188ddcbe9ea65a2e258692d8564d06d9 Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Mon, 26 Sep 2022 15:27:20 +0200 Subject: [PATCH] feat: fade out scala-lang and move scala3 to adopt --- radar/2022-03-28/scala-lang.md | 6 ++++++ radar/2022-03-28/scala3.md | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 radar/2022-03-28/scala-lang.md create mode 100644 radar/2022-03-28/scala3.md diff --git a/radar/2022-03-28/scala-lang.md b/radar/2022-03-28/scala-lang.md new file mode 100644 index 0000000..71cb03a --- /dev/null +++ b/radar/2022-03-28/scala-lang.md @@ -0,0 +1,6 @@ +--- +title: "Scala Lang" +ring: adopt +quadrant: languages-and-frameworks +featured: false +--- diff --git a/radar/2022-03-28/scala3.md b/radar/2022-03-28/scala3.md new file mode 100644 index 0000000..9a838f5 --- /dev/null +++ b/radar/2022-03-28/scala3.md @@ -0,0 +1,10 @@ +--- +title: "Scala 3" +ring: "adopt" +quadrant: "languages-and-frameworks" +featured: true +--- + +Following up on the previous 'trial' we will move our existing Scala codebase to +Scala 3 where possible. Some Frameworks like Play will need some time to allow +us moving but for our smaller services a migration is possible.