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

spring mvc tests to java #11114

Merged
merged 16 commits into from
May 8, 2024

Conversation

aschugunov
Copy link
Contributor

No description provided.

@aschugunov aschugunov requested a review from a team April 12, 2024 07:45
@steverao
Copy link
Contributor

There are some CI failure problem in your PR, you can solve them by referring to relevant document.

import org.springframework.security.core.userdetails.UserDetails;

public class SavingAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
public List<TestUserDetails> latestAuthentications = new ArrayList<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public List<TestUserDetails> latestAuthentications = new ArrayList<>();
List<TestUserDetails> latestAuthentications = new ArrayList<>();


@Controller
public class TestController {
@RequestMapping("/basicsecured/endpoint")
Copy link
Contributor

Choose a reason for hiding this comment

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

It had better to add a blank line with above here. Other same problems can modify together.

@aschugunov
Copy link
Contributor Author

@steverao thank you a lot for review

@laurit laurit merged commit deac397 into open-telemetry:main May 8, 2024
53 checks passed
hannahchan pushed a commit to hannahchan/opentelemetry-java-instrumentation that referenced this pull request May 12, 2024
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants