[Backport release-1.17] Supporting Jackson3 DaprObjectSerializer#1670
Closed
github-actions[bot] wants to merge 1 commit intorelease-1.17from
Closed
[Backport release-1.17] Supporting Jackson3 DaprObjectSerializer#1670github-actions[bot] wants to merge 1 commit intorelease-1.17from
github-actions[bot] wants to merge 1 commit intorelease-1.17from
Conversation
* initial restructure for spring-boot-4-autoconfigure Signed-off-by: salaboy <Salaboy@gmail.com> * updating sb4 with Jackson3 support and tests Signed-off-by: salaboy <Salaboy@gmail.com> * Renaming streaming subscription to "subscribeToTopic" (#1626) * Renaming streaming subscription to "subscribeToTopic". Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> * Bring back subscribeToEvents for backward compatibility. Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> * Fix rebase conflicts Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> * Add tests for deprecated events methods. Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> --------- Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> Signed-off-by: salaboy <Salaboy@gmail.com> * fixing new packages Signed-off-by: salaboy <Salaboy@gmail.com> * fixing sdk-tests Signed-off-by: salaboy <Salaboy@gmail.com> * updating test coverage Signed-off-by: salaboy <Salaboy@gmail.com> * missing package from example test Signed-off-by: salaboy <Salaboy@gmail.com> * aliging test junit version Signed-off-by: salaboy <Salaboy@gmail.com> * fixing spring boot 3 new packages Signed-off-by: salaboy <Salaboy@gmail.com> * increase test coverage for jackson3 Signed-off-by: salaboy <Salaboy@gmail.com> --------- Signed-off-by: salaboy <Salaboy@gmail.com> Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com> Co-authored-by: artur-ciocanu <artur.ciocanu@gmail.com> Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> Co-authored-by: Siri Varma Vegiraju <siri.varma@outlook.com> (cherry picked from commit 834b6b3)
javier-aliaga
approved these changes
Feb 20, 2026
This file contains hidden or 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
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.
Backport 834b6b3 from #1657.