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

fix: respecting TypeName annotations when using eventing testkit #1777

Merged

Conversation

aludwiko
Copy link
Contributor

@aludwiko aludwiko commented Aug 25, 2023

References #1774

@github-actions github-actions bot added the Documentation Improvements or additions to the documentation label Aug 25, 2023
@aludwiko aludwiko marked this pull request as ready for review August 25, 2023 12:28
@aludwiko aludwiko requested a review from efgpinto August 25, 2023 12:28
*/
static <T> Message<T> of(T payload, Metadata metadata) {
public <T> Message<T> of(T payload, Metadata metadata) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moving these methods here is not backward compatible, not sure how relevant that is.

Copy link
Member

Choose a reason for hiding this comment

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

I think it's probably fine since the feature is very recent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, just don't forget to update the webinar (if necessary) :)

Copy link
Member

Choose a reason for hiding this comment

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

luckily I did not use the publisher side :D

Copy link
Member

@efgpinto efgpinto left a comment

Choose a reason for hiding this comment

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

LGTM

*/
static <T> Message<T> of(T payload, Metadata metadata) {
public <T> Message<T> of(T payload, Metadata metadata) {
Copy link
Member

Choose a reason for hiding this comment

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

I think it's probably fine since the feature is very recent.

@aludwiko aludwiko merged commit 3b1adcb into main Aug 28, 2023
67 checks passed
@aludwiko aludwiko deleted the 1774-eventingtestkit-should-respect-typename-annotation branch August 28, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to the documentation java-sdk java-sdk-protobuf kalix-runtime Runtime and SDKs sub-team scala-sdk-protobuf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EventingTestkit should respect TypeName annotation
2 participants