Martynas Mickevičius
ef75910872
Remove scalatest from OSGi sample ( #21817 )
2016-11-17 14:44:47 +01:00
olbpetersson
0a01a6a58d
Updated akka-sample-persistence-java tutorial documentation. Solves issue #21641 ( #21643 )
...
- Removed ProcessorFailureExample reference to be in sync with the code example
- Added a section on command sourcing
- Small fix in the event source section to match the command sourced paragraph
2016-10-09 11:24:07 -05:00
Patrik Nordwall
8d36499cd4
shortname for provider config
2016-09-29 15:01:05 +02:00
Patrik Nordwall
54f5b836fc
Merge branch 'master' into wip-merge-to-master-patriknw
2016-09-29 13:56:37 +02:00
Patrik Nordwall
5558caa1f0
revert Artery config in akka-sample-cluster-scala
2016-09-29 13:54:30 +02:00
Patrik Nordwall
531d6cb749
akka.remote.artery.canonical.port in sample
...
adjust artery config
2016-09-23 13:08:02 +02:00
Richard Imaoka
0f2da7b26b
Add instruction for akka-samples ( Fixes #21415 ) ( #21416 )
2016-09-09 13:15:33 +02:00
Johan Andrén
b127f1fdcf
Rename protocol from "artery" to "akka" ( #21405 )
2016-09-08 16:12:29 +02:00
Johan Andrén
d6c048f59a
A simpler ActorRefProvider config #20649 ( #20767 )
...
* Provide shorter aliases for the ActorRefProviders #20649
* Use the new actorefprovider aliases throughout code and docs
* Cleaner alias replacement logic
2016-06-10 15:04:13 +02:00
Patrik Nordwall
839ec5f167
Merge branch 'master' into wip-sync-artery-patriknw
2016-06-03 11:09:17 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
Patrik Nordwall
70a72d58bf
adjust sample for Artery
2016-06-02 13:56:19 +02:00
Patrik Nordwall
1a6057eeb5
increase delay before shutting down persistence samples, #20005
2016-04-14 11:37:20 +02:00
tpfeifer
c0c1981f30
fix osgi-dining-hakkers sample
2016-04-06 20:35:08 +02:00
Evgeniy Tokarev
89e6913bc0
SBT build configuration updated
...
* replaced Defaults.coreDefaultSettings and Project.defaultSettings to *.coreDefaultSettings
* replaced 'settings = ' inside 'Project(...)' to 'Project(...).settings'
2016-02-27 01:42:07 +05:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Martynas Mickevičius
f8ba6e0d68
Add license information for samples.
2016-02-19 10:51:57 +02:00
Martynas Mickevičius
faa63ee020
Merge pull request #19747 from 2m/wip-fix-multiple-build-issues-2m
...
Fix a couple of build issues
2016-02-11 11:02:01 +02:00
Martynas Mickevičius
d718f8978e
Fix a couple of build issues.
...
* fix sample project names
* remove experimental tag from stream tests
* do not publish stream tck tests
2016-02-10 19:48:10 +02:00
Konrad Malawski
4029669e1f
=doc hide auto downing from default sample config in cluster
2016-02-09 20:24:04 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Martynas Mickevičius
7743aa9d0a
Various streams build improvements
...
* remove settings duplication between AkkaBuild and project specific .sbt files
* do not publish test projects
* run akka-http-core tests
* fix lambda sample project versions
* remove obsolete projects (streamAndHttp, httpParent, docsDev)
* exclude parsing project from unidoc
* update to the latest sbt
2016-01-18 18:16:30 +02:00
Brendan McAdams
269a3b3647
Corrected several misspellings of the word "losing".
2016-01-15 20:20:15 -08:00
Andrea
cd3d68a77c
=act switch to java std lib ThreadLocalRandom
2015-11-06 14:04:33 +01:00
Marek Kadek
bdef50eb8d
=sam update leveldb dependencies and doc links
...
(cherry picked from commit 8291bc0aca504851d0619815c98c760a7d458d18)
2015-09-15 15:39:45 +02:00
Patrik Nordwall
13f5b255f3
=clu #18245 Improve registerOnMemberRemoved example
2015-09-11 16:36:25 +02:00
Patrik Nordwall
cce3690c72
=pro #18408 Update to Scala 2.11.7
2015-09-08 14:38:09 +02:00
Patrik Nordwall
bc13e1b4c2
=clu #13802 Introduce max-total-nr-of-instances for cluster aware routers
2015-08-21 14:51:59 +02:00
Patrik Nordwall
9a90f36d98
=clm #17768 Silence stacktrace in cluster sample
...
It works, but the stack trace is very annoying since it will always be printed by Sigar itself
(so stupid of such a library to use stderr and stdout).
[error] org.hyperic.sigar.SigarException: no libsigar-universal64-macosx.dylib in java.library.path
[error] at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:174)
[error] at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:102)
A workaround is to run with `-Djava.library.path=./target/native`, then it will only print
the stack trace when it is not provisioned and next time it's silent.
Also updated to latest sigar-loader, but that did not make
any difference for this issue
2015-08-18 14:55:10 +02:00
Patrik Nordwall
2694e13b32
!per #17862 Remove experimental from persistence
2015-08-12 13:52:19 +02:00
Patrik Nordwall
9bee4308b5
=cdd #18146 Increase join timeout in ddata samples
2015-08-10 12:49:14 +02:00
Patrik Nordwall
94a61c7eb2
=cdd #17778 Convert samples to java
2015-07-03 16:19:57 +02:00
Patrik Nordwall
49264c0f83
Merge pull request #17864 from akka/wip-17779-ddata-activator-patriknw
...
=cdd #17779 Create activator template for Distributed Data
2015-07-02 17:49:50 +02:00
Konrad Malawski
33fbfec222
!per,doc,sam #17574 #17626 make recovery a method, move lambda samples
...
+ LambdaDoc samples now in the docs project
= simplified internal state by removing recoveryPending
= recovery is now triggered in around* method, so user is free to use
preStart freely - recovery works even if one forgets to call super on
preStart
2015-06-30 16:01:52 +02:00
Patrik Nordwall
252e88c082
=cdd #17779 Create activator template for Distributed Data
...
* includes the samples, with tutorial text description
2015-06-30 08:08:43 +02:00
Roland Kuhn
039e8261ff
fix Java8 DiningHakkers sample
2015-06-29 20:56:06 +02:00
Konrad Malawski
83e931ea7e
Merge pull request #17828 from ktoso/wip-nested-persist-ktoso
...
~per #15640 support nested persist calls
2015-06-26 12:53:16 +02:00
Konrad Malawski
a59c9f73b6
=per #15640 support nested persist/persistAsync
2015-06-26 10:54:32 +02:00
Patrik Nordwall
4638f5630e
!per #17832 Remove SyncWriteJournal
2015-06-26 07:12:11 +02:00
Patrik Nordwall
6eea0ddae6
!per #17799 Remove support for non-permanent deletes
...
* The permanent flag in deleteMessages
* old records stored with deletion flag are still not
replayed
2015-06-25 15:43:45 +02:00
Patrik Nordwall
8c47e01e9d
!per #15377 Mandate atomic writes for persistAll, and support rejections
...
* changing Plugin API for asyncWriteMessages and writeMessages
* passing explicit AtomicWrite that represents the events of
persistAll, or a single event from persist
* journal may reject events before storing them, and that
will result in onPersistRejected (logging) and continue in the
persistent actor
* clarified the semantics with regards to batches and atomic writes,
and failures and rejections in the api docs of asyncWriteMessages
and writeMessages
* adjust the Java plugin API, asyncReplayMessages, doLoadAsync
2015-06-25 15:28:37 +02:00
Konrad Malawski
2a5161ff6f
!per #17755 removes the saved callback in plugins and adds receive
2015-06-25 13:44:03 +02:00
Konrad Malawski
63baaf1b2b
!per #17586 async snapshot delete and remove timestamp from deleteSnapshot()
2015-06-25 10:19:55 +02:00
Roland Kuhn
0de9f0ff40
Merge pull request #17641 from kukido/kukido-spellings-normalization
...
=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
2015-06-19 12:06:53 +02:00
Patrik Nordwall
b7297e2887
Merge pull request #17696 from akka/wip-15410-singleton-name-patriknw
...
!clt #15410 Change path in ClusterSingletonProxy.props
2015-06-18 12:45:22 +02:00
Patrik Nordwall
450a43e5dd
Merge pull request #17742 from akka/wip-15644-persist-seq-patriknw
...
!per #15644 Rename persist(seq) to persistAll
2015-06-18 11:35:03 +02:00
Patrik Nordwall
23c28af469
!clt #15410 Change path in ClusterSingletonProxy.props
...
* to avoid giving the name of both singleton manager and singleton instance
2015-06-18 11:31:29 +02:00
Patrik Nordwall
6d26b3e591
!per Make persistent failures fatal
...
* remove PersistentFailure and RecoveryFailure messages
* use stop instead of ActorKilledException
* adjust PersistentView
* adjust AtLeastOnceDeliveryFailureSpec
* adjust sharding
* add BackoffSupervisor
2015-06-17 15:49:47 +02:00
Patrik Nordwall
74b97b3bd4
!per #15644 Rename persist(seq) to persistAll
2015-06-16 15:26:48 +02:00
Andrey Myatlyuk
bc791eb86c
=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
2015-06-02 21:06:25 -07:00