File tree 4 files changed +4
-4
lines changed
rsocket/hello-security/src/integTest/java/example
authentication/x509/src/integTest/java/example
hello-security-explicit/src/integTest/java/example
servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
import reactor .core .publisher .Mono ;
21
21
22
22
import org .springframework .beans .factory .annotation .Autowired ;
23
- import org .springframework .boot .rsocket .context .LocalRSocketServerPort ;
24
23
import org .springframework .boot .test .context .SpringBootTest ;
24
+ import org .springframework .boot .test .rsocket .server .LocalRSocketServerPort ;
25
25
import org .springframework .messaging .rsocket .RSocketRequester ;
26
26
import org .springframework .security .rsocket .metadata .SimpleAuthenticationEncoder ;
27
27
import org .springframework .security .rsocket .metadata .UsernamePasswordMetadata ;
Original file line number Diff line number Diff line change 31
31
import reactor .netty .http .client .HttpClient ;
32
32
33
33
import org .springframework .boot .test .context .SpringBootTest ;
34
- import org .springframework .boot .web .server .LocalServerPort ;
34
+ import org .springframework .boot .test . web .server .LocalServerPort ;
35
35
import org .springframework .core .io .ClassPathResource ;
36
36
import org .springframework .http .client .reactive .ClientHttpConnector ;
37
37
import org .springframework .http .client .reactive .ReactorClientHttpConnector ;
Original file line number Diff line number Diff line change 24
24
import org .openqa .selenium .htmlunit .HtmlUnitDriver ;
25
25
26
26
import org .springframework .boot .test .context .SpringBootTest ;
27
- import org .springframework .boot .web .server .LocalServerPort ;
27
+ import org .springframework .boot .test . web .server .LocalServerPort ;
28
28
29
29
/**
30
30
* Integration tests.
Original file line number Diff line number Diff line change 24
24
import org .openqa .selenium .htmlunit .HtmlUnitDriver ;
25
25
26
26
import org .springframework .boot .test .context .SpringBootTest ;
27
- import org .springframework .boot .web .server .LocalServerPort ;
27
+ import org .springframework .boot .test . web .server .LocalServerPort ;
28
28
29
29
/**
30
30
* Integration tests.
You can’t perform that action at this time.
0 commit comments