Merging the maven-java project into SDK#28
Merging the maven-java project into SDK#28octonato merged 216 commits intorgc/feature-branch-maven-javafrom
Conversation
Added basic archetype based on example, ensured successful compilation
Renamed to akkasls from cloudstate, and some code warning removal/formatting in accordance with VS Code. Also verified that it is able to be packaged.
Some renaming and tidying
Also provides a README for the generated project
Ensures that the docker image is correctly named
Feature/GitHub actions ci
Update actions with renamed archetype
Add unit tests
Run locally with docker
The beginnings of the generate goal having loaded the classes into memory having compiled them
Introducing the generate goal
The value entity archetype name is now qualified with its type to better discern what will be generated.
As per PR feedback
Qualifies the value entity archetype name
…-views Add Akka Streams dependencies for View/Action streaming
huntc
left a comment
There was a problem hiding this comment.
Let’s rip the bandaid off!
Fix the means of accessing an entity URL
* handle dev-mode * framework 0.7.0-beta.10
|
Something I did when breaking out the SDKs from framework, was to strip out the |
Yeah, I noticed that. Have your wrote a script to do it or did you edit one by one? |
…-sdk' into rgc/maven-plugin-repo-merge
fc26ce6 to
9b42932
Compare
|
I'm merging this since we have one ✅ and that's more ground work. |
|
hmm, not merge commit available. Need to change repo's settings. |
This brings in the maven-java repo. This is targeting a feature branch called
rgc/feature-branch-maven-java.We may need to simply merge this for now and then continue applying the changes we need to get the CI and other bits the way we want.
Refereces #27
(cc @huntc / @RoryStokes)