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

Add @EnableTestBinder annotation #2947

Merged
merged 5 commits into from
May 13, 2024

Conversation

kutmk
Copy link
Contributor

@kutmk kutmk commented May 9, 2024

import java.lang.annotation.Target;

import org.springframework.context.annotation.Import;

Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add some class level javadoc to this?

@@ -518,7 +517,7 @@ void withMessageHeadersInputParameter() {
}


Copy link
Contributor

Choose a reason for hiding this comment

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

Need copyright updates, author tag.

@@ -591,13 +590,13 @@ private BindingServiceProperties createBindingServiceProperties(
return bindingServiceProperties;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Need copyright updates, author tag.

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Import;
import org.springframework.validation.annotation.Validated;

import static org.assertj.core.api.Assertions.assertThat;
Copy link
Contributor

Choose a reason for hiding this comment

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

Need copyright updates, author tag.

import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Import;
import org.springframework.retry.support.RetryTemplate;

Copy link
Contributor

Choose a reason for hiding this comment

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

Need copyright updates, author tag.

@sobychacko
Copy link
Contributor

@kutmk Could you also add some documentation in the reference docs for this?

@sobychacko sobychacko added this to the 4.1.2 milestone May 9, 2024
@kutmk
Copy link
Contributor Author

kutmk commented May 10, 2024

@sobychacko
I have updated the copyright and author tags, added Javadoc, and also tried rewriting the reference docs.

@sobychacko sobychacko merged commit 1f41055 into spring-cloud:main May 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants