This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new def5d6e388 Rename akka files and folders to pekko
def5d6e388 is described below
commit def5d6e38865b742641078ff80183bf2500fe5b1
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 18:42:25 2023 +0200
Rename akka files and folders to pekko
---
.../{akka => org/apache/pekko}/serialization/jackson/JavaMessages.java | 0
.../{AkkaSerializationModule.scala => PekkoSerializationModule.scala} | 0
...AkkaSubscriberVerification.scala => PekkoSubscriberVerification.scala} | 0
.../{akka => org/apache/pekko}/stream/FanInShapeN.scala.template | 0
.../{akka => org/apache/pekko}/stream/FanOutShapeN.scala.template | 0
.../{akka => org/apache/pekko}/stream/javadsl/GraphCreate.scala.template | 0
.../{akka => org/apache/pekko}/stream/javadsl/UnzipWith.scala.template | 0
.../apache/pekko}/stream/javadsl/ZipLatestWith.scala.template | 0
.../{akka => org/apache/pekko}/stream/javadsl/ZipWith.scala.template | 0
.../{akka => org/apache/pekko}/stream/scaladsl/GraphApply.scala.template | 0
.../apache/pekko}/stream/scaladsl/UnzipWithApply.scala.template | 0
.../apache/pekko}/stream/scaladsl/ZipLatestWithApply.scala.template | 0
.../apache/pekko}/stream/scaladsl/ZipWithApply.scala.template | 0
13 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/bench-jmh/src/main/java/akka/serialization/jackson/JavaMessages.java
b/bench-jmh/src/main/java/org/apache/pekko/serialization/jackson/JavaMessages.java
similarity index 100%
rename from bench-jmh/src/main/java/akka/serialization/jackson/JavaMessages.java
rename to
bench-jmh/src/main/java/org/apache/pekko/serialization/jackson/JavaMessages.java
diff --git
a/serialization-jackson/src/main/scala/org/apache/pekko/serialization/jackson/AkkaSerializationModule.scala
b/serialization-jackson/src/main/scala/org/apache/pekko/serialization/jackson/PekkoSerializationModule.scala
similarity index 100%
rename from
serialization-jackson/src/main/scala/org/apache/pekko/serialization/jackson/AkkaSerializationModule.scala
rename to
serialization-jackson/src/main/scala/org/apache/pekko/serialization/jackson/PekkoSerializationModule.scala
diff --git
a/stream-tests-tck/src/test/scala/org/apache/pekko/stream/tck/AkkaSubscriberVerification.scala
b/stream-tests-tck/src/test/scala/org/apache/pekko/stream/tck/PekkoSubscriberVerification.scala
similarity index 100%
rename from
stream-tests-tck/src/test/scala/org/apache/pekko/stream/tck/AkkaSubscriberVerification.scala
rename to
stream-tests-tck/src/test/scala/org/apache/pekko/stream/tck/PekkoSubscriberVerification.scala
diff --git a/stream/src/main/boilerplate/akka/stream/FanInShapeN.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/FanInShapeN.scala.template
similarity index 100%
rename from stream/src/main/boilerplate/akka/stream/FanInShapeN.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/FanInShapeN.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/FanOutShapeN.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/FanOutShapeN.scala.template
similarity index 100%
rename from stream/src/main/boilerplate/akka/stream/FanOutShapeN.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/FanOutShapeN.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/javadsl/GraphCreate.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/GraphCreate.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/javadsl/GraphCreate.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/GraphCreate.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/javadsl/UnzipWith.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/UnzipWith.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/javadsl/UnzipWith.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/UnzipWith.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/javadsl/ZipLatestWith.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/ZipLatestWith.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/javadsl/ZipLatestWith.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/ZipLatestWith.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/javadsl/ZipWith.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/ZipWith.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/javadsl/ZipWith.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/javadsl/ZipWith.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/scaladsl/GraphApply.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/scaladsl/GraphApply.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/scaladsl/UnzipWithApply.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/UnzipWithApply.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/scaladsl/UnzipWithApply.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/UnzipWithApply.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/scaladsl/ZipLatestWithApply.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/ZipLatestWithApply.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/scaladsl/ZipLatestWithApply.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/ZipLatestWithApply.scala.template
diff --git
a/stream/src/main/boilerplate/akka/stream/scaladsl/ZipWithApply.scala.template
b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/ZipWithApply.scala.template
similarity index 100%
rename from
stream/src/main/boilerplate/akka/stream/scaladsl/ZipWithApply.scala.template
rename to
stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/ZipWithApply.scala.template
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]