Commit graph

448 commits

Author SHA1 Message Date
Roland
f8fa825e48 improve safety of Props.create by allowing Creator<T>, see #3377
Props constructors need to be deprecated instead of being mutated
because we cannot just start throwing exceptions in people’s existing
code. Props.withCreator is deprecated for similar reasons, but also
because Props are about the creators, so replacing that after the fact
is not good style.
2013-05-29 23:40:27 +02:00
Patrik Nordwall
f64b68c466 Remove experimental label from cluster, see #3283 2013-05-23 18:15:20 +02:00
Roland
f3f55d4972 exclude akkaSbtPlugin from unidoc (does not make sense and fails) 2013-05-22 17:58:38 +02:00
Patrik Nordwall
d3fc338f84 Merge pull request #1460 from akka/wip-3365-config-1.0.1-patriknw
Config library 1.0.1
2013-05-22 05:54:57 -07:00
Patrik Nordwall
d5e1f8642a Config library 1.0.1
* Mention the new syntax for seed-nodes in cluster docs
2013-05-22 14:51:47 +02:00
Roland Kuhn
f055fafe32 Merge pull request #1461 from akka/wip-scala-2.11-∂π
2.11.0-M3: make it compile and fix a test
2013-05-22 05:42:58 -07:00
Roland
0ac9333b50 make it compile with Scala 2.11.0-M3 2013-05-22 11:49:52 +02:00
Patrik Nordwall
c656bb08d2 Netty 3.6.6, see #3356 2013-05-17 12:14:21 +02:00
Björn Antonsson
75e0321d0f Upgrade ScalaBuff to 1.2.0 2013-05-13 07:47:19 +02:00
Viktor Klang (√)
3578c95e7f Merge pull request #1425 from akka/wip-javac-utf-8-√
#3333 - adding -encoding UTF-8 to javacOptions
2013-05-10 05:01:38 -07:00
Roland Kuhn
96aac98093 Merge pull request #1417 from akka/wip-genjavadoc0.5-∂π
update to genjavadoc 0.5
2013-05-10 04:46:11 -07:00
Viktor Klang
ab1b259e1a #3333 - adding -encoding UTF-8 to javacOptions 2013-05-10 02:30:45 +02:00
Roland
9842980e25 update to genjavadoc 0.5 2013-05-09 09:41:35 +02:00
Björn Antonsson
9c5cc24ba7 Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
Patrik Nordwall
33a8808a6d Enable usage of MultiJvm nrOfNodes in cluster StressSpec, see #2787
* Adjustments to StressSpec for testing large clusters
* Performance improvement of mute deadLetters
2013-05-02 19:17:08 +02:00
Björn Antonsson
b2494819d9 Move resolver so that all dependent projects find the artifact. 2013-04-24 11:24:04 +02:00
Björn Antonsson
620b054de2 Use ScalaBuff 1.2.0-SNAPSHOT so the build works on windows. 2013-04-23 11:54:26 +02:00
Roland
9ba8b115ec add SslTlsSupport (ported from spray-io), see #3236
- also added TcpPipelineHandler for wrapping a pipeline
- added Java & Scala docs with a complete example
- test verify interop with standard blocking java SSL client and server
- test is placed in akka-remote to benefit from AkkaProvider for
  SecureRandom; should be moved into akka-actor eventually
2013-04-19 12:01:35 +02:00
Roland
0e34edbcb3 implement ResumeWriting, see #3200
also included:
- a complete rewrite of the TCP docs based on real/tested/working code
  samples
- an EchoServer implementation which handles all the edge cases,
  available in Java & Scala
- renamed StopReading to SuspendReading to match up with ResumeReading
- addition of Inbox.watch()
- Inbox RST docs for Java(!) and Scala

