Commit graph

2721 commits

Author SHA1 Message Date
Scala Steward
2b8c3d98d3
Update jackson-databind to 2.10.4 2020-05-04 10:16:46 +02:00
Patrik Nordwall
8cfc23da37
fix publishRsync in release script (#29003) 2020-04-30 21:26:49 +02:00
Enno
d973f016cc
Docs: Javadoc links in project info (#28998) 2020-04-30 17:05:02 +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
Enno
bb4940b027
Docs: sort all operators by method name in left-hand menu (#28900) 2020-04-28 16:58:00 +02:00
Arnout Engelen
ad2bd70213
Use sbt-publish-rsync rather than our own (#28868) 2020-04-28 11:49:42 +02:00
Scala Steward
404d45ea82
Update sbt-paradox-akka to 0.33 (#28983) 2020-04-28 08:31:07 +02:00
Scala Steward
dc9f907caa
Update sbt-header to 5.6.0 (#28944) 2020-04-27 19:31:02 +02:00
Renato Cavalcanti
8e0c8d07b9
Merge pull request #28974 from akka/wip-28939-protobuf-dep-patriknw 2020-04-27 17:35:49 +02:00
Arnout Engelen
2db52a06ea
Check mima against 2.5.31 (#28857) 2020-04-27 16:11:32 +02:00
kerr
0e4d41ad33
+build Add sort imports support. (#28780)
* Add scalafix plugin for jdk 9.
* Add command alias sortImports.
* Excludes some sources from SortImports.
* Update SortImports to 0.4.0
* Sort imports with `sortImports` command.
2020-04-27 14:32:18 +02:00
Patrik Nordwall
3784d03a2a remove visible protobuf-java dependency from akka-protobuf-v3, #28939 2020-04-27 11:15:10 +02:00
Domantas Petrauskas
d415211bf8
Update sbt-java-formatter to 0.5.1, disable javafmt on compile if discipline is disabled (#28962) 2020-04-24 14:12:01 +02:00
Bùi Việt Thành
fe0447d267 ExplicitResultTypes manually for implicit local val / def
ExplicitResultTypes scalafix rule can't fix those cases
2020-04-20 17:59:50 +07: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
50f1f14265 AkkaDisciplinePlugin don't need to depend on Scalafix 2020-04-20 17:59:49 +07:00
Bùi Việt Thành
7c38b83e39 update sbt-scalafix 0.9.14 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
acfb8c44e3
Update sbt to 1.3.10 (#28921) 2020-04-15 12:52:35 +02:00
Scala Steward
9ee9400b6f
Update sbt-header to 5.5.0 2020-04-10 12:07:55 +02:00
Scala Steward
cd1cc12051
Update metrics-core, metrics-jvm to 4.1.6 2020-04-10 00:04:40 +02:00
Johannes Rudolph
5eea9cddcf
build: remove scala-2.13+ / scala-2.13- directories for now (#28894)
For the time being, we'll probably only support 2.12 and 2.13 so these special
directories might not be needed right now.

Follow up to #28888
2020-04-07 12:25:55 +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
Scala Steward
b035c42691
Update sbt-reproducible-builds to 0.24 (#28845) 2020-04-01 12:40:22 +02:00
Scala Steward
bcff540dbd
Update sbt-paradox-akka to 0.32 (#28854) 2020-04-01 12:37:59 +02:00
Arnout Engelen
7036f89465
Fix compiling javadoc jar #11927 (#28858)
This dependency wasn't needed and somehow broke setting the scalacSettings
for the doc target...
2020-04-01 12:26:05 +02:00
Scala Steward
c12b9d4593
Update sbt to 1.3.9 (#28855) 2020-04-01 12:25:30 +02:00
Arnout Engelen
1a529aa38a
Publish paradox/japi/api (snapshot) docs via sbt (#28828)
* Publish paradox/japi/api (snapshot) docs via sbt

* Removes the need for custom release commands

* Use ++= instead of :=
2020-03-30 16:48:15 +02:00
Patrik Nordwall
f31b58b61a
Merge pull request #28827 from akka/wip-mima-2.6.4-patriknw
mima: check against 2.6.4, and missing filters
2020-03-27 15:23:39 +01:00
Arnout Engelen
79b1cda615
Create the git tag before releasing rather than during (#28820) 2020-03-27 11:59:30 +01:00
Patrik Nordwall
e151536e81 mima: check against 2.6.4, and missing filters 2020-03-27 11:54:42 +01:00
Arnout Engelen
b34e26eff0
Publish snapshots to gustav with 'publish' (#28815)
This removes the need to publish to a 'predictable' directory and then
'manually' rsyncing the locally-created repository from jenkins to gustav.

This is not needed for anything, it just simplifies the build a bit. We
could eventually use it for the paradox and api docs as well.
2020-03-27 10:30:38 +01:00
Arnout Engelen
b40873dc10
Remove last crossPaths occurrence (#28817)
We were already not using it for most of the build
2020-03-27 09:38:12 +01:00
Arnout Engelen
4b782e54b8
Update to genjavadoc 0.16 (#28791) 2020-03-24 11:21:31 +01: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
Arnout Engelen
04dccf42c0 Don't set -Yrangepos by default #26900
It is not required for all scalafix rules anyway, and breaks genjavadoc
2020-03-13 11:20:58 +00:00
Arnout Engelen
dba69dba1d
Add docs and examples for RS fromPublisher #25468 2020-03-11 15:56:59 +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
Arnout Engelen
c0f3ebbe09 Update mima to 0.7.0 2020-02-28 11:50:47 +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
Ignasi Marimon-Clos
b5ddc2f224
Adds gzip and deflate to the operator list (#28644) 2020-02-26 13:50:43 +01:00
Scala Steward
427a3cff42
Update sbt-paradox-akka to 0.31 (#28623) 2020-02-26 09:13:21 +01:00