Patrik Nordwall
b16e4d5e4d
ActorTestKit overhaul, #24598
...
* composition is the basic building block for ActorTestKit
* ActorTestKitWordSpec for integration with ScalaTest
(automatic shutdown)
* Use ActorTestKitWordSpec in our own tests
* doc TestException
2018-09-17 17:00:15 +02:00
Christopher Batey
135bd5b9ed
Build with 2.12 as default ( #25515 )
...
* Travis builds 2.11 and 2.12 to catch issues
Closes #25514
2018-09-07 07:27:43 +01:00
Christopher Batey
59040fadad
Add jaxb to camel test classpath ( #25417 )
...
* Add jaxb to camel classpath
* Add activation
* Set camel additioanl libs to be provided
* Doc extra deps
* Add as test dep
2018-08-02 00:13:03 +09:00
Matteo Gazzetta
339fc3d48e
Update dependencies and plugins ( #25376 )
...
* Update dependencies
* Update plugins
* Downgrade aeron from 1.10.2 to 1.9.3 due to test failures
2018-07-24 08:25:29 +02:00
Nafer Sanabria
5cf33f370f
Bump config to 1.3.3
2018-06-20 07:35:16 -05:00
Arnout Engelen
49322afae0
Update scala-java8-compat ( #25142 )
...
* Update scala-java8-compat
* Update scala-java8-compat only for scala 2.13
As it looks like 0.8.0 is not bincompat with 0.9.0
2018-05-24 23:08:22 +09:00
Patrik Nordwall
b08d3acb4b
Rename Typed TestKit, #25084
...
Artifact:
akka-testkit-typed -> akka-actor-testkit-typed
Package:
akka.testkit.typed -> akka.actor.testkit.typed
Config:
akka.typed -> akka.actor.typed
akka.testkit.typed -> akka.actor.testkit.typed
2018-05-21 11:51:51 +02:00
Patrik Nordwall
969cdb873a
Merge pull request #25020 from chbatey/upgrade-aeron
...
Upgrade Aeron and make use of channelStatus on subscription
2018-05-07 16:56:03 +02:00
Viktor Klang
3ee28a2e43
prove that it is possible to integrate JCTools for mailboxes
...
* enable JCToolsMailbox in benchmarks
2018-05-02 20:48:11 +02:00
Christopher Batey
0d9aa17fef
Upgrade Aeron and make use of channelStatus on subscription
2018-04-30 14:39:06 +01:00
Christopher Batey
96b285edd4
Upgrade to Scala 2.12.6 ( #25001 )
2018-04-30 09:49:50 +02:00
Roland Kuhn
9104bec76d
remove dependencies of provided scope ( #24827 )
...
* remove dependencies of provided scope
* add LevelDB deps where needed
* add LevelDB dep to persistenceQuery/TCK
2018-04-11 10:45:26 +09:00
Konrad `ktoso` Malawski
92d068190d
Update ssl-config ( #24799 )
...
This version includes automatic module names as well now, so we're more and more jigsaw friendly
2018-03-28 08:57:11 +09:00
kerr
6e39bae98d
= deps Upgrade Scala to 2.12.5 ( #24762 )
2018-03-20 23:09:57 +09:00
Konrad `ktoso` Malawski
563c7fbcf0
Issue 24594: Integration with sbt-headers and initial header population
2018-03-13 15:45:55 +01:00
Johan Andrén
ede094a2c6
Typed Java testkit, #24551
...
* Java specific testkit
* Separate all the APIs
* Dilate the default timeouts
* TestKit -> ActorTestKit to be consistent with BehaviorTestKit
* Only have stuff in packages expected for this module
* Auto testkit-system-naming that works (verified)
* Separate actually working apis for manual timer
* More docs
* Separate apis for BehaviorTestKit effects
* Moved the example tests into the testkit, added samples for JUnit/ScalaTest
* TestKitJunitResource: No need to explicitly provide class, also overload for just custom config
2018-02-22 12:25:04 +01:00
Johan Andrén
d3b625616a
Generate file to use instead of assuming class loader type #23902
...
Makes the test pass on JDK 9 where the class loader assumption is not correct anymore.
2018-02-14 10:29:53 +01:00
Arnout Engelen
ab624c08c0
Update LevelDB ( #23907 )
...
The latest version can work with jdk9, previous versions
touched jdk.internal.ref.Cleaner which is no longer allowed
on jdk9.
2018-01-11 17:35:35 +01:00
Christopher Batey
009214ae07
Update copyright to 2018 ( #24241 )
2018-01-04 17:26:29 +00:00
Konrad `ktoso` Malawski
9d734af11d
Reactive Streams 1.0.2 ( #24178 )
2017-12-19 10:30:00 +01:00
Patrik Nordwall
905e61664b
Aeron 1.7.0
2017-12-17 17:34:07 +01:00
Philippus Baalman
d64f7b2b66
Update Scala 2.11.x version to 2.11.12 ( #24033 )
2017-12-14 09:58:59 +01:00
Konrad `ktoso` Malawski
f96e00ea83
=str use 1.0.2-RC1 TCK, without bumping the API dependency yet ( #24108 )
2017-12-07 10:25:52 +00:00
golem131
2f2fdd0264
Dependency updates ( #23852 )
...
- Scala 2.12.3 -> 2.12.4
- gson 2.8.1 -> 2.8.2
- metrics-core 3.2.4 -> 3.2.5
- metrics-jvm 3.2.4 -> 3.2.5
- HdrHistogram 2.1.9 -> 2.1.10
2017-11-14 14:08:30 +00:00
Arnout Engelen
8eae33f40c
Update to scala 2.12.4 ( #23896 )
...
* Enable (and prefer) scala 2.12.4
* Keep 2.11 the default
2017-11-01 23:14:05 +09:00
Martynas Mickevičius
82ca8a2cc7
Port build to SBT 1.x ( #23850 )
...
* Port build to SBT 1.x
* Fix multinode tests, always enable genjavadoc bootstrap
2017-10-30 10:13:13 +09:00
Johan Andrén
3ad2db52c4
Remove the JUnit test runner ( #23784 )
2017-10-15 18:01:54 +02:00
Martynas Mickevičius
4d5528f474
Update Config to v1.3.2 ( #23790 )
2017-10-09 13:23:28 +02:00
Arnout Engelen
b1df13d4d4
Update scalariform ( #23778 ) ( #23783 )
2017-10-06 10:30:28 +02:00
Johan Andrén
af5f84ddac
mockito version supporting jdk9 #23402
2017-09-26 08:51:53 +02:00
Guido Medina
b628fb2523
=pro Update dependencies and plugins to latest. ( #23591 )
2017-09-11 17:48:46 +02:00
Lucian Enache
6f3d83fd9a
Updated codahale metrics dependencies to 3.2.4 #17515
2017-08-14 15:45:23 +02:00
Patrik Nordwall
c1f247212f
Merge pull request #23505 from akka/wip-dependencies-patriknw
...
Upgrade camel-core dependency to 2.17.7
2017-08-10 14:10:31 +02:00
Konrad `ktoso` Malawski
e3ec5563ac
Update to Reactive Streams 1.0.1
2017-08-10 00:05:10 +09:00
Thomas Szymanski
e079fe3991
Upgrade camel-core dependency to 2.17.7
...
Upgrade camel-core dependency to a version that fixes CVE-2017-5643.
The 2.17 branch is also currently a supported version of Camel, which
2.13 is not.
2017-08-09 12:14:44 +02:00
Konrad `ktoso` Malawski
d4092f7852
=str upgrade streams TCK to 1.0.1-RC2 ( #23343 )
2017-07-12 17:08:08 +02:00
Konrad `ktoso` Malawski
695861afd7
=pro,str Upgrade to Reactive Streams 1.0.1, unlocks #20241
2017-07-10 15:57:19 +02:00
Zahari Dichev
4d45064296
Add AffinityPool which pins actors to threads ( #23104 )
2017-07-07 13:36:26 +02:00
Arnout Engelen
571350612a
Update camel to 2.15.6 ( #23124 )
2017-06-09 12:53:28 +02:00
Patrik Nordwall
3881516654
update logback test/docs dependency ( #22972 )
2017-05-19 13:30:57 +02:00
Martynas Mickevičius
0e7a8e1e61
#22909 Fix parameters
...
* @binVersion@
* @github@
* @samples@
* @exampleCodeService@
2017-05-12 16:38:46 +03:00
Patrik Nordwall
856d07483d
update to Scala 2.11.11 and 2.12.2
2017-04-28 18:01:42 +02:00
Patrik Nordwall
8e57304c7d
update to Aeron 1.2.5, and fix the SharedMediaDriverSupport
2017-04-18 15:16:01 +02:00
Patrik Nordwall
3b53daa370
Revert "update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693 "
...
This reverts commit 3d0d50e98b .
2017-04-12 07:38:02 +02:00
Patrik Nordwall
3d0d50e98b
update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
...
* SharedMediaDriverSupport failed with NPE with Aeron 1.2.4, and
concludeAeronDirectory solves that
2017-04-11 18:30:18 +02:00
Martynas Mickevičius
b645c5a1c3
Revert "update to Aeron 1.2.4"
2017-04-10 13:06:31 +03:00
Patrik Nordwall
855d51edec
update to Aeron 1.2.4
...
* https://github.com/real-logic/Aeron/wiki/Change-Log#124-06-apr-2017
2017-04-07 14:53:47 +02:00
Johan Andrén
39199b877a
Fix some build and compile warnings
2017-03-15 14:26:41 +01:00
Konrad `ktoso` Malawski
205a538df3
=act,str Port be-scala-2.13-friendly ( #22528 )
...
* !str #22527 fix SubSource/SubFlow.zip Pair type
* =act don't use conforms, be scala 2.13 friendly
* Update SubFlow.scala
2017-03-13 12:39:57 +01:00
Konrad `ktoso` Malawski
5edead2bda
Update Aeron to 1.2.3
...
Weird, I thought we were on a later version?
Anyway, 1.2.3 fixed a nasty bug it seems.
Changelog: https://github.com/real-logic/Aeron/wiki/Change-Log
2017-03-07 15:42:36 +01:00