Commit graph

26806 commits

Author SHA1 Message Date
Matthew de Detrich
898c69701b Add OptionConverters.toScala methods for java Optional primitives 2023-05-09 14:34:50 +02:00
Matthew de Detrich
0df71060ea Add OptionConverters.toJava and OptionConverters.toScala 2023-05-09 07:20:18 +02:00
Matthew de Detrich
ccd728f098 Missed inline in toJavaPrimitive 2023-05-08 22:42:02 +02:00
Matthew de Detrich
1248fcf7cb Add java Optional primitive to Scala converters 2023-05-08 18:32:13 +02:00
Matthew de Detrich
0af7d3c5c1 Add toJavaPrimitive to OptionConverters 2023-05-08 19:53:25 +08:00
Matthew de Detrich
07df607192 Add FunctionConverters, FutureConverters and ObjectConverters 2023-05-08 12:03:37 +02:00
PJ Fanning
dfa0b0ded1
use github links as a 1st step away from lightbend links (#311) 2023-05-06 20:02:28 +01:00
PJ Fanning
fbbba72d8a
link to newly created pekko samples (#299) 2023-05-06 18:59:30 +01:00
Matthew de Detrich
878ee613e0 Use FileFilter.nothing from newest sbt 2023-05-04 12:03:49 +02:00
Matthew de Detrich
622d992d79 Fix minor whitespace in github action 2023-05-04 10:58:32 +02:00
Matthew de Detrich
31cb6043d4 Use ApacheMavenSnapshotsRepo constant 2023-05-04 10:22:37 +02:00
PJ Fanning
97ae92191d
acknowledge Lagom source code (#307) 2023-05-03 18:09:46 +01:00
Matthew de Detrich
8f6ea26881 Add more format commits to .git-blame-ignore-revs 2023-05-03 08:24:59 +02:00
Sam Byng
46b02c6640
Issue 203: Update the truststore/keystore for stream-tests (#301)
* 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
2023-04-28 19:29:38 +02:00
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