Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +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
Roland Kuhn
e5baba2b29
squash some warnings
2016-01-20 11:54:24 +01:00
Michal Lacko
9baf9bd33f
+cam #11214 add attachments to CamelMessage
...
add support for attachments in CamelMessage, taken from JCamelMessage
add a extension class CamelMessageWithAttachments base on CamelMessage that contains attachments based on JCamelMessage
add newline CamelMessageTest
replace for-cycle attachment adding with one putAll
remove CamelMessageWithAttachments and update CamelMessage to contain attachments
fix the binary compatibility issues on CamelMessage
add documentation for new methods in CamelMessage, add return type for method withBody
2015-11-18 10:22:20 +13:00
Martynas Mickevičius
4ffe267835
=pro verify BC against all binary compatible versions
2015-10-23 09:10:25 +03:00
Andrey Myatlyuk
bc791eb86c
=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
2015-06-02 21:06:25 -07:00
Martynas Mickevičius
7fc2790458
=pro run multi-jvm tests when validating pr
...
* addunidoc task via an AutoPlugin that depends on PrValidation and Unidoc autoplugins
* separate cli option logic to a case class
* remove autoplugin for root project
2015-05-28 13:57:50 +03:00
Roland Kuhn
5dc25fbb44
add crosscompilation for 2.12.0-M1
2015-05-21 21:09:30 +02:00
Patrik Nordwall
ebc39ef9ab
Merge pull request #17386 from akka/wip-17380-java8-patriknw
...
!pro #17380 Build with Java 8
2015-05-19 07:42:00 +02:00
Roland Kuhn
18688fc84b
= #17380 fix doc comments for java8 doclint
...
* actor and cluster-metrics comments
* agent/camel/cluster/osgi/persistence/remote comments
* comments in contrib/persistence-tck/multi-node/typed
2015-05-18 12:51:36 +02:00
Patrik Nordwall
01510637f6
cam #16406 Harden camel.ActorProducerTest
2015-05-15 10:39:30 +02:00
Julian Tescher
00f6a58e7c
Changes all occurances of Typesafe copyright to extend to 2015
2015-03-10 14:12:19 -07:00
Patrik Nordwall
30df518421
=tes Use ConversionCheckedTripleEquals
2015-03-10 08:17:03 +01:00
Andrei Pozolotin
d83acb92c3
= akka-*: full name space for loggers - resolve #16138
...
reflect logger name changes in the migration guide
fix typo in migration guide
fix typo in migration guide (xml)
2014-11-18 09:17:07 -06:00
Martynas Mickevičius
227dda64e6
=cam #16249 fix method reference in ProducerSupport
2014-11-07 17:39:37 +02:00
Martynas Mickevičius
9311e9474e
=pro Grab binary version for MIMA combatibility testing from a setting.
...
Thanks to @jsuereth
2014-10-28 15:13:13 +02:00
Martynas Mickevicius
fdcd964165
=pro #15031 separate sbt build file for every module
2014-05-14 10:05:09 +02:00
Patrik Nordwall
1e445b4eba
!act,rem,clu #3920 Remove deprecated old routers
2014-03-14 14:12:11 +01:00
Roland Kuhn
4dd5fe3257
Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin
...
=all #3858 Make case classes final
2014-03-11 16:06:31 +01:00
dario.rexin
826cc74de3
!tes #2971 Make TestKit.remaining throw AssertionError outside of within
2014-03-11 11:23:12 +01:00
dario.rexin
2cbad298d6
=all #3858 Make case classes final
2014-03-07 13:20:01 +01:00
Patrik Nordwall
dfef14a590
Merge pull request #2014 from trobert/master
...
Add the ability to use an external camel context
2014-03-06 13:16:53 +01:00
Thibaut Robert
c71987f4a7
+cam #3885 Add the ability to use an external camel context
2014-02-20 14:18:54 +01:00
Björn Antonsson
98d9782db9
!cam Splitting up case class as workaround for SI-8283
2014-02-14 14:37:32 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06: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
8ec581c808
Merge pull request #1935 from drexin/wip-3544-improve-testkit
...
+tes Added system as default param to TestKit.shutdown
2014-01-20 05:12:17 -08:00
Patrik Nordwall
37eddd716c
Merge pull request #1936 from akka/wip-3738-memory-leaks-in-tests-patriknw
...
=act #3738 Fix memory leaks in tests
2014-01-20 02:51:49 -08:00
Dario Rexin
e045c537a3
!tes #3544 Added 'system' as default parameter to the shutdown method on
...
TestKit
2014-01-17 23:08:32 +01:00
Patrik Nordwall
a11fb1dafc
=act #3572 Add parens to sender
...
* because it is not referentially transparent; normally we reserved parens for
side-effecting code but given how people thoughtlessly close over it we revised
that that decision for sender
* caller can still omit parens
2014-01-17 18:21:14 +01:00
Patrik Nordwall
9eb32a4486
=act #3738 Fix memory leaks in tests
...
* afterAll not called when all tests marked as ignore,
invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected = true
should solve that, but changed to pending in Ticket1978 anyway
* Try to shutdown when ActorSystem init fails. It is difficult
to cover all scenarios, but this should improve the situation.
This was the reason why DeployerSpec leaked.
* missing shutdown in some tests
2014-01-17 16:18:35 +01:00
Patrik Nordwall
e441d1b29b
!pro #3809 Update to config 1.2.0
...
* Changed all duration reads to use implicit conversion
and the new getDuration to reduce boilerplate
2014-01-15 19:26:47 +01:00
Björn Antonsson
003609c9c5
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-18 11:32:51 +01:00
Patrik Nordwall
1b5f8aa8ad
=act #3590 Reject task scheduled too far in the future
2013-11-14 14:18:30 +01:00
Björn Antonsson
a86bafddfc
=cam #3541 Log Camel endpoint activation/deactivation failures as error
2013-08-26 10:37:21 +02:00
Björn Antonsson
4a2b6effb3
=pro #3552 Upgrade ScalaTest to 1.9.2-SNAP2 for dbuild
...
* This can't go into 2.2.x since ScalaTest 1.9.2-SNAP2 has source incompatible changes and the dependecy in akka-multi-node-node-testkit would force people to upgrade.
2013-08-19 15:08:29 +02:00
Patrik Nordwall
a481272b67
Keep the order of buffered messages in Camel producer, see #3477
...
* fix bug in java sample
* doc corrections
2013-06-27 16:45:47 +02:00
Patrik Nordwall
5cda24db07
Dilate ask timeout in ConcurrentActivationTest, see #3413
2013-05-29 11:47:38 +02:00
Björn Antonsson
a2a44a7bf2
Increase timeout for akka.camel.ConcurrentActivationTest. See #3269
2013-05-23 10:02:03 +02:00
Björn Antonsson
fbd9d43a9d
Use a dilated timeout for ConcurrentActivationTest. See #3269
2013-05-17 13:03:25 +02:00
Viktor Klang (√)
e73cc01b94
Merge pull request #1426 from akka/wip-3313-ConsumerIntegrationTest-timing-sensitive-√
...
#3313 - Relaxing the timing of the consumer timeout and marking the tes...
2013-05-10 05:01:11 -07:00
Viktor Klang
f049ea4892
#3313 - Relaxing the timing of the consumer timeout and marking the test as timing sensitive.
2013-05-10 02:34:12 +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
Björn Antonsson
e00ab533bb
Wait on shutdown of extra actor systems in tests. See #3217
2013-05-07 11:02:03 +02:00
drexin
308428e7bc
removed calls to deprecated Props constructor in java code
2013-05-02 17:00:44 +02:00
dario.rexin
3e8597d94b
more deprecation warnings removed
2013-04-26 13:54:10 +02:00
Roland
28aad82b1a
deprecate closure-taking Props factories, see #3081
...
- base Props on Deploy, Class and Seq[Any] (i.e. constructor args)
- remove deprecated Props usage from akka-docs sample code
- rewrite UntypedActorDocTestBase
- rewrite Java/Scala doc section on actor creation
- add migration guide entry
2013-04-16 12:48:31 +02:00
Patrik Nordwall
887af975ae
Deprecate actorFor in favor of ActorSelection, see #3074
...
* Deprecate all actorFor methods
* resolveActorRef in provider
* Identify auto receive message
* Support ActorPath in actorSelection
* Support remote actor selections
* Additional tests of actor selection
* Update tests (keep most actorFor tests)
* Update samples to use actorSelection
* Updates to documentation
* Migration guide, including motivation
2013-04-08 18:11:52 +02:00
Viktor Klang
c883705242
#3018 - Enabling -Xlint and dealing with the situation that occurs
2013-03-29 01:43:17 +01:00