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

doc: Zip download of hello world (quickstart) sample #32384

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

patriknw
Copy link
Member

  • moving away sample downloads from developer.lightbend.com
  • include zip downloads of samples in Paradox
  • this is the same sample as we have in "First example" so the doc content of the quickstart is redundant
  • updated links from getting started
  • test samples from ci

* moving away sample downloads from developer.lightbend.com
* include zip downloads of samples in Paradox
* this is the same sample as we have in "First example" so
  the doc content of the quickstart is redundant
* updated links from getting started
* test samples from ci
name: Check samples

on:
pull_request:
Copy link
Member Author

Choose a reason for hiding this comment

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

we should probably change this to run on merge to main instead of pr validation

```
or
```
./gradlew run
Copy link
Member Author

Choose a reason for hiding this comment

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

do we want to include gradle or not?

Copy link
Member

Choose a reason for hiding this comment

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

For: we already have it, against: we don't really maintain the gradle/keep it up to date

akka-docs/release-train-issue-template.md Outdated Show resolved Hide resolved
```
or
```
./gradlew run
Copy link
Member

Choose a reason for hiding this comment

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

For: we already have it, against: we don't really maintain the gradle/keep it up to date

- name: Test akka-quickstart-java
run: |-
cd samples/akka-quickstart-java
mvn test -nsu -ntp -Dakka.version=`cat ~/.version`
Copy link
Member Author

Choose a reason for hiding this comment

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

Do we see any disadvantage of bringing in more/all of the samples from https://github.com/akka/akka-samples into the core repositories, like this?

Copy link
Member

Choose a reason for hiding this comment

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

I think we can do that but a bit selectively, not sure all samples there are providing any value

patriknw and others added 3 commits April 17, 2024 11:24
Co-authored-by: Johan Andrén <johan@markatta.com>
@patriknw patriknw merged commit 6368a51 into main Apr 17, 2024
5 checks passed
@patriknw patriknw deleted the wip-quickstart-patriknw branch April 17, 2024 14:04
@patriknw patriknw added this to the 2.9.3 milestone Apr 17, 2024
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.

2 participants