Commit graph

1154 commits

Author SHA1 Message Date
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
Roland
761a61eb6b remove sbteclipse plugin from project/plugins.sbt
this should be in each user’s .sbt directory, so that everybody is free
to use which version they like
2012-02-08 09:36:17 +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
34df500c92 Add comment about ssh config for release script 2012-02-06 12:06:36 +13: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
Peter Vlugter
0e80714beb Remove old sbt 0.7 build files 2011-12-24 17:57:15 +13:00
Peter Vlugter
7ff362c9c6 Improve the distribution download
- add a simple readme
- create a gzipped tar file of the download
- add a dry-run option to the release script
2011-12-24 17:39:48 +13: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
ad8a050d05 Updated microkernel
- no config files used by microkernel
- boot classes are specified as main arguments
- actor system creation is left to user in Bootable
- added on-out-of-memory handler to java args
- updated docs
2011-12-15 11:42:06 +13:00
Peter Vlugter
55594a241b Merge with master 2011-12-15 08:56:48 +13:00
Patrik Nordwall
06a08c5823 Removed STM module. See #1503
* Removed from build. Didn't remove akka-stm directory, contains transactors also.
* Replaced usage of org.multiverse.api.latches.StandardLatch in some tests with testkit.TestLatch
2011-12-14 12:39:27 +01:00
Peter Vlugter
b058e6a471 Add config spec for akka kernel 2011-12-14 17:15:06 +13:00
Peter Vlugter
ba9ed982ca Re-enable akka-kernel and add small sample
Created a new simple version of the microkernel for
inclusion in the akka download and to be able to start
working on sample applications
2011-12-14 16:42:47 +13:00
Peter Vlugter
facd5be659 Remove bin and config dirs from distribution zip
Add these again when akka-kernel is re-enabled
2011-12-14 10:52:37 +13:00
Roland
92e7693203 Merge remote-tracking branch 'origin/master' into wip-remote-supervision-rk 2011-12-13 16:59:43 +01:00
Peter Vlugter
531397edc2 Add dist task for building download zip. Fixes #1001
Simpler than what was there before. Just a single zip file
is being created. Extending this should be coordinated
with Josh's work on the integrated typesafe stack build.

Also add caching to rstdoc task.
2011-12-13 14:41:55 +13:00
Patrik Nordwall
eaafed69eb DOC: Update Durable Mailboxes Chapter. See #1472 2011-12-12 11:51:12 +01:00
Peter Vlugter
08af7684e5 Include copy xsd in release script 2011-12-12 15:45:43 +13:00
Peter Vlugter
ceb888b9a7 Add scripted release 2011-12-10 13:31:40 +13:00
Roland
f4fd207fdc re-enable multi-jvm tests
- only Direct* and New* for now, since
- the non-trivial routers are not yet done and not topic of this branch
2011-12-09 20:58:59 +01:00
Jonas Bonér
15c0462db3 Added sbteclipse plugin to the build (version 1.5.0)
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-09 18:28:43 +01:00
Peter Vlugter
9848fdc706 Update to sbt 0.11.2 2011-12-08 17:05:01 +13:00
Roland
82dc4d67c9 fix remaining review comments 2011-12-05 21:43:58 +01:00
Roland
e38cd19af9 Merge branch 'master' into wip-ActorPath-rk 2011-12-02 13:31:48 +01:00