Commit graph

94 commits

Author SHA1 Message Date
He-Pin(kerr)
4c20580ff2
chore: Add Flow#flattenMerge operator. (#1045) 2024-01-27 18:03:23 +08:00
AndyChen
108f5d123a
chore: Temporarily disable the license report generation to speed up build (#704)
* fix: using project/index generator

* fix: broken link

* chore: reformat code

* simplify generator and build fixes

* additional documentation clarify

* code format chore

* chore: reducing cr cost

* chore: remove unnecessary

* reset link configuration

* keep index doc

* disable license report by default

* reduce license because disable by default

* Change the description of build paradox

* chore: code fmt
2024-01-23 19:33:33 +08:00
He-Pin(kerr)
6df4b88df4
chore: Move java 21 code to a dedicated folder and including code sni… (#1023)
* chore: Move java 21 code to a dedicated folder and including code snippe with tab.

* chore: Update OptimizedActorWithJava21.java with new line.
2024-01-23 14:37:32 +08:00
Luca Zhang
d282d5e153 doc: metion for the Java 21's new switch statement in document
attach the code directly in the doc instead of putting it in `ActorDocTest.java` because we don't support java-jdk-21 now
2024-01-23 00:55:35 +08:00
He-Pin(kerr)
2431eb4083
feat: Add Flow/Sink#foldWhile operator. (#1012) 2024-01-22 19:14:34 +08:00
He-Pin(kerr)
371a059220
chore: Fix typo in fold.md. (#1018) 2024-01-22 14:16:46 +08:00
He-Pin(kerr)
51b7ac519a
feat: Add collectFirst stream operator. (#984) 2024-01-20 19:39:22 +08:00
He-Pin(kerr)
19da73673d
feat: Add collectWhile operator. (#964) 2024-01-17 01:07:47 +08:00
He-Pin(kerr)
bd8ee25b80
feat: Add mapWithResource stream operator. (#931) 2024-01-16 18:29:05 +08:00
He-Pin(kerr)
df302b8ee6
feat: Add create method to PFBuilder. (#947) 2024-01-15 17:37:14 +08:00
kerr
cf70478201
feat: Add dimap operator to Flow. (#942) 2024-01-15 15:01:34 +08:00
kerr
057fe066e8
chore: Fix compiling error in AsSubscriber.java and FromPublisher.java (#953) 2024-01-15 11:12:25 +08:00
He-Pin
3a1b811277 chore: Fix scaladoc link in contramap.md 2024-01-15 09:47:20 +08:00
He-Pin
269748d674 chore: Add foreach to index.md 2024-01-14 19:09:18 +08:00
kerr
72f0a426b8
feat: Add support for for comprehensions. (#935) 2024-01-14 00:39:44 +08:00
PJ Fanning
6883d15576
use StandardCharsets (#934) 2024-01-13 12:40:16 +01:00
kerr
959c98dba5
chore: Fix typos in onErrorComplete.md (#916) 2024-01-08 13:19:00 +08:00
kerr
2b3818b55a
feat:Add onErrorComplete stream operator. (#913) 2024-01-08 02:30:52 +08:00
He-Pin
d829637ef2 chore: Fix RecipeAdhocSource test. 2023-12-28 17:58:37 +08:00
Matthew de Detrich
b818925edc Replace SubstreamCancelStrategy with SupervisionDecider for Split 2023-12-28 05:46:37 +01:00
PJ Fanning
8dedfc242f
fix broken link (#853) 2023-12-19 09:59:37 +01:00
PJ Fanning
b46750a78f
add more v1.0.2 release notes (#823) 2023-12-02 12:40:04 +01:00
PJ Fanning
2ebec0364d
adjust log-on-startup docs (#815)
* adjust log-on-startup docs

* update message
2023-11-26 10:55:09 +01:00
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