File tree 4 files changed +4
-36
lines changed
springdoc-openapi-webflux-ui/src/main/java/org/springdoc/webflux/ui
4 files changed +4
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 265
265
</goals >
266
266
</execution >
267
267
</executions >
268
+ <configuration >
269
+ <source >8</source >
270
+ </configuration >
268
271
</plugin >
269
272
<plugin >
270
273
<groupId >org.apache.maven.plugins</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
import java .util .List ;
25
25
import java .util .Map ;
26
26
import java .util .Map .Entry ;
27
- import java .util .Optional ;
28
27
import java .util .Set ;
29
28
30
29
import javax .annotation .PostConstruct ;
34
33
import org .springdoc .core .SpringDocConfigProperties ;
35
34
import org .springdoc .core .SwaggerUiConfigParameters ;
36
35
import org .springdoc .core .SwaggerUiConfigProperties ;
37
- import org .springframework .beans .factory .ObjectProvider ;
38
36
import reactor .core .publisher .Mono ;
39
37
38
+ import org .springframework .beans .factory .ObjectProvider ;
40
39
import org .springframework .http .server .reactive .ServerHttpRequest ;
41
40
import org .springframework .http .server .reactive .ServerHttpResponse ;
42
41
import org .springframework .stereotype .Controller ;
You can’t perform that action at this time.
0 commit comments