* stream: fix regression in JsonFraming
Was introduced in 6b30134c5c where
an invariant was changed what `pos` can be when the loop is run.
* fix when maximumObjectLength is near Int.MaxValue
* Update the stream-tests truststore/keystore to refer to pekko-remote
The same truststore/keyspace as the one generate with the Makefile at remote/src/test/resources is used here"
* Revert "Update the stream-tests truststore/keystore to refer to pekko-remote"
This reverts commit 7bab689bb6257e80d2bd8cdff2b8a715bb08c619.
* Issue 203: Update keystore/truststore for stream-tests:
Note that no SAN extension file is used in this case. Therefore the verify hostname code looks at the CN= instead of the subjectAltName field.
I've added a Makefile here to make it easier to regenerate this in future: just delete the trust/keystores and run 'make'
* 203: Add comment explaining new Makefile
* 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>