Commit graph

71 commits

Author SHA1 Message Date
PJ Fanning
4e4f53fa65
Update scala3.md (#804)
* Update scala3.md

* Update scala3.md

* Update scala3.md
2023-11-21 11:00:58 +01:00
PJ Fanning
2864b6a26c
add release notes for v1.0.2 (#792) 2023-11-14 16:04:31 +01:00
Zachary Sistrunk
d0e70eb864
Update link to Pekko variant of akka-quartz-scheduler (#782) 2023-11-08 09:32:53 +01:00
PJ Fanning
dd968770b8
try to fix link validation (#772)
* try to fix link validation

* http links
2023-11-03 09:04:52 +01:00
Eric Loots
0a09ccc71e
Add section on using scala3 union types (#695)
* Add section on using scala3 union types

* Code formatting

* Integrate PR feedback

- Point out that Union types are Scala 3 specific
2023-10-11 19:19:27 +08:00
AndyChen
2ce80b17f7
Update Netty to 4.1.100.final (#689) 2023-10-11 17:50:27 +08:00
PJ Fanning
c6dc8210d7
Remove note about Lagom (#698)
* Remove note about Lagom

* Update PersistenceId.scala
2023-10-07 10:45:58 +01:00
PJ Fanning
7bee80e058
mapAsyncPartitioned / mapAsyncPartitionedUnordered (#561)
* Create MapAsyncPartition.scala

add license

add test

Update LICENSE

try to fix test

* Update MapAsyncPartitionSpec.scala

wip

Update MapAsyncPartition.scala

wip

* changes to get code to compile with scala 2.12

* more tests

scalafmt

* Update MapAsyncPartition.scala

* make code more closely match the Akka API

java

Update Flow.scala

more java api

* Add ordered version of the operator

* Fix formatting

* update docs

* test null function result

* java api

* add back code to get scala 2.12 compile working again

* Unify mapAsyncPartitioned implementations

* remove special license

Update CopyrightHeader.scala

* java tests

javafmt

* update docs

update tests

update javadoc

---------

Co-authored-by: Jacek Sokol <jacek@scalabs.pl>
2023-09-21 18:35:39 +01:00
He-Pin
8d2141a5c9 =str Deprecate statefulMapConcat operator. 2023-09-02 00:50:10 +08:00
Dongxu Wang
2ad6c6cd03 fix docs typo 2023-08-12 10:15:40 +02:00
Dongxu Wang
5fde3e6b99 fix to point akka's security 2023-08-11 23:14:15 +08:00
He-Pin
bd3270cd3e +str Add Flow contramap.
Signed-off-by: He-Pin <hepin1989@gmail.com>
2023-08-11 17:27:50 +08:00
PJ Fanning
4169e7d476 fix up some docs with version numbers that are Akka versions 2023-08-04 13:03:25 +08:00
PJ Fanning
5655f0bcb2
mention pekko and pekko.tcp URL schemes (#502)
* mention pekko and pekko.tcp URL schemes

* Update migration-guides.md
2023-07-28 19:42:24 +08:00
PJ Fanning
2405062248
release notes for version 1.0.1 (#496)
Update index.md

fix grammar

Update index.md

class name
2023-07-18 20:39:47 +01:00
PJ Fanning
10adce08c8
add release notes (#480) 2023-07-13 16:57:50 +01:00
PJ Fanning
b51ac9c2a4
add comma to long sentence in docs (#452)
* add comma to long sentence in docs

* update to 'supervisee' based on review suggestion
2023-06-23 15:13:00 +01:00
PJ Fanning
b0fdac259b
adjust ASF header (#450) 2023-06-22 14:19:26 +01:00
PJ Fanning
f54b82b04c
Update migration-guides.md (#397)
* Update migration-guides.md

* change based on review comment

* another review based change
2023-06-14 23:14:11 +01:00
Matthew de Detrich
8e60ef5c6d Make link validator run against PR's 2023-06-14 20:46:51 +02:00
Matthew de Detrich
97cf472aff Update SSL Config version for Scala 2.12 and 2.13 2023-06-13 21:53:05 +02:00
Zachary Sistrunk
495dc11074 Update persistence-plugins.md
Mention JDBC Durable State restriction
2023-06-10 01:00:29 +08:00
PJ Fanning
1612950702
fix up refs to Akka in source code (#374)
* fix up refs to Akka in source code

* Update distributed-data.md
2023-06-07 14:51:57 +01:00
PJ Fanning
7d896338e3
stray space in doc (#372) 2023-06-07 12:54:04 +01:00
He-Pin
008bdd5190 =sbt Upgrade to Scala 2.12.18 and 2.13.11. 2023-06-03 21:38:07 +08:00
Matthew de Detrich
480f516398
Unwrap single string interpolation syntax 2023-05-24 16:28:02 +02:00
Matthew de Detrich
3c11923e83 Integrate sbt-license-report 2023-05-15 12:40:29 +02:00
Matthew de Detrich
07df607192 Add FunctionConverters, FutureConverters and ObjectConverters 2023-05-08 12:03:37 +02:00
PJ Fanning
dfa0b0ded1
use github links as a 1st step away from lightbend links (#311) 2023-05-06 20:02:28 +01:00
PJ Fanning
fbbba72d8a
link to newly created pekko samples (#299) 2023-05-06 18:59:30 +01:00
Samuele Resca
53e54104ef
Fixing #246: update signature and fiddle properties in project/Paradox.scala (#302)
* Updating Paradox props.

* Reverting scalafiddle props.

* Removing @@signature placeholder in favour of apidocs.

* Coverting scalafiddler examples to standard examples.

---------

Co-authored-by: Samuele Resca <sr7@ad.datcon.co.uk>
2023-04-27 21:20:29 +02:00
PJ Fanning
b8705bce5a
remove refs to spanner persistence (#292)
* remove refs to spanner persistence

* fix dynamodb link
2023-04-17 22:49:32 +02:00
PJ Fanning
751ec2943e
update links to point to pekko sample docs (#285)
* update links to point to pekko sample docs

* use github links
2023-04-14 19:54:23 +08:00
Matthew de Detrich
3a8d86f8a6 Add ScalaTestWithActorTestKitBase trait to handle multiple extends 2023-04-12 16:36:55 +02:00
PJ Fanning
658e4bc4b0
temporarily remove refs to platform guide (#280)
Update persistence-testing.md
2023-04-11 20:29:42 +02:00
PJ Fanning
69b5045f9e
remove more akka refs in our docs (#269) 2023-03-24 22:19:14 +01:00
PJ Fanning
1836c952f9
remove refs to akka versions (#256) 2023-03-23 01:37:57 +01:00
PJ Fanning
904705b3df Update migration-guides.md 2023-03-09 05:00:01 +08:00
PJ Fanning
5322174ecc replace 2551 with 7354 2023-03-09 05:00:01 +08:00
PJ Fanning
c23f9fb834 artery port = 17355 2023-03-09 05:00:01 +08:00
PJ Fanning
1969f7580d change 2552+ port numbers 2023-03-09 05:00:01 +08:00
PJ Fanning
785369030d change default port number to 7355 2023-03-09 05:00:01 +08:00
PJ Fanning
0a8b8a572f
set license headers on conf files (#227) 2023-03-03 13:24:19 +01:00
PJ Fanning
7e653454a9
use pekko: in urls and fix other branding issues (#184)
* use pekko: in urls and fix other branding issues

* update comments

* fix artery test

* test changes

* scalafmt

* try to fix some tests and fixing more akka refs

* more akka refs

* more changes

* more akka refs

* Update LeaseMajoritySpec.scala

* Update docs/src/main/paradox/testing.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update docs/src/main/paradox/project/migration-guides.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update scripts/release-train-issue-template.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* revert link-validation change

* Update JacksonModule.scala

* revert key name changes to fix 2 tests

* fix one test

* more test trouble

* more test issues

* fix hashing test

* Update RouterTest.java

* update code comment

---------

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-02-22 12:48:15 +01:00
PJ Fanning
2df8d99786
change deprecated versions to use Akka in name (#209)
* change deprecated versions to use Akka in name

* scalafmt

* update markdown
2023-02-21 11:13:05 +01:00
PJ Fanning
864ee821b9 fix up some doc usage where 'the' is repeated 2023-02-18 02:10:19 +08:00
PJ Fanning
04154da3cc remove section about Akka 2.4 versioning change 2023-02-18 02:04:54 +08:00
PJ Fanning
6a5e75661d no need to mention old Akka version behaviours relating to TLS auth 2023-02-18 01:28:35 +08:00
PJ Fanning
c32fcf1f0a
update more akka refs to use pekko name (#200) 2023-02-17 10:49:40 +01:00
PJ Fanning
3ee028f915
update some random akka refs (#196) 2023-02-16 10:39:18 +01:00