Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Björn Antonsson
179faba453
=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
2014-01-31 14:13:02 +01:00
Björn Antonsson
003609c9c5
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-18 11:32:51 +01:00
Patrik Nordwall
dd3d3da452
=tra #3668 Deprecate transactors
2013-12-13 11:00:06 +01:00
Patrik Nordwall
a525c52f35
Increase ask timeout in CoordinatedIncrementSpec, see #3409
2013-05-29 09:51:06 +02:00
Björn Antonsson
e00ab533bb
Wait on shutdown of extra actor systems in tests. See #3217
2013-05-07 11:02:03 +02:00
drexin
308428e7bc
removed calls to deprecated Props constructor in java code
2013-05-02 17:00:44 +02:00
Dario Rexin
9ae12d0c37
removed deprecation warnings from akka-transactors
2013-04-26 21:15:49 +02:00
Roland
bcfbea42c1
fix formatting of Java API in doc comments + genjavadoc 0.3
2013-03-07 09:05:55 +01:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Viktor Klang
b00c47854b
Switching over to immutable.Iterable where possible
2012-11-14 16:24:25 +01:00
Viktor Klang
8f131c680f
Switching to immutable.Seq instead of Seq
2012-11-12 14:17:47 +01:00
Viktor Klang
3530e513e1
#2646 - Replacing most usages of JavaConversions by JavaConverters
2012-10-23 17:27:38 +02: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
Roland
ce49ffe3c6
remove all but one occurrence of single-arg tell()
2012-09-19 23:55:53 +02:00
Viktor Klang
05ac275f12
Patching CoordinatedIncrementSpec to try avoid failing on jenkins when timeout is too long
2012-08-31 13:54:14 +02:00
Viktor Klang
0979ec8ea6
Fixing some ScalaDoc links
2012-07-25 15:49:25 +02:00
Viktor Klang
1261fab3af
Removing akka.util.NonFatal and replacing it with scala.util.control.NonFatal
2012-07-22 15:33:18 +02:00
Viktor Klang
52d33113d9
Partial work + broken commit
2012-07-04 15:25:30 +02:00
Viktor Klang
0bf45a9403
Initial work in moving to scala.concurrent.Await + Awaitable
2012-06-29 16:06:26 +02:00
Viktor Klang
54a3a44bf8
#2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration
2012-06-29 13:33:20 +02:00
Viktor Klang
1a7f29aaec
Making everything compile and tests pass
2012-06-28 15:33:49 +02:00
Viktor Klang
da5862ab6f
InitialiZe
2012-06-18 14:02:08 +02:00
Viktor Klang
568c02d158
Preparing transactors for binary compat
2012-05-24 01:38:41 +02:00
Viktor Klang
2bb255b480
Removing ActorTimeoutException everywhere... I swear it...
2012-05-18 15:23:21 +02:00
Viktor Klang
57c5dd00e0
Removing akka.actor.Actors since they were deprecated in 2.0.2
2012-05-07 20:37:56 +02:00
Adam Lesperance
1cb657e02e
Reword default config headers
2012-02-21 14:39:08 -06:00
viktorklang
5e2b74bfe6
Merge pull request #328 from jboner/wip-1821-checked-exceptions-√
...
First stab, do we want to go for throws Throwable or even just switch to...
2012-02-19 13:49:56 -08:00
Viktor Klang
2e45b036d8
Fixing the signatures of the Java API for Coordinated
2012-02-16 14:52:26 +01:00
Viktor Klang
e88f2bd936
First stab, do we want to go for throws Throwable or even just switch to RuntimeExceptions?
2012-02-16 12:31:49 +01:00
Patrik Nordwall
e017aeef08
Replace akka.actor.timeout with specfic settings. See #1808
...
* ActorTimeout (akka.actor.timeout) was used to all sorts of things.
* TestKit default-timeout
* TypedActor timeout for non void methods
* Transactor coordinated-timeout
* ZeroMQ new-socket-timeout
* And in various tests
2012-02-10 16:07:17 +01:00
Peter Vlugter
3fbd18f0fa
Update to ScalaSTM 0.5 (which includes Java API)
2012-02-06 11:34:47 +13:00
Jonas Bonér
5a1c0da8ae
converted tabs to spaces
2012-01-31 15:50:06 +01:00
Viktor Klang
465c29107d
Migrating tests to use the new config for dispatchers
2012-01-30 16:34:25 +01:00
Viktor Klang
f85070c68a
Removing dead imports for transactors
2012-01-25 16:00:43 +01:00
Roland
34a0f005b1
Merge branch 'master' into wip-1581-patterns-ask
2012-01-20 19:29:17 +01:00
Peter Vlugter
eecb2a6247
Merge branch 'master' into java-api-for-scala-stm
...
Conflicts:
akka-transactor/src/main/scala/akka/transactor/Atomically.scala
2012-01-20 11:36:54 +13:00
Peter Vlugter
27da7c4d12
Update java-friendly api for scala stm
...
- move to japi.Stm
- add newMap, newSet, newList methods with java conversions
- add afterCompletion lifecycle callback
2012-01-20 11:31:28 +13:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Peter Vlugter
2058765485
Add basic java api for scala stm to transactor module
...
Note: this commit will be reverted once a java api is published
for scala stm. Adding to transactor module for M3 release.
2012-01-19 11:11:59 +13:00
Peter Vlugter
2757869c62
Update to new Java API for Scala STM
2012-01-19 11:11:59 +13:00
Roland
1daaee98aa
Merge remote-tracking branch 'origin/master' into wip-1581-patterns-ask
2012-01-18 14:20:13 +01:00
Roland
2bed2cb954
move everything into package akka.pattern
2012-01-18 10:18:51 +01:00
Patrik Nordwall
517fceae34
Adjust pool size of default-dispatcher. See #1654
...
* Changed reference.conf
core-pool-size-min = 6
core-pool-size-factor = 3.0
core-pool-size-max = 64
max-pool-size-min = 6
max-pool-size-factor = 3.0
max-pool-size-max = 64
* Limited to smaller pool size in AkkaSpec
* Adjusted some tests that needed more threads
2012-01-17 17:28:57 +01:00
Nikolay Botev
ce1d2f4721
akka.patterns.ask everywhere
2012-01-01 22:23:19 -08:00
Nikolay Botev
877075cdac
ask-2.3
2012-01-01 22:23:13 -08:00
Peter Vlugter
8270b2c038
Replace use of props withCreator in java examples
2011-12-22 12:22:32 +13:00
Peter Vlugter
9b58ecece7
Create timeouts from java without using durations
2011-12-22 12:12:41 +13:00
Peter Vlugter
4661145881
Switch to Await.ready for test latches in transactor spec
2011-12-21 22:19:19 +13:00
Peter Vlugter
45527ec007
Add some java helpers for using scala-stm with transactor
...
A very simple java api to make it easier to use scala-stm
in the java transactor and coordinated tests
2011-12-21 15:36:04 +13:00