Commit graph

26823 commits

Author SHA1 Message Date
Matthew de Detrich
ee715ea6ee Update sbt-apache-sonatype 2023-05-27 11:07:43 +02:00
He-Pin
8289ae7843 =build Update to sbt 1.9.0-RC3 2023-05-27 10:45:00 +02:00
Matthew de Detrich
d5a1b2efe7 Add unwrap single string into .git-ignore-blame-revs 2023-05-25 10:45:37 +02:00
PJ Fanning
56f71cdde5
Remove jar from source repo (#340)
* remove jar

* update shell script to download jar

* Update pekko-cluster
2023-05-24 23:10:06 +01:00
PJ Fanning
435393a6d4
note need for Graphviz (#337)
* note need for Graphvis

* Update README.md

Co-authored-by: Arnout Engelen <arnout@bzzt.net>

* Update README.md

Co-authored-by: Arnout Engelen <arnout@bzzt.net>

---------

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2023-05-24 16:28:03 +02:00
Arnout Engelen
1a8997c575
Document JDK build prerequisites (#336)
I think mentioning the need to install Java 8 should be
sufficient here: in the vast majority of cases it should
be picked up automatically, and otherwise the build error
tells you how to explicitly point to it.
2023-05-24 16:28:03 +02:00
Arnout Engelen
eaea9b116f
Document JAVA_8_HOME in error message
When no Java 8 installation is found, mention in the error message that
you can also use the JAVA_8_HOME environment variable to help the build
find it.
2023-05-24 16:28:03 +02:00
Matthew de Detrich
480f516398
Unwrap single string interpolation syntax 2023-05-24 16:28:02 +02:00
Matthew de Detrich
dc216add10
Update to Scala 3.3
Co-Authored-By: PJ Fanning <pjfanning@users.noreply.github.com>
2023-05-24 16:27:04 +02:00
Matthew de Detrich
3ab894e443 Add sbt-license-report generated links to http whitelist 2023-05-23 22:01:08 +02:00
PJ Fanning
2ff8c07a17
remove rsync plugin (#331) 2023-05-23 18:34:30 +01:00
Matthew de Detrich
5bb62dec21 Update sbt-apache-sonatype 2023-05-23 17:31:14 +02:00
PJ Fanning
f6aa1567d8
add build instructions (#323)
* Update README.md

* Update README.md
2023-05-23 14:08:17 +01:00
Matthew de Detrich
7809c78388 Update sbt-apache-sonatype and handle rename 2023-05-21 12:12:21 +02:00
Matthew de Detrich
5dbc32b552 Remove unneeded imports 2023-05-15 22:27:36 +08:00
Matthew de Detrich
3c11923e83 Integrate sbt-license-report 2023-05-15 12:40:29 +02:00
PJ Fanning
245bed58d1
jackson 2.14.3 (#317) 2023-05-10 11:03:46 +01:00
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