Skip to content

spring mvc tests to java#11114

Merged
laurit merged 16 commits into
open-telemetry:mainfrom
aschugunov:spring-mvc-3.1-tests-to-java
May 8, 2024
Merged

spring mvc tests to java#11114
laurit merged 16 commits into
open-telemetry:mainfrom
aschugunov:spring-mvc-3.1-tests-to-java

Conversation

@aschugunov

Copy link
Copy Markdown
Contributor

No description provided.

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

Copy link
Copy Markdown
Contributor

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

@aschugunov aschugunov force-pushed the spring-mvc-3.1-tests-to-java branch from 20f596b to db20304 Compare April 13, 2024 03:25
import org.springframework.security.core.userdetails.UserDetails;

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

@steverao thank you a lot for review

@laurit laurit merged commit deac397 into open-telemetry:main May 8, 2024
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