Commit graph

628 commits

Author SHA1 Message Date
Raymond Roestenburg
019357eae5 Merge pull request #344 from akka/wip-camel
Rebased and squashed all changes to akka camel so far from Piotr and Ray
2012-03-21 13:41:41 -07:00
Peter Vlugter
3223a94d2c Only build the akka sbt plugin against scala 2.9.1 2012-03-19 13:10:11 +13:00
Piotr Gabryanczyk
4d6511c5c6 Rebased and squashed all changes to akka camel so far from Piotr and Ray 2012-03-17 09:19:57 +01:00
Jonas Bonér
fdb9743dc6 Merge branch 'wip-cluster-membership-jboner' 2012-03-14 15:31:41 +01:00
Roland
bd3583d043 remove sjson and h2Lzf dependencies, see #1900
- both were only referenced from otherwise unreferenced objects in
  akka-remote/akka.serialization
- had to add commonsIo dependency to file and zookeeper mailboxes, which
  got this transitively before
2012-03-12 20:48:24 +01:00
Jonas Bonér
dc80315b31 merge with master 2012-03-09 20:02:43 +01:00
Peter Vlugter
1fd28e429e Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
Viktor Klang
fa1cd02eb1 Switching to Scala 2.9.1-1 2012-03-04 20:47:26 +01:00
Jonas Bonér
a3026b3316 Fixed misc issues after review.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-02 09:55:54 +01:00
Viktor Klang
f654d5d808 Re-adding the twitter repo since it is needed, sigh 2012-02-29 13:55:53 +01:00
Viktor Klang
fc78ebcf34 Removing wasteful repos 2012-02-29 11:49:30 +01:00
Jonas Bonér
0d022afa5e Created test tag LongRunningTest ("long-running") for excluding long running (cluster) tests from standard suite.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-28 11:15:53 +01:00
Roland
73170d1f4b Merge remote-tracking branch 'origin/master' into testing-2.9.2 2012-02-28 10:52:27 +01:00
Roland
750e7158c0 switch to 2.9.1-1-RC1, which fixes the outstanding problems 2012-02-28 10:14:40 +01:00
Viktor Klang
572382b220 Removing playMini as to avoid the cyclic dependency, please look at the play-mini docs for examples 2012-02-27 14:02:27 +01:00
Roland
abd7fb40ca take testMaibox setting from akka.testMailbox system property
also improve doc comment in reference.conf
2012-02-26 19:57:05 +01:00
Roland
b3dd85f6dd switch to dispatcher-scoped settings for durable mailboxes, see #1836
- also switch SBT settings to enable testing of durable mailboxes
  centrally (if so desired, just uncomment testMailbox line in build.sbt)
- automatically start mongod, beanstalkd or redis-server when running
  the respective tests (assumes that the binaries are in PATH)
- unify settings extraction from dispatcher config, sub-scoping by
  mailbox type name
2012-02-25 22:41:48 +01:00
Roland
0cb2184904 make it compile in SBT & Eclipse with 2.9.2-SNAPSHOT
- there is one remaining bug, which makes it impossible to implement
  Function1[T, Boolean] from Java (I wonder if this will ever work,
  given that there is no equivalent type expressible in Java)
- hence create Function1 in Scala code, Java only prepares a Filter SAM
  which does not inherit from anything
