-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: Publish docs for release 3.1.0 #187
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: Fix wrong links to edge (fw port)
* snapshot runtime version * chore: SDK implementation of SpiEventSourcedEntity * first stab, untested * corresponds to EventSourcedEntitiesImpl, ReflectiveEventSourcedEntityRouter, EventSourcedEntityRouter * descriptor * setState * error code * isDeleted * chore: updating SDK for work with embedded TimedAction * Apply suggestions from code review * ignoring deprecation * runtime versions --------- Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
chore: Consumer spi + ESE changes
Merge main to java-spi
* test that verifies snapshots * pass snapshotEvery in SpiSettings * use entityStateType when deserializing state (snapshot) * metadata
Merge main to java-spi
* chore: Rewrite serialization * basic JsonSerializer, replacing JsonMessageCodec * chore: Remove (most of) EventSourcedEntitiesImpl * rewrite ReflectiveEventSourcedEntityRouter * handle proto commands * test of primitives * more tests from JsonSupportSpec * fixme comment * fixme comment * update runtime * consumer and timedaction, and other changes with latest spi * temporary proto conversion in ConsumerImpl
* it's still heavily based on proto underneath
* now fully replaced by JsonSerializer
* chore: consuming and producing without proto desc SDK changes * missing import * bumping runtime version * fixing workflow deserialization * enabling workflow tests
* Based on SpiEventSourcedEntity because we want the key value entities to be implemented with event sourcing when adding support for multi-region replication. * remove some unused
* chore: workflow spi * disabling IT test for workflow compensation
* chore: timed action without proto desc * unused class removed
* chore: Misc cleanup * Remove EventSourcedEntitiesImpl * Remove KeyValueEntitiesImpl * Remove ActionsImpl * Collect spi descriptors in one loop * Remove commandId * javafmt
* chore: misc cleanups * fixing exception message
* once per class instead of for each entity instance * used for the command handler lookup
* A bit cleaner schema extraction * disable those two primitive param tests for now * update to published runtime snapshot * fix key-value-customer-registry — required address --------- Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com>
* chore: BytesPayload in component client * update runtime * fix jwt extraction --------- Co-authored-by: Eduardo Pinto <efgpinto@gmail.com>
* chore: ESE effect types * bump to 1.3.0-f5764fe * removing internal endpoints test --------- Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be> Co-authored-by: Andrzej Ludwikowski <andrzej.ludwikowski@lightbend.com>
* chore: removing entities and workflows from proto spec * bumping runtime
* chore: updating consumer SPI effect * improvements * bumping runtime and fixing compilation
Merge main to java-spi
--------- Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com>
Merge main to java-spi
* chore: improving workflow config * deps bump
* feat: disabling components programatically * Update akka-javasdk/src/main/scala/akka/javasdk/impl/SdkRunner.scala Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com> * docs * fixing log msg * implementation improvements * fixing docs * improving documentation --------- Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
* feat: isDeleted method for entity command handlers * fixing assertion
chore: Merge main to java-spi
docs: show CLI download URL
* Update LICENSE Co-authored-by: Eduardo Pinto <efgpinto@gmail.com>
Co-authored-by: Akka Bot <github-actions@users.noreply.github.com>
Closed
8 tasks
johanandren
approved these changes
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References #181