Commit graph

547 commits

Author SHA1 Message Date
Konrad 'ktoso' Malawski
d51b79c95a !per persistAsync
Breaks binary compatibility because adding new methods to Eventsourced
trait. Since akka-persistence is experimental this is ok, yet
source-level compatibility has been perserved thankfuly :-)

Deprecates:
* Rename of EventsourcedProcessor -> PersistentActor
* Processor -> suggest using PersistentActor
* Migration guide for akka-persistence is separate, as wel'll deprecate in minor versions (its experimental)
* Persistent as well as ConfirmablePersistent - since Processor, their
  main user will be removed soon.

Other changes:
* persistAsync works as expected when mixed with persist
* A counter must be kept for pending stashing invocations
* Uses only 1 shared list buffer for persit / persistAsync
* Includes small benchmark
* Docs also include info about not using Persistent() wrapper
* uses java LinkedList, for best performance of append / head on
  persistInvocations; the get(0) is safe, because these msgs only
  come in response to persistInvocations
* Renamed internal *MessagesSuccess/Failure messages because we kept
  small mistakes seeing the class "with s" and "without s" as the same
* Updated everything that refered to EventsourcedProcessor to
  PersistentActor, including samples

Refs #15227

Conflicts:
	akka-docs/rst/project/migration-guides.rst
	akka-persistence/src/main/scala/akka/persistence/JournalProtocol.scala
	akka-persistence/src/main/scala/akka/persistence/Persistent.scala
	akka-persistence/src/test/scala/akka/persistence/PersistentActorSpec.scala
	project/AkkaBuild.scala
2014-06-10 11:09:12 +02:00
Björn Antonsson
1e6ff06f8c =pro #15290 Make validatePullRequest run all tests 2014-05-27 08:11:29 +02:00
Martynas Mickevicius
fdcd964165 =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
Martynas Mickevicius
ee5ea5e13f =pro #15031 move build logic into separate files 2014-05-07 15:07:05 +02:00
Konrad 'ktoso' Malawski
293ecb09f9 =build #15103 Add Build start/finish events
These are visible on the grafana dashboard,
in order to be able to see on which commit
stats have been recorded.

It's enabled via: `-Dakka.sbt.graphite=true`

Resolves #15103
2014-05-07 10:23:21 +02:00
Martynas Mickevicius
7b35ded34e =pro #15031 use sbt-unidoc plugin 2014-04-28 10:12:46 +02:00
Konrad Malawski
d84d583585 Merge pull request #15060 from ktoso/wip-15021-measure-each-test-perf-ktoso
build #15021,#13755 Emit statsd events during build
2014-04-26 01:14:01 +02:00
Konrad Malawski
2d56fbe91c build #15021,#13755 Emit statsd events during build 2014-04-25 17:12:59 +02:00
Patrik Nordwall
b48a97f9b4 Merge pull request #15049 from akka/wip-2.11-build-adjustments-master-patriknw
=pro #15045 Adjust build for Scala 2.11.0 (for validation)
2014-04-24 13:58:35 +02:00
Björn Antonsson
29c2bfaf97 =pro Remove unused dependency version 2014-04-24 11:13:58 +02:00
Patrik Nordwall
09cdfde569 Merge pull request #15011 from csomogyi/master
Fixing minor issues I found while building Akka on Windows
2014-04-24 10:49:28 +02:00
Patrik Nordwall
b267e8d882 =pro #15045 Adjust build for Scala 2.11.0
* Forward port of 2b891e7
2014-04-24 09:44:15 +02:00
Björn Antonsson
c8ea061472 =pro Update test dependencies to Scala 2.11 cross published versions 2014-04-23 13:58:38 +02:00
Patrik Nordwall
90388e01e3 Merge pull request #15013 from akka/wip-remove-atmos-in-build-patriknw
=pro Remove unused atmos project in build
2014-04-15 21:50:46 +02:00
Patrik Nordwall
33891a0202 =pro Remove unused atmos project in build 2014-04-15 12:30:05 +02:00
Björn Antonsson
a5a17e4b66 =pro Update genjavadoc version to 0.7 2014-04-15 11:52:17 +02:00
Csongor Somogyi
9230f9710f Fixes #13983
Two changes have been made:
- In AkkaBuild, forced using UTF-8 to verify HTML files containing
  diagrams
- In the documentation chapter Building Akka, added a section clarifying
  the Graphviz dependency of generating Scaladoc Content Hierarchies

