-
Notifications
You must be signed in to change notification settings - Fork 109
Move CassandraReadSideUtils and CompletionStageUtils to core #74
Comments
@yg-apaza Are you working on it? |
@lakhina No, you can work on this :-) |
@ignasi35 can correct me if I'm wrong, but I think the "move to core" comments were about moving them into the core Lagom framework to be used by all projects, not just about moving them to the I think there is a discussion we still need to have amongst the Lagom development team about how we should move useful utilities into the framework. |
At @TimMoore pointed out, moving features from In the past we've only moved one feature and the steps were:
This process doesn't cover when/how to implement the feature in the other languages. That is, if refactoring code |
Also: ./item-impl/src/main/java/com/example/auction/item/impl/CassandraReadSideUtils.java:11:
./tools/src/main/java/com/example/core/CompletionStageUtils.java:14: these two files were originally one file used by several classes. One such class was promoted into Lagom via The process of launching code via |
See also lagom/lagom#732 |
Can we start by moving |
Even if the project is named
I chose the name of the project very poorly and now we're getting these confusions. I think there's room in Final note: this issue originally mentioned |
@ignasi35 what would you suggest as an immediate solution to the problem of sharing code between multiple Online Auction services? Maybe it makes sense to introduce a new |
IMHO, Actually, I think Long-story short: I would move |
Move CassandraReadSideUtils (item-impl) and CompetionStageUtils (tools) into the core Lagom framework
The text was updated successfully, but these errors were encountered: