Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Cross build for Scala3 #1012

Merged
merged 8 commits into from
Mar 2, 2023

Conversation

sebastian-alfers
Copy link
Contributor

@sebastian-alfers sebastian-alfers commented Feb 23, 2023

No description provided.

Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good

@sebastian-alfers sebastian-alfers marked this pull request as ready for review March 1, 2023 14:14
@sebastian-alfers
Copy link
Contributor Author

Build seems fine, just docs link validator fails with:

## HTTP failure response
https://doc.akka.io/docs/alpakka/5.1/cassandra.html status 404 Not Found
 - docs/akka-persistence-cassandra/snapshot/configuration.html
 - docs/akka-persistence-cassandra/snapshot/index.html
 - ... 1 more

@johanandren Maybe we ignore that error for now and make it not-fail once released?

@johanandren
Copy link
Member

Link validator is not my best friend in general, yes, we can ignore it.

Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lookin' good!

"https://doc.akka.io/api/akka-persistence-cassandra/current/")
++ {
if (scalaBinaryVersion.value.startsWith("3")) {
Seq("-skip-packages:akka.pattern") // different usage in scala3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, that's the new syntax 👍 In management I completely dropped it.

Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sebastian-alfers sebastian-alfers merged commit 4b5f24a into akka:master Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants