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

rename: some remaining akkaserverless to kalix renaming #308

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

pvlugter
Copy link
Member

Refs https://github.com/lightbend/kalix-proxy/issues/1234

Noticed that there were still a few mentions of Akka Serverless. Also a couple of small fixes on the codegen side.

And the test proto descriptors used for codegen were also outdated, using akkaserverless annotations — not sure why the tests were still successful. Haven't looked closer at this, but have re-generated these, as they came up in searching for akkaserverless.

@github-actions github-actions bot added Documentation Improvements or additions to documentation javascript-sdk kalix-runtime Runtime and SDKs sub-team typescript-sdk labels Apr 27, 2022
@@ -99,7 +99,7 @@ object EntityServiceSourceGenerator {
val typedefPath =
sourceDirectory.toAbsolutePath
.relativize(generatedSourceDirectory.toAbsolutePath)
.resolve(service.fqn.name.toLowerCase())
.resolve(entity.fqn.name.toLowerCase())
Copy link
Member Author

Choose a reason for hiding this comment

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

small fix, the generated files use the entity name not the service name, typedef imports were wrong

@@ -16,7 +16,7 @@
"yargs": "^17.0.1"
},
"bin": {
"create-kalix-entity": ""
"create-kalix-entity": "create-kalix-entity.js"
Copy link
Member Author

Choose a reason for hiding this comment

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

this was important, otherwise the create-kalix-entity doesn't work

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

@pvlugter pvlugter merged commit 1096c1b into lightbend:main Apr 27, 2022
@pvlugter pvlugter deleted the more-rename branch April 27, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation javascript-sdk kalix-runtime Runtime and SDKs sub-team typescript-sdk
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants