Commit graph

279 commits

Author SHA1 Message Date
Seth Tisue
9aff46947e
upgrade ScalaTest, scalatestplus-junit, scalatestplus-mockito (#29688) 2020-10-02 09:22:00 +02:00
Scala Steward
2c2cb4ecd5
Update commons-codec to 1.15 (#29653)
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2020-09-24 09:49:30 +02:00
Scala Steward
78d81de709
Update aeron-client, aeron-driver to 1.30.0 (#29655)
* Update aeron-client, aeron-driver to 1.30.0

* Upgrade to agrona 1.7.2, to keep in line with aeron

Co-authored-by: Christopher Batey <christopher.batey@gmail.com>
2020-09-24 09:47:37 +02:00
Scala Steward
84278bd6d9
Update commons-io to 2.8.0 (#29654) 2020-09-23 10:47:08 +02:00
Scala Steward
375814ce6b
Update jctools-core to 3.1.0 (#29656) 2020-09-23 10:46:11 +02:00
Patrik Nordwall
7bf12721c1 Merge branch 'master' into feature-active-active-event-sourcing 2020-09-02 15:46:06 +02:00
Scala Steward
cfbbf74b77
Update jctools-core to 3.0.1 (#29519) 2020-08-24 11:29:31 +02:00
Scala Steward
988e240368
Update metrics-core, metrics-jvm to 4.1.12.1 (#29518) 2020-08-24 10:06:17 +02:00
Christopher Batey
207b89224f Fix patch versin for scala when overriding
To remain compatible with silencer, chop off the patch to not break
downstream builds
2020-08-18 07:46:06 +01:00
Christopher Batey
08182bbdeb ActiveActive: Events with metadata and events by persistence id for (#29287) 2020-08-17 07:27:57 +01:00
Christopher Batey
ad2d7e2d00 Initial prototype of active active event sourcing (#29265) 2020-08-17 07:25:34 +01:00
Arnout Engelen
c41c0420ad
Update scala to 2.13.3 and silencer to 1.7.0 (#28991)
* Update scala to 2.13.3 and silencer to 1.7.0
* Also travis
* Fix various warnings
2020-08-10 12:54:38 +02:00
Patrik Nordwall
f097400c92
Merge pull request #29429 from scala-steward/update/metrics-core-4.1.11
Update metrics-core, metrics-jvm to 4.1.11
2020-08-10 08:49:55 +02:00
Ignasi Marimon-Clos
946135bcaa
Bump jackson to 2.10.5 (#29405) 2020-08-04 14:01:03 +02:00
ohze.net
68fc503c4c
Update ssl-config-core 0.4.2 (#29365)
Co-authored-by: Bùi Việt Thành <thanhbv@sandinh.net>
2020-07-31 16:38:58 +02:00
Scala Steward
57f353d046
Update metrics-core, metrics-jvm to 4.1.11 2020-07-25 00:03:55 +02:00
Scala Steward
85a2b0f470
Update commons-io to 2.7 (#29303) 2020-07-07 15:45:35 +02:00
Ignasi Marimon-Clos
c287fff034
k8s-friendly SSLEngine provider (simplified) (#29152)
Co-authored-by: Arnout Engelen <github@bzzt.net>
Co-authored-by: James Roper <james@jazzy.id.au>
2020-06-05 17:34:44 +02:00
Scala Steward
f09ac3eff0
Update metrics-core, metrics-jvm to 4.1.9 2020-05-24 18:05:27 +02:00
contrun
11816df236
add lz4 compression for jackson (#29012) 2020-05-22 13:37:22 +02:00
Ignasi Marimon-Clos
54a9b3189a
Adds support to read PEM keys (#29039)
Co-Authored-By: James Roper <james@jazzy.id.au>
2020-05-16 18:09:24 -04:00
Patrik Nordwall
d2afff6bfc
update protobuf 3.11.4
* supposed to be more native image friendly for Cloudstate
2020-05-06 11:05:30 +02:00
Renato Cavalcanti
b52cda7b34
Merge pull request #29017 from scala-steward/update/metrics-core-4.1.7 2020-05-05 11:04:35 +02:00
Scala Steward
43d39dda59
Update metrics-core, metrics-jvm to 4.1.7 2020-05-04 10:16:53 +02:00
Scala Steward
2b8c3d98d3
Update jackson-databind to 2.10.4 2020-05-04 10:16:46 +02:00
Patrik Nordwall
ef79738373
Synchronous TestKit for EventSourcedBehavior, #23712 (#28952)
* using real EventSourcedBehaviorImpl
* using new inmem journal (PersistenceTestKit)
* advantages compared to a "fake" driver
  * no difference in implementation details from real thing
  * no limitations
  * less maintance
* added internal messsages to EventSourcedBehaviorImpl to be able to grab state
  and persistenceId
  * GetState as InternalProtocol instead of Signal so that it is stashed
* serialization checks, using SerializationTestKit
* better testKitGuardian naming to allow multiple PersistenceTestKit
* support testing of restart
* support failure testing by using PersistenceTestKit
* update doc sample
* apidoc, reference docs, and javadsl
2020-04-29 22:06:42 +02:00
Patrik Nordwall
3784d03a2a remove visible protobuf-java dependency from akka-protobuf-v3, #28939 2020-04-27 11:15:10 +02:00
Bùi Việt Thành
68e30b39bc simplify Dependencies / sslConfigCore sbt setting 2020-04-20 17:59:49 +07:00
Bùi Việt Thành
a471947fd7 sbt: fix an implicitConversions warning 2020-04-20 17:59:49 +07:00
Scala Steward
cd1cc12051
Update metrics-core, metrics-jvm to 4.1.6 2020-04-10 00:04:40 +02:00
Scala Steward
f07eb416d6
Update aeron-client, aeron-driver to 1.27.0 (#28866)
And agrona 1.4.1
2020-04-03 17:00:34 +02:00
Patrik Nordwall
b1346ad7a7
JMH bench and flight recorder for reliable delivery, #28725 (#28741)
* JMH bench for reliable delivery
* JFR flight recorder for reliable delivery
* disable hi-freq events by default
* CompileJdk9
* fix validateCompile
2020-03-24 07:59:33 +01:00
Arnout Engelen
f8d7b0c94a
Fix compiler error in project/Dependencies.scala (#28770) 2020-03-20 16:02:30 +01:00
Kirill Yankov
41f20cbb81
Persistence testkit implementation #15571 (#26825) 2020-03-20 14:18:43 +01:00
Christopher Batey
35b4da09dd
Use Scalal 2.12.11 (#28754) 2020-03-20 08:33:25 +00:00
Scala Steward
7faed3dee8
Update metrics-core, metrics-jvm to 4.1.5 (#28706) 2020-03-13 15:52:57 +01:00
Scala Steward
e819ae9f51
Update jackson-databind to 2.10.3 (#28678) 2020-03-09 17:44:06 +01:00
Johan Andrén
cee4792c31
Update aeron-client, aeron-driver to 1.26.0 (#28690)
And agrona to 1.4.0
2020-03-05 15:11:05 +01:00
Arnout Engelen
0eb3cd548b
Update to scalatest 3.1.1 (#28662)
* Update to scalatest 3.1.1

* Comments
2020-03-03 11:51:07 +01:00
Renato Cavalcanti
01c9ae5499
Merge pull request #28656 from scala-steward/update/metrics-core-4.1.4
Update metrics-core, metrics-jvm to 4.1.4
2020-03-02 13:05:13 +01:00
Scala Steward
ea4ab8118d
Update scalacheck-1-14 to 3.1.0.1 (#28498)
Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-02-28 10:59:36 +01:00
Scala Steward
274297300d
Update metrics-core, metrics-jvm to 4.1.4 2020-02-28 00:03:16 +01:00
Helena Edelson
a101ce4833 Update aeron-client, aeron-driver to 1.25.1 and Agrona to 1.3.0 (#28516) 2020-01-24 15:31:05 +00:00
Mikhail Limansky
8b06168db6 Remove ScalaTestJUnit from provided dependencies. 2020-01-17 15:53:24 +03:00
Johannes Rudolph
ec208cad08
Merge branch 'master' into scalatest310 2020-01-14 12:03:32 +01:00
Scala Steward
a1d9487ecd Update aeron-client, aeron-driver to 1.25.0 (#28475)
* Update aeron-client, aeron-driver to 1.25.0

* Update agrona to 1.2.0

Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-14 10:34:27 +00:00
Scala Steward
ee6d48c7ba Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30 (#28398)
* Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30

* Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30
2020-01-14 10:32:37 +00:00
Scala Steward
b74809ed77 Update metrics-core, metrics-jvm to 4.1.2 (#28375) 2020-01-14 10:29:31 +00:00
Scala Steward
53516fcc32 Update scalacheck to 1.14.3 (#28378) 2020-01-14 10:28:55 +00:00
Mike Limansky
d9ed927df0 Update to ScalaTest 3.1.0, fix #28289. 2020-01-11 15:15:10 +03:00