Matthew de Detrich
f84e8db3cb
Rename akka package to org.apache.pekko
2022-11-30 16:45:15 +01:00
kerr
0c4c9e6a6d
=doc Update java code sample of StatefulMap. ( #26 )
2022-11-08 12:31:28 +01:00
kerr
c9185892db
+str Add mergeAll stream operator. ( #31298 )
2022-09-01 15:10:33 +02:00
kerr
078ddfa88c
+str Add concatAllLazy stream operator ( #31299 )
2022-09-01 15:07:31 +02:00
kerr
d09d69198e
+str Add interleaveAll stream operator. ( #31300 )
2022-09-01 15:04:12 +02:00
Andrei Arlou
b4ddf43613
Removing unnecessary @SuppressWarnings("unchecked") ( #31511 )
2022-08-29 12:00:09 +02:00
kerr
563f337d51
+str Add statefulMap to Flow and Source ( #31330 )
2022-08-23 09:05:37 +02:00
Luan Kevin Ferreira
5a1bccf5aa
Fix imports referenced in quickstart. ( #31469 )
...
`jdocs.AbstractJavaTest;` is appearing as a suggestion of import to execute code samples of the quickstart, but this class is not present in the dependency library of Akka used in the quickstart, also it seems to not be used at all for quickstart purposes, only on the code that validates the documentation.
2022-07-13 10:39:19 +02:00
Levi Ramsey
bfc15290c3
fix java docs for Source.actorRef ( #31418 )
2022-05-27 14:13:35 +02:00
kerr
d4ede3d334
=doc Make the zipWithIndexExample start with 0 ( #31354 )
2022-04-21 13:53:19 +02:00
George Leung
f6d880fed9
add async to sinks in broadcast async doc ( #28589 )
2022-04-14 10:58:21 +02:00
uazw
b5c29e05c0
using thenCombine instead of join to merge to CompletableFuture ( #31304 )
2022-04-01 09:58:20 +02:00
梦境迷离
060ffc7b71
Remove usage of Java assert in tests ( #31280 )
2022-03-30 09:20:08 +02:00
Arnout Engelen
332f18c42b
fix the build on main ( #31251 )
...
* Fix compilation on scala 2.12
* Add mergePrioritizedN to docs
* Format Java code
2022-03-17 14:44:38 +01:00
kerr
cbfed3b1de
+str Add Source#mergePrioritizedN. ( #31189 )
2022-03-14 08:05:08 +01:00
Anthony Cheng
981eb17f2b
#1732 : Moved splitter and aggregator from Alpakka Docs to Cookbook and … ( #31203 )
2022-03-10 11:23:55 +01:00
Patrik Nordwall
2050667585
Skip test failures from DnsDiscoveryDocTest, #29562 ( #31155 )
2022-02-21 17:44:36 +01:00
Scala Steward
afac726b69
Update scala-library to 2.13.8 ( #31111 )
...
* Update scala-library to 2.13.8
* Deal with some new deprecation errors
* Remove test for deprecated feature
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2022-02-16 09:31:21 +01:00
Renato Cavalcanti
7abc41cf4e
update copyright year to 2022 ( #31057 )
2022-02-04 12:36:44 +01:00
Arnout Engelen
609a7c5f8d
scala3: fix some doc samples that didn't compile ( #31016 )
2022-01-25 15:37:33 +01:00
kerr
4585c3823e
=act Reset receiveTimeoutData to emptyReceiveTimeoutData when cancel ( #31059 )
2022-01-19 12:17:51 +01:00
Prateek Gupta
b56d3a104b
fix the java example code for custom mailbox in akka-docs ( #31034 )
2022-01-06 15:06:55 +01:00
Muskan Gupta
0d76eb4eeb
Fix examples ( #31002 )
2021-12-22 13:11:02 +01:00
Patrik Nordwall
cc446477ee
Add slice queries to Persistence TestKit ( #30995 )
...
* Add currentEventsBySlices to Persistence TestKit to make it feature comatible with currentEventsByTag, simplifies some usage in downstream projects
* Add DurableStateStoreBySliceQuery to Persistence TestKit, to make it feature comatible with the tagged queries simplifies some usage in downstream projects
2021-12-20 09:05:40 +01:00
utkarshup11
889a34e77d
Fixed small typo mistake #30967 ( #30992 )
...
* Fixed small typo mistake in Sink materialized value
* Change Sinks materialized value to Sink's materialized value
2021-12-15 22:06:35 +01:00
Andrei Arlou
b468efd95b
Fix external links - fifth iteration ( #30697 ) ( #30755 )
2021-10-07 10:46:54 +02:00
Andrei Arlou
3045e1775a
Remove final modifier from private methods ( #30737 )
2021-10-04 09:18:02 +02:00
Andrei Arlou
29a595f82c
Use generic type inference and method references in FlowDocTest.java ( #30478 )
2021-08-23 11:16:34 +02:00
Captain1653
98c56822e3
Remove unused sample references from FlowDoc{Test|Spec} ( #20450 )
2021-08-11 19:29:00 +03:00
Johan Andrén
79cff55685
fix: Actually set halfClosed in half closed sample ( #30404 )
2021-07-19 12:22:18 +02:00
franciscolopezsancho
bfbcef13de
missing line ( #30390 )
2021-07-12 14:37:46 +02:00
Andrei Arlou
258bac491b
Remove unused imports in tests ( #30265 )
2021-06-01 13:34:43 +02:00
Johan Andrén
4ade8ef2d1
Lazy and fast concat and prepend ( #30252 )
2021-05-27 17:18:47 +02:00
Alex
3ae85e8cd0
Change tests to use new Source.queue api, #29801 ( #30070 )
2021-05-27 08:53:18 +02:00
Muskan Gupta
dd8b514e89
Add Sink.asPublisher example and update doc ( #30105 )
...
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-05-12 21:16:41 +02:00
Captain1653
0ee9532306
Use StandardCharsets.UTF-8 in SerializationDocTest
2021-05-10 18:00:53 +03:00
Andrei Arlou
f568d4d4f9
Remove usage of Java assert in tests ( #30220 ) ( #30227 )
2021-05-07 21:27:39 +02:00
Seeta Ramayya
174c725ef8
fixed typo ( #30218 )
2021-05-05 13:20:10 +02:00
Sergey Morgunov
fc4e84a322
#30191 - Actualization of docs for "Resumable projections" ( #30197 )
2021-04-22 17:27:25 +02:00
Andrei Arlou
fbc09c55f7
Replace Charset.forName("UTF-8") on StandartCharsets.UTF_8 ( #30113 )
2021-03-19 11:15:50 +01:00
刘冲
c24759feaa
Update ActorHierarchyExperiments.java ( #30075 )
...
Update SupervisedActor example to fit tutorial 1 docs
2021-03-15 15:48:02 +01:00
lmetrak
fd2be34aa2
Update ActorHierarchyExperiments.java ( #30032 )
...
lack of semicolon in package keyword
2021-02-15 10:57:22 +01:00
Michael Marshall
4d9b25579d
Add GroupedWeighted FlowOp and Make Grouped use GroupedWeighted #29066
2021-01-27 18:03:30 +01:00
Patrik Nordwall
9fce9a9c33
more headers ( #29953 )
2021-01-15 16:11:00 +01:00
Nitika Agarwal
8361b2a1b9
Add example for mapError ( #29913 )
2021-01-13 08:05:47 +01:00
Nitika Agarwal
294661bde1
Add example for foldAsync ( #29912 )
2021-01-13 08:01:58 +01:00
Patrik Nordwall
7920694b81
Merge pull request #29867 from johanandren/wip-29858-dns-failure
...
Longer DNS timeout to avoiding ci fail
2021-01-13 07:50:22 +01:00
Arnout Engelen
31f654768f
Update copyright to 2021
2021-01-08 17:55:38 +01:00
Matteo Di Pirro
01e4b4de27
Operators: Add example for watchTermination ( #29888 )
2020-12-15 13:47:07 +01:00
Matteo Di Pirro
374d55cd34
Operators: Add example for groupBy ( #29875 )
2020-12-09 17:44:04 +01:00