PJ Fanning
e3410bcaa8
Pekko becomes TLP ( #1214 )
2024-03-22 14:16:08 +01:00
PJ Fanning
675255f7b4
don't hardcode exact coursier version so that we can pick up patches ( #1095 )
2024-02-02 00:25:56 +01:00
PJ Fanning
ccbb31619e
upgrade setup-java action ( #824 )
2023-12-04 08:58:59 +01:00
PJ Fanning
15f02d696f
Update LineNumberSpec.scala ( #683 )
...
update test
Update LineNumberSpec.scala
2023-09-25 20:10:27 +01:00
Matthew de Detrich
131e774829
Use fetch tags from latest checkout action
2023-09-05 15:25:19 +02:00
PJ Fanning
964dcf53eb
remove shaded protobuf-java v2 jar (pekko-protobuf) ( #489 )
...
* remove protobuf v2 support
* Update OSGi.scala
* ci issue
* remove refs to pekko-protobuf classes
* fix comment
* update comments
* Update Serialization.scala
2023-08-01 11:35:58 +01:00
Matthew de Detrich
35a5daf77d
Rename github action names to Pekko
2023-02-14 17:32:47 +01:00
PJ Fanning
f358df1c86
replace use of unmaintained setup-scala action ( #148 )
...
* replace use of unmaintained setup-scala scation
* try setting gha permissions
2023-02-07 16:34:49 +01:00
Matthew de Detrich
24c03cde19
Rename sbt akka modules
...
Co-authored-by: Sean Glover <sean@seanglover.com>
2023-01-05 11:10:50 +01:00
Jonas Chapuis
bb90185dcb
Remove sbtx usage
...
Replace by prior copy of `.jvmopts-ci` into `.jvmopts` which is the file sbt natively supports
2023-01-03 11:32:38 +01:00
Greg Methvin
3d93dbcb81
Rename akka to pekko in configuration ( #63 )
...
Resolves https://github.com/apache/incubator-pekko/issues/54
2022-12-02 04:53:48 -08:00
PJ Fanning
494d62515e
update github actions due to warnings about nodejs version ( #53 )
...
* update github actions due to warnings about nodejs version
* use sbtx instead of sbt because sbtx supports -jvm-opts
2022-11-17 12:51:24 +01:00
PJ Fanning
bdf12355fe
upgrade cache-action due to build warnings ( #42 )
2022-11-12 12:02:51 +01:00
PJ Fanning
991997fb42
change name of github repo so that workflows run for apache/incubator-pekko ( #12 )
2022-11-04 12:37:34 +01:00
PJ Fanning
b46dfd85da
temporarily remove email action from github builds ( #9 )
2022-11-04 10:57:07 +01:00
Patrik Nordwall
5e3e61458a
Enable some Aeron tests in nightly-builds, #31010 ( #31218 )
...
* and enable gc logging via -Dakka.ci-server=true in .jvmopts-ci
* and some cleanup
* exclude ClusterReceptionistSpec and JoinConfigCompatCheckerRollingUpdateSpec
with new tag
2022-03-09 07:27:31 +01:00
Johan Andrén
da4bac374d
Allow manual triggering of all cron CI-jobs ( #31174 )
2022-02-22 15:11:32 +01:00
Patrik Nordwall
299f1239b9
Email on failure ( #31170 )
...
* missing for some jobs, e.g. Scala 3
2022-02-22 11:46:37 +01:00
Patrik Nordwall
4412529a39
Run timing sensitive tests in separate job, #30716 ( #31149 )
...
* better to exlude TimingTests and only run them in separate
job so that we see more easily when those fail in CI
(and lower prio to fix them in CI)
* BoundedBlockingQueueSpec has many timing sensitive things,
hardened it and marked as TimingTest
2022-02-21 15:34:45 +01:00
Arnout Engelen
5fafdced8e
Cleanup cross building ( #30981 )
...
* wip
* Don't set crossScalaVersions at the toplevel
* scalafmtSbt
* Accidentally commited
* Set default scalaVersion
* Set top-level scala version to default
* Add comment explaining why to +~
2021-12-14 11:00:02 +01:00
Patrik Nordwall
2909d4cce5
Use GhExcludeTest in CI again ( #30941 )
...
* -XX:+AlwaysActAsServerClassMachine in CI
* Remove GHExcludeTest from all tests, since we have included those in CI workflows
* Exclude a few failing tests from CI
* run CI with -Dakka.test.tags.exclude=gh-exclude again
2021-11-28 19:52:16 +01:00
Arnout Engelen
02f0679e84
scala3: build/test akka-persistence-tck and akka-persistence-typed-tests ( #30911 )
2021-11-19 13:48:25 +01:00
Arnout Engelen
65df618bd2
scala3: test akka-stream-typed ( #30910 )
...
Refs #30243
2021-11-19 11:39:53 +01:00
Arnout Engelen
9b174a31a6
scala3: remove runtime trait ordering check ( #30904 )
2021-11-18 14:44:43 +01:00
Arnout Engelen
7e059fadb9
Scala 3: enable akka-cluster tests ( #30890 )
...
Closes #30689
Looks like it has been fixed with https://github.com/akka/akka/pull/30886
2021-11-17 12:13:58 +01:00
Arnout Engelen
bdb46d16fd
Scala3: enable akka-cluster-sharding-typed tests ( #30892 )
...
* Scala3: enable akka-cluster-sharding-typed tests
* typo
2021-11-15 17:57:57 +01:00
Arnout Engelen
060fce1720
Scala 3: enable akka-cluster-metrics tests ( #30891 )
2021-11-15 17:29:37 +01:00
Arnout Engelen
7742f1ded3
Build akka persistence typed with scala3 ( #30772 )
2021-10-12 08:22:12 +02:00
Arnout Engelen
f12d72effc
Compile akka-cluster-sharding-typed with scala3 ( #30738 )
...
* Compile akka-cluster-sharding-typed with scala3
Refs #30243
* Remove unused variable
2021-10-04 12:23:35 +02:00
Patrik Nordwall
f021dc9248
Only compile with Scala 3 in PR validation ( #30731 )
...
* seems to be much more test failures in the Scala 3 job
* let's not block PR validation by that, we still have full nightlies
with Scala 3
2021-10-01 14:46:41 +02:00
Arnout Engelen
8086c70437
Build akka-cluster-sharding with scala3 ( #30712 )
...
* Build akka-cluster-sharding with scala3
Umbrella issue https://github.com/akka/akka/issues/30243
Not running tests yet due to https://github.com/akka/akka/issues/30711
* scalafmt
* Remove leftover val
2021-09-25 12:42:15 +02:00
Patrik Nordwall
ba6c91779a
adjust gc log and mem args in nightly builds ( #30687 )
...
* adjust gc log and mem args in nightly builds
* extraOpts in jdk matrix
* -Xlog:gc already added in AkkaBuild.scala
2021-09-24 09:18:54 +02:00
Arnout Engelen
3b4ce564be
build akka-cluster-typed on scala 3 ( #30703 )
...
* build akka-cluster-typed on scala 3
Refs #30243
* mima exclude
* scalafmt
2021-09-23 15:25:50 +02:00
Arnout Engelen
8e5493fb1a
Compile akka-cluster-metrics on scala3 ( #30690 )
...
* Compile akka-cluster-metrics on scala3
* re-introduce serialversionuid
* Avoid weird patternmatch
2021-09-17 07:00:45 +02:00
Arnout Engelen
4fe93e85bb
Build akka-bench-jmh with scala3 ( #30682 )
...
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-09-16 09:22:32 +02:00
Arnout Engelen
a085b21fc1
build akka-cluster-tools on scala3 ( #30683 )
2021-09-16 09:06:34 +02:00
Arnout Engelen
61c6c50527
Build akka-distributed-data on scala3 ( #30666 )
...
* Build akka-distributed-data on scala3
* Fix binary compatibility of default 'copy' parameter
Not excluding the updateState signature yet to verify
GitHub Actions correctly picks that one up as well
* MiMa exclude for internal method
* Restore binary compatibility without causing conflict
Sad to have to duplicate GSet, but I don't see a way around it.
2021-09-10 14:55:22 +02:00
Arnout Engelen
6c2ed1b17d
Build akka-persistence-query on scala3 ( #30663 )
...
* Build akka-persistence-query on scala3
* Build and test on scala3 on GHA
* scalafmt
* Also akka-persistence-shared
* Add mima exclusions
* Add type to implicit, not to probe
2021-09-10 14:53:57 +02:00
Arnout Engelen
9f252696ec
Test customizing the Jackson object mapper ( #30670 )
...
Starting with https://github.com/FasterXML/jackson-databind/issues/2683
Jackson will no longer use the generic bean serialization when serializing a
`java.time.Instant`, but throw an error (since the bean serialization
doesn't make sense for those types anyway).
Our test relied on the bean serialization to test using custom object
mappers. This PR improves the test to use a 'real' custom mapper instead
of just relying on the bean fallback.
2021-09-10 12:49:05 +02:00
Ignasi Marimon-Clos
6275c06cca
akka-persistence compiling on Scala3 ( #30406 )
...
Co-authored-by: Ignasi Marimon-Clos <ignasi@lightbend.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2021-09-08 13:00:51 +02:00
Patrik Nordwall
eb6f3e3d19
timefactor=2 also for Typed testkit ( #30643 )
2021-09-07 21:14:52 +02:00
Patrik Nordwall
df6203babb
Run Scala3 build as nightly
...
* instead of each push to master
* still part of pr validation
2021-09-01 08:26:41 +02:00
Marcos Pereira
06594e537b
Update contributing guide to remove Jenkins and add Github Actions ( #30595 )
...
* Fix some minor format issues
* Review grammar and links
* Remove mentions to Jenkins in the contributing guide
* Avoid running jobs in forked projects
2021-08-31 16:53:19 +02:00
Marcos Pereira
f92ef444f8
Consistent use of timefactor when running tests
2021-08-24 12:11:23 -04:00
Arnout Engelen
999b0853d5
Run akka-stream-tests on Scala 3 ( #30451 )
...
Refs #30243
* More createGraph
* Actually delay downstream cancellation
2021-08-13 13:56:38 +02:00
Patrik Nordwall
e39fb57b0c
Combine some tests projects in Scala3 build ( #30520 )
2021-08-11 11:28:53 +02:00
Ignasi Marimon-Clos
71263db0cc
Abort scala3 jobs when pushing new commits on the PR ( #30500 )
2021-08-06 18:43:59 +02:00
Ignasi Marimon-Clos
45b9b0bcd1
Use latezt Ubuntu and JDK latest LTS ( #30485 )
2021-08-05 16:45:03 +02:00
Andrea Peruffo
f1862bdfa0
Parallelize GH Action for Scala 3 ( #30472 )
2021-08-04 17:11:20 +02:00
Andrea Peruffo
c7c18865d8
typo
2021-08-04 14:47:31 +02:00