not included:
- ScalaDoc / JavaDoc for all IO stuff
2013-04-18 15:05:48 +02:00
Björn Antonsson
7f4acad67f Merge pull request #1298 from akka/wip-1910-create-protobuf-messages-for-cluster-messages-ban
Protobuf serialization of cluster messages. #1910
2013-04-11 05:32:21 -07:00
Björn Antonsson
fdf6df7254 Merge pull request #1329 from akka/wip-3216-failed-akka-sample-osgi-ban
Make karaf osgi-sample extract to target directory #3216
2013-04-11 03:05:02 -07:00
Björn Antonsson
73f0f44ddb Protobuf serialization of cluster messages. See #1910 2013-04-11 10:09:05 +02:00
Björn Antonsson
f3a47f1987 Make karaf osgi-sample extract to target directory. See #3216 2013-04-11 08:39:09 +02:00
Patrik Nordwall
883c7462ec Upgrade to Netty 3.6.5.Final, see #3218 2013-04-10 12:23:00 +02:00
Roland Kuhn
1835b641e6 Merge pull request #1310 from vivosys/akkaosgisample
Akka OSGi sample
2013-04-08 12:32:24 -07:00
Patrik Nordwall
1493f4de5f Change to Netty 3.6.4.Final, see #3190 2013-04-05 07:38:20 +02:00
Patrik Nordwall
1e39b6e195 Changed to Netty 3.6.3.Final, see #3190 2013-04-04 14:56:07 +02:00
Viktor Klang
c883705242 #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +01:00
Björn Antonsson
ed40dff7d7 Release should build and copy javadoc automatically. See #3158 2013-03-18 11:44:54 +01:00
Björn Antonsson
5ad0aaa2bc Merge pull request #1251 from akka/wip-3144-genjavadoc-0.4-∂π
update to genjavadoc 0.4 and fix path concat in Unidoc, see #3144
2013-03-15 04:19:58 -07:00
Viktor Klang
950d19a377 #3153 - 'Fixing' the ByteStringSpec by not having it generate now illegal combinations of data for copyToArray 2013-03-14 20:10:03 +01:00
Roland
70dfcb37a9 update to genjavadoc 0.4 and fix path concat in Unidoc, see #3144 2013-03-14 19:43:05 +01:00
Roland
7933fa5d0d make config switchable in initialCommands for SBT console 2013-03-07 19:59:59 +01:00
Roland
bcfbea42c1 fix formatting of Java API in doc comments + genjavadoc 0.3 2013-03-07 09:05:55 +01:00
Roland
7e7c1140b8 build unified javadocs (under target/genjavadoc-api), see #3122
this also changes the akka_*-javadoc.jar to contain the assembled
javadocs
2013-03-06 09:46:26 +01:00
Roland
77c18fc128 add javadoc to most projects 2013-03-05 19:10:45 +01:00
Roland
e32f7d8474 javadoc-ify akka-actor 2013-03-04 23:40:29 +01:00
Christophe Pache
f8243a928d akka.sample.osgi.dining-hakkers integration test 2013-03-01 21:49:50 +01:00
Christophe Pache
39cd23977b akka-sample-osgi : fix on sript running maven integration test 2013-03-01 21:07:18 +01:00
Viktor Klang
a4e09747d6 #2991 - Switching to org.fusesource instead of org.hyperic 2013-02-25 15:08:58 +01:00
Björn Antonsson
9095fcbd9b Add multi-node-testkit to the project aggregate. See #3090 2013-02-22 14:52:40 +01:00
Viktor Klang
9d430d6d6b Adding FIXME in AkkaBuild regarding ScalaVersion of allTests 2013-02-15 14:39:50 +01:00
Roland
fe5769695f brown paper bag fix to the build 2013-02-14 16:04:36 +01:00
Roland
746adeaed7 add allTests pseudo-project for BC verification of Scala 2013-02-14 15:49:21 +01:00
Roland
c3b363c9b3 move multi-node-testkit into its own module, see #2981 2013-02-11 14:37:37 +01:00
Roland
9949913fc4 remove actor-dep from dataflow, see #3016 2013-02-10 16:25:01 -05:00
Björn Antonsson
c6f08fb935 Do not try to generate ScalaDoc diagrams for akka-channels-tests since it will contain none. See #3010 2013-02-04 10:42:32 +01:00
Roland
a9cb1f9c19 remove test apidocs from unidoc 2013-02-01 21:22:59 +01:00
Roland Kuhn
125f215eaa Merge pull request #1089 from Crossing-Tech/corrections
correction of akka-osgi imports (missing imports)
2013-02-01 07:58:30 -08:00
Roland Kuhn
e06076553c Merge pull request #1097 from akka/wip-channels-∂π
add Typed Channels, see #2929
2013-02-01 06:37:41 -08:00