hepin1989
998c5a9285
Formatting java codes with sbt-java-formatter.
2019-01-12 04:00:53 +08:00
kerr
cc19367588
More Java getters for akka.actor.AbstractActor.ActorContext #26161
2019-01-09 20:13:56 +01:00
kerr
bdc90052aa
Update headers from 2018 to 2019 once for all. ( #26165 )
...
* Add CopyrightHeader support for sbt-boilerplate plugin.
* Add CopyrightHeader support for `*.proto` files.
* Add regex match for both `–` and `-` for CopyrightHeader.
* Add CopyrightHeader support for sbt build files.
* Update copyright from 2018 to 2019.
2019-01-02 11:55:26 +01:00
Patrik Nordwall
b04accefa0
Merge pull request #25833 from akka/wip-getting-started-typed-patriknw
...
Translate Getting Started Guide to Typed, #25998
2018-12-06 15:45:17 +01:00
kerr
b7f3cbef94
Merge PatternsCS to Patterns ( #26008 )
...
* !act Move some Java API methods from PatternsCS to Patterns.
* Deprecate PatternCS and in favor of Patterns.
2018-12-06 15:40:43 +01:00
Patrik Nordwall
76276e6504
Translate Getting Started Guide to Typed, #25998
...
* convert example code
* update doc content
* update diagrams
* rewrite parental supervison part
2018-12-06 15:29:39 +01:00
kerr
e847ce016a
+act add getEventStream to ActorSystem #25870
2018-11-09 12:29:05 +01:00
kerr
fafc59b19d
update headers to regular comment ( #25807 )
2018-10-29 05:19:37 -04:00
Christopher Batey
8ba4de386f
Document async and inetaddress DNS ( #25414 )
...
* Document async and inetaddress DNS
Closes #25307
2018-09-17 08:11:34 +01:00
Patrik Nordwall
8309dc9b45
Merge pull request #25389 from chbatey/nit-1
...
Remove use of deprecated methods in java docs
2018-08-23 11:26:39 +02:00
Kazuhiro Sera
482eaea122
Fix several minor typos detected by github.com/client9/misspell ( #25448 )
...
* Fix several minor typos detected by github.com/client9/misspell
* Revert s/erminater/erminator/ in /ActorSystemSpec
2018-08-21 11:02:37 +09:00
Nathan Brown
61f844471b
Correct parameter order in FSM transition-syntax example ( #25439 )
...
To match example and Scala version.
2018-08-20 16:34:35 +02:00
Christopher Batey
8476a90d1f
Remove use of deprecated methods in java docs
2018-07-25 09:50:19 +01:00
Guy Youansi
a4951e0ce7
Java time duration support for javadsl #24646
...
java.time.Duration support in all jdocs java file, the persistence module and the distributed-data
2018-06-26 15:41:30 +02:00
Guy Youansi
759010f0cd
+act add java.time.Duration support Actor javadsl ( #24993 )
...
* add java support in akka-actor module in the class Abstract.ActorContext by adding the setReceiveTimeout and CancelReceiveTimeout
* add akka.actor.AbstractActor#ActorContext cancelReceiveTimeout and setReceiveTimeout to mima-excludes file
* removed scala.concurrent.duration dependency in ActorDocTest and add new method expectTerminated with java.time.Duration support in TestKit
* used java.time.Duration as default import
2018-05-14 17:22:02 +09:00
Patrik Nordwall
6a9fa1946d
Add java.time.Duration support in the JavaDSL in akka-actor module #24646 ( #24883 )
...
* Add java.time.Duration support in the JavaDSL in akka-actor module #24646
* add deprecation and change retry
2018-04-11 16:47:36 +02:00
虎鸣
e45a638ce0
+ testkit Add java.time.Duration to testkit's javadsl
2018-03-20 22:39:30 +08:00
Konrad `ktoso` Malawski
563c7fbcf0
Issue 24594: Integration with sbt-headers and initial header population
2018-03-13 15:45:55 +01:00
Konrad `ktoso` Malawski
8d1feb5a10
fix java documentation snippet by being explicit ( #24569 )
...
* fix java documentation snippet by being explicit
* Update FaultHandlingTest.java
* Update FaultHandlingTest.java
* Update FaultHandlingTest.java
2018-02-20 18:07:40 +09:00
Christopher Batey
009214ae07
Update copyright to 2018 ( #24241 )
2018-01-04 17:26:29 +00:00
kerr
7edf3bfecf
+ actor #15446 add external predicate to ReceiveBuilder ( #24221 )
2018-01-03 10:23:31 +01:00
Patrik Nordwall
e49acb7daa
add Reason to CoordinatedShutdown, #24048
2017-12-04 14:16:06 +01:00
Konrad `ktoso` Malawski
40228e851d
=doc #23421 move Kill docs around and fix snippet ( #23429 )
2017-09-27 15:32:01 +09:00
Richard Imaoka
3b74128c1f
Fix glued Scala/Java code snippet tabs ( Fixes #23415 ) ( #23420 )
2017-07-25 12:12:16 -07:00
Patrik Nordwall
f8a1d635fa
Support for Actor timers, and fix bug in FSM, #15733
...
* backport of the timers from Akka Typed, #16742
* also fixed a small bug in FSM timers, which could result in that
a timer from a previous incarnation was let through to new
incarnation after restart
* no more need for the complicated "how to" section in docs of
how to schedule periodic messages
2017-07-06 14:29:35 +02:00
Richard Imaoka
f0fba394ea
Merge paradox/scala/fault-tolerance.md and java/fault-tolerance.md ( #23172 )
2017-06-26 02:48:19 -07:00
Richard Imaoka
dfef449268
More description about blocking operations ( Fixes #22803 )
...
Improve wordings in actor-systems.md
Adding Java samples in actor-systems.md, and description for scala.concurrent.blocking() inside Future
Move the section for blocking operations to dispatchers.md
Fix minor issues in dispatchers.md
Remove note about scala.concurrent.blocking which would be unnecessary.
Correcting a typo "run run"
2017-06-16 21:46:02 +09:00
Patrik Nordwall
59f53e1a22
move code to src/test
...
* so that it compiles and tests pass
* fix some additional snip references in getting started
2017-05-11 17:36:45 +02:00