Arnout Engelen
e390f1397b
Fix warnings in akka-remote ( #26735 )
2019-04-16 20:26:09 +02:00
Auto Format
75579bed17
format source with scalafmt, #26511
2019-03-15 10:23:46 +01:00
Auto Format
ce404e4f53
format source with scalafmt
2019-03-11 16:58:55 +01:00
Patrik Nordwall
5c96a5f556
replace unicode arrows
...
* ⇒, →, ←
* because we don't want to show them in documentation snippets and
then it's complicated to avoid that when snippets are
located in src/test/scala in individual modules
* dont replace object `→` in FSM.scala and PersistentFSM.scala
2019-03-11 16:58:51 +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
kerr
fafc59b19d
update headers to regular comment ( #25807 )
2018-10-29 05:19:37 -04:00
Christopher Batey
009214ae07
Update copyright to 2018 ( #24241 )
2018-01-04 17:26:29 +00:00
Johan Andrén
3643f18ded
Protobuf serializers for remote deployment #22332
2017-03-16 15:12:35 +01:00
Konrad `ktoso` Malawski
e47dbda154
=str #22448 rewrite Source.empty to GraphStage
2017-03-07 15:13:49 +01:00
Johan Andrén
a6bb7f7960
Use the right serializers when checking bw compability of DaemonMsgCreateSerializer #22224
2017-03-01 17:09:05 +01:00
Johan Andrén
734c31fa4f
Fix DaemonMsgCreateSerializer #22225
2017-02-21 16:08:16 +01:00
Patrik Nordwall
b72ca92799
serialize Scala 2.12 functions for when used in remote deployment, #22041
2017-01-20 14:09:21 +01:00
Philippus Baalman
6c7085252a
extended copyright into 2017
2017-01-04 17:37:15 +01:00
Björn Antonsson
de47178eb5
=act,rem Clean up some test serialization issues for Scala 2.12
2016-11-01 11:55:15 +01:00
Patrik Nordwall
9f659cf9b1
remove JUnitRunner annotation, #16112
...
* it was used for running tests from inside Eclipse,
but since it caused some trouble we remove it
2016-04-05 17:06:58 +02:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Julian Tescher
00f6a58e7c
Changes all occurances of Typesafe copyright to extend to 2015
2015-03-10 14:12:19 -07:00
Patrik Nordwall
30df518421
=tes Use ConversionCheckedTripleEquals
2015-03-10 08:17:03 +01:00
Konrad 'ktoso' Malawski
f13d4975cc
=act,rem #13946 fix handling of null parameters in Props
...
+ Props creation with nulls does not fail any longer
+ null values are now serialised properly and can be used in remote
deployments too
+ added tests for Reflect.findConstructor
> does not change wire protocol, so that's open for discussion (if we
> want it to be more like SerialisedMessage or not)
Resolves #13946
2014-09-01 13:33:16 +02:00
Patrik Nordwall
1e445b4eba
!act,rem,clu #3920 Remove deprecated old routers
2014-03-14 14:12:11 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Roland Kuhn
5bcb750441
!act,doc,rem,tes 3823 remove deprecated Props methods
...
- rewrite deprecated usages to their recommended counterparts
- TestActorRef now verifies mailbox requirements
- CallingThreadMailbox now exposes proper messageQueue type for
inspection
2014-01-17 09:12:44 +01:00
Björn Antonsson
003609c9c5
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-18 11:32:51 +01:00
Roland
28aad82b1a
deprecate closure-taking Props factories, see #3081
...
- base Props on Deploy, Class and Seq[Any] (i.e. constructor args)
- remove deprecated Props usage from akka-docs sample code
- rewrite UntypedActorDocTestBase
- rewrite Java/Scala doc section on actor creation
- add migration guide entry
2013-04-16 12:48:31 +02:00
Patrik Nordwall
ae0cb4a756
Add dispatcher to deployment config, see #2839
2013-04-08 09:52:56 +02:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Roland
0f04239f67
move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504
2012-10-11 15:18:10 -07:00
Björn Antonsson
5f63469264
Clean up akka-remote for OSGi and re-enable OSGi bundles. See #2497
2012-09-17 13:47:57 +02:00