- ugly (one more alloc) but the only way I see right now.
2012-02-25 19:34:59 +01:00
Roland
ffbf66b796 get it to not compile with local settings 2012-02-24 11:50:23 +01:00
Henrik Engstrom
0cc34fdb3c Added resolver to Typesafe snapshot repo used for play-mini. See #1538 2012-02-13 08:42:57 +01:00
Henrik Engstrom
1e879b6d03 Added HTTP docs with a sample application. See #1538 2012-02-12 23:09:47 +01:00
Patrik Nordwall
4a5f5eef21 Improve docs and api for zeromq. See #1713
* Wrote a comprehensive example for pub-sub
* Clarified how publish to topic is done
* Several minor, but important, api adjustments for the java api, and some also profit for scala
* Added documentation for Java and updated documentation for Scala
2012-02-09 21:25:22 +01:00
Patrik Nordwall
4e00eb889f Test for Slf4jEventHandler. See #1625
* Test of MDC parameters and other output using a custom logback appender
* Logback test dependency
* Changed to encoding instead of deprecated layout
2012-02-07 16:25:54 +01:00
Viktor Klang
d7435547ff Revert "Commenting out Akka Cluster because it shouldn't be Released, have fun Jonas ;)"
This reverts commit 4b56e754bc.
2012-02-06 17:29:17 +01:00
Viktor Klang
4b56e754bc Commenting out Akka Cluster because it shouldn't be Released, have fun Jonas ;) 2012-02-06 17:06:08 +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
0fa184560c Moved Gossiper, FailureDetector and VectorClock (with tests) to the akka-cluster module. Deleted all old unused cluster code (ZooKeeper-based stuff).
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-01-31 13:34:06 +01:00
Eugene Vigdorchik
c8cd25e913 Factor out localhost and re-enable schoir. 2012-01-25 20:12:26 +04:00
Patrik Nordwall
6265f68ba9 Fixed conflicting dependencies. See #1718
* Duplicate jar files, of different versions were included in dist
* In mongoMailbox I forced netty-3.2.6.Final -> netty-3.3.0.Final, different organization also
* In mongoMailbox I forced commons-pool-1.5.5 -> commons-pool-1.5.6
* In mongoMailbox I forced slf4j-api-1.6.1 -> slf4j-api-1.6.4
* In redisMailbox I forced slf4j-api-1.6.1 -> slf4j-api-1.6.4
2012-01-24 20:58:32 +01:00
Patrik Nordwall
cd608301f8 Commented out Schoir plugin. It has bad dependency to log4j 1.2.15. See #1721 2012-01-24 16:02:21 +01:00
Viktor Klang
46409b2f48 Adding 0MQ to the microkernel 2012-01-23 15:59:28 +01:00
viktorklang
6cbe7f0e02 Merge pull request #225 from casualjim/2.0-zeromq-ivan
2.0 zeromq ivan
2012-01-23 02:09:26 -08:00
Viktor Klang
149fbea5a7 Updating Copyright as per #1660 2012-01-19 18:21:06 +01:00
Viktor Klang
76521793a8 #1690 - upgrading Netty to 3.3.0-Final 2012-01-19 18:08:13 +01:00
Ivan Porto Carrero
a5c55fd017 Adds initial version of zeromq support for akka 2.0 2012-01-18 21:02:09 +01:00
Patrik Nordwall
9ec2bbe676 Fixed invalid dependencies in akka-remote, issue with log4j 1.2.15. See #1648 2012-01-16 14:32:14 +01:00
patriknw
43059d6584 Merge pull request #211 from jboner/wip-1406-migration-patriknw
Migration kit and start of migration documentation. See #1406.
2012-01-16 01:20:18 -08:00
Roland
62499b5901 quiesce logging of artifact resolution from Ivy 2012-01-12 13:45:53 +01:00
Patrik Nordwall
4dd5e9612b Migration kit and start of migration documentation. See #1406.
* Documentation of migration kit
* Documentation of some of the changes
* akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions
* Tried migration of WebWords sample
* Tried migration of akka-samples/async-workers
* Tried migration of akka-samples-trading
2012-01-12 13:27:58 +01:00
Eugene Vigdorchik
edc1d8046f Integrate schoir for distributed testing. 2012-01-12 12:47:11 +04:00
Patrik Nordwall
47d65774e3 parallelExecution default false, use -Dakka.parallelExecution=true for warp speed. 2012-01-01 11:33:20 +01:00
Roland
6f721ec106 fix eclipse build: config/ is gone, must not depend on it 2011-12-28 16:50:57 +01:00
Patrik Nordwall
d695ef52c0 System property for parallelExecution, use -Dakka.parallelExecution=false in sbt launch script to run build/tests sequential 2011-12-23 21:01:33 +01:00
Henrik Engstrom
06f9466aea A sample application showcasing some of the remoting capabilities of Akka 2.0. See #1560 2011-12-22 15:12:41 +01:00
Peter Vlugter
dc3507fcf7 Initial port of transactor to scala-stm
No java api for the stm yet but have converted the
untyped transactor and java tests by accessing the
underlying scala-stm stuff directly
2011-12-21 15:36:04 +13:00
Peter Vlugter
00c7fe5bbb Merge pull request #172 from jboner/migrate-agent
Migrate agent to scala stm
2011-12-19 13:19:31 -08:00
Patrik Nordwall
6e3c2cb682 Enable parallel execution of tests. See #1548 2011-12-19 16:30:48 +01:00
Peter Vlugter
70d8cd3c51 Migrate agent to scala-stm. See #1281 2011-12-19 17:27:14 +13:00
Peter Vlugter
1f62b8d08a Disable amqp module as there currently isn't anything there 2011-12-16 12:21:22 +13:00
Peter Vlugter
55594a241b Merge with master 2011-12-15 08:56:48 +13:00