These fixes eliminates the issues I faced while building Akka on Windows
with NetBeans. The first issue is a Windows specific issue where the
default charset cannot be UTF-8. The second is Windows related in the
sense that Graphviz, the optional dependency of Scaladoc, had to be
manually resolved.
2014-04-15 11:40:51 +02:00
Patrik Nordwall
f677ed0b68 =pro sbt-0.13.2-RC2 with name hashing, scala 2.10.4
* take advantage of latest incremental compiler improvements
* scala 2.10.4
* Remove workaround in FutureSpec, bug fixed in Scala 2.10.4
* Change version of samples to allow snapshot overwrite in publishM2
* allow publish overwrite for osgi-dining-hakkers/uncommons
2014-04-11 14:11:02 +02:00
Raymond Roestenburg
d57d4bff10 =cam #3929 updated apache camel dependency to version 2.13.0 2014-03-22 10:44:10 +01:00
Roland Kuhn
ab58d7384a +pro #3907 fix OSGi Scala version constraint 2014-03-19 12:43:04 +01:00
Patrik Nordwall
c3b237ce8d Merge pull request #2066 from akka/wip-3920-remove-deprecated-patiknw
Remove deprecated features
2014-03-14 14:20:05 +01:00
Patrik Nordwall
4b977361eb !tra #3920 Remove deprecated durable mailboxes 2014-03-14 14:11:28 +01:00
Patrik Nordwall
9cc586b674 !tra #3920 Remove deprecated akka-transactor 2014-03-14 14:11:28 +01:00
Patrik Nordwall
9f906b2de9 !dat #3920 Remove deprecated akka-dataflow 2014-03-14 14:11:18 +01:00
Roland Kuhn
33030ca969 Merge pull request #2063 from agourlay/upgrade-leveldb
upgrade org.iq80.leveldb to 0.7
2014-03-14 09:34:17 +01:00
Arnaud Gourlay
dc039198b0 !per #3916 upgrade org.iq80.leveldb to 0.7 2014-03-10 17:31:28 +01:00
Patrik Nordwall
21b3d2ba48 =pro,sam,act Change version to 2.4-SNAPSHOT
* also include the disabled mima settings
2014-03-07 14:53:35 +01:00
Roland Kuhn
2ed7c0e1b7 =pro #3904 do not leak internal repositories during staging 2014-03-04 10:50:47 +01:00
Björn Antonsson
70e30fb15b =pro Disable akka-samples and akka-dataflow in akka-scala-nightly for dbuild 2014-02-14 12:06:41 +01:00
Martin Krasser
cf6e61e45a =per #3774 Persistence activator templates 2014-02-13 13:41:21 +01:00
Patrik Nordwall
1a3080b7a6 +sam #3689 Make activator template of the multi-node sample 2014-02-13 12:43:04 +01:00
Patrik Nordwall
e6f679fe8b +sam #3689 Make activator template of the fsm sample 2014-02-13 12:39:36 +01:00
Patrik Nordwall
93c56a18b3 Merge pull request #1992 from akka/wip-3822-enable-extra-build-steps-ban
+pro #3822 Add script to be run after a successful sbt build
2014-02-13 11:39:19 +01:00
Patrik Nordwall
f1edf78979 Merge pull request #1980 from vossad01/wip-3838-SetCopyrightYear2014-vossad01
Update Copyright to 2014, see #3838
2014-02-06 11:14:38 +01:00
Björn Antonsson
6dac62b369 +pro #3822 Add script to be run after a successful sbt build
* This script assumes that the akka artifacts having been published locally
2014-02-06 08:56:08 +01:00
Adam Voss
cce29dfa51 Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
Patrik Nordwall
088b37f185 =pro Enable scaladoc diagrams 2014-02-03 12:20:09 +01:00
Patrik Nordwall
d58ed9b5d1 Merge pull request #1971 from vigdorchik/source_links
=pro #3852 scaladoc generation: add a link to source file on github.
2014-02-03 02:43:34 -08:00
Patrik Nordwall
7450737cdd =pro #3855 Update to Scala 2.10.3 2014-02-02 20:35:47 +01:00
Eugene Vigdorchik
995bb62920 =pro #3841 link to scala-library when generating unified scaladoc. 2014-02-02 21:21:45 +04:00
Eugene Vigdorchik
ba1388d3fd =pro #3852 scaladoc generation: add a link to source file on github. 2014-02-02 21:21:31 +04:00
Björn Antonsson
e98dd13cd6 !osg, pro Updated OSGi dependencies and using a BundleDelegatingClassLoader
* Numerous version upgrades to dependencies
* Publish integration test maven dependencies automatically
* Use slf4j logging, with standard OPS4j Pax Logging
* Maven and sbt use different target directories
* Add a custom serializer to the integration test
* Add akka-persistence to the integration test
* Removing reference copying and using a BundleDelegatingClassLoader
* Make akka-actor a proper bundle, and remove duplicate classes and
  reference.conf files from akka-osgi
* Remove akka-osgi-aries

This is a hackathon team effort by:
* Björn Antonsson
* Endre Sándor Varga
* Roland Kuhn
* Patrik Nordwall
2014-02-02 16:21:44 +01:00
Björn Antonsson
179faba453 =all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8 2014-01-31 14:13:02 +01:00
Patrik Nordwall
e98cecf068 Merge pull request #1961 from vigdorchik/autoapi
#3841 use autoAPIMappings := true to link to scala-library in scaladoc.
2014-01-24 03:12:14 -08:00
Patrik Nordwall
493a3be3c5 Merge pull request #1949 from akka/wip-3740-pr-validation-doc-patriknw
=pro #3740 Verify docs in pull req validator
2014-01-24 02:40:31 -08:00
Eugene Vigdorchik
4c94907ebf =pro #3841 - use autoAPIMappings := true to link to scala-library in scaladoc. 2014-01-24 13:02:41 +04:00
Patrik Nordwall
29f9546e87 =pro #3833 Disable diagram verification for kernel and dataflow
* The problem was that those projects contain very few classes, without
  any diagrams, and therefore the scaladocVerifier fails
2014-01-21 13:51:29 +01:00
Patrik Nordwall
f55897a110 =pro #3740 Verify docs in pull req validator 2014-01-21 12:47:43 +01:00
Endre Sándor Varga
31c4d76ba7 !cha #3789: Remove typed channels 2014-01-17 14:56:51 +01:00
Patrik Nordwall
bedfad5435 !pro,sbt #3781 Remove akka-sbt-plugin 2014-01-17 11:09:28 +01:00