Skip to content

chore: using the same conventions for Views implementation is samples #323

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aludwiko
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the documentation documentation related label Mar 25, 2025
Copy link
Member

@pvlugter pvlugter left a comment

Choose a reason for hiding this comment

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

👍🏼 Looks much better

@@ -7,12 +7,12 @@
import akka.javasdk.annotations.ComponentId;
import akka.javasdk.view.View;

@ComponentId("customers_by_name_2")
@ComponentId("customers-by-name")
Copy link
Member

Choose a reason for hiding this comment

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

This needed to be a different id, with _2?

Copy link
Contributor

Choose a reason for hiding this comment

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

^

Copy link
Contributor

@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.

LGTM, shouldn't we merge this before it's conflicting with other changing? Waiting for something? There is one comment that seems important to fix.

@@ -7,12 +7,12 @@
import akka.javasdk.annotations.ComponentId;
import akka.javasdk.view.View;

@ComponentId("customers_by_name_2")
@ComponentId("customers-by-name")
Copy link
Contributor

Choose a reason for hiding this comment

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

^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants