Commit graph

26792 commits

Author SHA1 Message Date
Sam Byng
dcacb0ff03
Fix #203: Update truststores/keystores for pekko-remote (#298)
* Issue 203: Regenerate the keystore/truststore for remote tests

I've followed the guide at https://www.digicert.com/kb/ssl-support/openssl-quick-reference-guide.htm to update the makefile's domain.csr recipe. I then ran 'make' and deleted any files that were not there previously (i.e. the private key)

* Update akka-remote to pekko-remote to reflect new test cert
2023-04-28 18:44:24 +02:00
PJ Fanning
d3983be07e
Delete multi-node.yml (#303) 2023-04-28 14:41:24 +02:00
Samuele Resca
53e54104ef
Fixing #246: update signature and fiddle properties in project/Paradox.scala (#302)
* Updating Paradox props.

* Reverting scalafiddle props.

* Removing @@signature placeholder in favour of apidocs.

* Coverting scalafiddler examples to standard examples.

---------

Co-authored-by: Samuele Resca <sr7@ad.datcon.co.uk>
2023-04-27 21:20:29 +02:00
PJ Fanning
65e0e50a57
scaladoc/javadoc links broken in docs (#294)
* parent 1e514f6aaf
author PJ Fanning <pjfanning@users.noreply.github.com> 1681764418 +0200
committer PJ Fanning <pjfanning@users.noreply.github.com> 1681934910 +0200

scaladoc/javadoc links broken in docs

Update project-info.conf

Update Paradox.scala

Update project-info.conf

* revert some changes till later
2023-04-20 10:33:10 +02:00
PJ Fanning
1e514f6aaf remove akka specific algolia and google analytics values 2023-04-19 21:40:52 +08:00
PJ Fanning
e5dfc90c1f
Update project-info JDKs (#293)
* Update project-info.conf

* remove Temurin naming
2023-04-17 23:29:25 +02:00
PJ Fanning
b8705bce5a
remove refs to spanner persistence (#292)
* remove refs to spanner persistence

* fix dynamodb link
2023-04-17 22:49:32 +02:00
Matthew de Detrich
b2d79c09fa Add github PR status checks 2023-04-17 16:50:40 +08:00
PJ Fanning
751ec2943e
update links to point to pekko sample docs (#285)
* update links to point to pekko sample docs

* use github links
2023-04-14 19:54:23 +08:00
Matthew de Detrich
3a8d86f8a6 Add ScalaTestWithActorTestKitBase trait to handle multiple extends 2023-04-12 16:36:55 +02:00
PJ Fanning
4b82b53705 source dists must include the word incubating 2023-04-12 02:32:03 +08:00
PJ Fanning
658e4bc4b0
temporarily remove refs to platform guide (#280)
Update persistence-testing.md
2023-04-11 20:29:42 +02:00
He-Pin
2c4d0ee02d =sbt Bump reactive-stream-version to 1.0.4 2023-04-06 01:57:15 +08:00
PJ Fanning
321c572114
upgrade to jackson 2.14.2 (#273)
* upgrade to jackson 2.14.2

* scala 3.2.2 needed

* another deprecation issue

* ignore deprecation warnings in Scala 3 build

* Update PekkoDisciplinePlugin.scala

* scala 3.2 compile issues

* more scala upgrade issues

* import order

* Update actor-typed-tests/src/test/scala/docs/org/apache/pekko/typed/InteractionPatternsSpec.scala

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

---------

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-04-05 15:44:58 +02:00
PJ Fanning
198d0eb017
update pekko-cluster license (#272) 2023-03-25 13:03:29 +01:00
PJ Fanning
69b5045f9e
remove more akka refs in our docs (#269) 2023-03-24 22:19:14 +01:00
Matthew de Detrich
3e1231c320 Fix Xlint options 2023-03-23 02:58:27 +01:00
PJ Fanning
1836c952f9
remove refs to akka versions (#256) 2023-03-23 01:37:57 +01:00
Philippus Baalman
eb660940b6 Fix dynamic versioning example 2023-03-22 09:43:04 +01:00
Matthew de Detrich
85c2a46909 Update Scala versions 2023-03-21 21:56:50 +01:00
Matthew de Detrich
c4e33c3972 Add Scala 2.12 equivalent Iterator apply method for ByteString 2023-03-21 14:13:37 +01:00
Matthew de Detrich
44d03df694 Add filterKeys for Scala 2.12 collection compat 2023-03-19 16:24:00 +01:00
Matthew de Detrich
33583e027b Add mapValues for Scala 2.12 collection compat 2023-03-18 18:59:13 +08:00
PJ Fanning
fbada2cf16
update pekko notice used in jars (#250)
Update AddMetaInfLicenseFiles.scala
2023-03-15 13:42:37 +01:00
PJ Fanning
54470b21f7
add back license text accidentally overwritten (#240) 2023-03-14 01:14:51 +01:00
Matthew de Detrich
325e21562b Replace ci-release with dynver 2023-03-11 21:13:57 +08:00
PJ Fanning
2fcf1749cb acknowledge use of netty derived code 2023-03-10 01:52:06 +08:00
PJ Fanning
904705b3df Update migration-guides.md 2023-03-09 05:00:01 +08:00
PJ Fanning
5322174ecc replace 2551 with 7354 2023-03-09 05:00:01 +08:00
PJ Fanning
c23f9fb834 artery port = 17355 2023-03-09 05:00:01 +08:00
PJ Fanning
1969f7580d change 2552+ port numbers 2023-03-09 05:00:01 +08:00
PJ Fanning
785369030d change default port number to 7355 2023-03-09 05:00:01 +08:00
PJ Fanning
defddc6af5
acknowledge use of scala-collection-compat code (#236) 2023-03-07 22:04:03 +01:00
PJ Fanning
a1ee96633c
license/notice reqs for CountMinSketch.java (#229) 2023-03-06 15:04:59 +01:00
Matthew de Detrich
245c3b1dab Add headers to github actions status check 2023-03-06 14:29:58 +01:00
He-Pin
83650437cd =str Remove the deprecation annotation on Flow#recoverWith. 2023-03-06 18:05:23 +08:00
PJ Fanning
f9eb8aaebf
can only set headerLicense config once (#234)
* can only set headerLicense config once

* Update CopyrightHeader.scala
2023-03-06 10:43:02 +01:00
PJ Fanning
0a8b8a572f
set license headers on conf files (#227) 2023-03-03 13:24:19 +01:00
PJ Fanning
4a36d2600e
latest paradox plugin (#223)
* latest paradox plugin

* Update plugins.sbt

* Update Paradox.scala
2023-03-02 01:19:58 +01:00
Matthew de Detrich
c1584a4f4b Update sbt-apache-sonatype 2023-03-01 11:50:18 +01:00
Johannes Rudolph
317cbb5250 use latest version of sbt-pekko-paradox 2023-02-28 19:14:26 +01:00
Matthew de Detrich
29800df0b7 Test github actions check headers status check 2023-02-26 14:54:50 +01:00
Matthew de Detrich
0b5bf4fd46 Add Apache to POM licenses field by updating sbt-apache-sonatype 2023-02-24 17:25:07 +01:00
PJ Fanning
83545a33eb
remove Akka release train docs/scripts (#213)
* remove Akka release train docs/scripts

* Delete release-drafter.yml

* Update release_stats.sh
2023-02-23 16:52:43 +01:00
PJ Fanning
de1a5e3b37
acknowledge smhasher copyright but add apache license header (#159)
* acknowledge lamp/epfl copyright  but add apache license header

* scalafmt

* latest attempt

* Update LICENSE

* add Austin Appleby attribution

* remove debian check

* Update CopyrightHeader.scala

* add source license changes for MurmurHash and introduce more jar specific licenses

* scalafmt

* update comment
2023-02-22 16:10:24 +01:00
PJ Fanning
7e653454a9
use pekko: in urls and fix other branding issues (#184)
* use pekko: in urls and fix other branding issues

* update comments

* fix artery test

* test changes

* scalafmt

* try to fix some tests and fixing more akka refs

* more akka refs

* more changes

* more akka refs

* Update LeaseMajoritySpec.scala

* Update docs/src/main/paradox/testing.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update docs/src/main/paradox/project/migration-guides.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* Update scripts/release-train-issue-template.md

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>

* revert link-validation change

* Update JacksonModule.scala

* revert key name changes to fix 2 tests

* fix one test

* more test trouble

* more test issues

* fix hashing test

* Update RouterTest.java

* update code comment

---------

Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-02-22 12:48:15 +01:00
Matthew de Detrich
5691328e02 Add badges for nightly tests 2023-02-22 11:31:36 +01:00
Johannes Rudolph
60f2b83486
move unstable nightly aeron builds into their own workflow (#202) 2023-02-22 09:59:13 +01:00
Matthew de Detrich
bcec7bae07 Move header check into its own github action 2023-02-21 18:21:31 +01:00
PJ Fanning
2df8d99786
change deprecated versions to use Akka in name (#209)
* change deprecated versions to use Akka in name

* scalafmt

* update markdown
2023-02-21 11:13:05 +01:00