File tree Expand file tree Collapse file tree 4 files changed +4
-36
lines changed
springdoc-openapi-webflux-ui/src/main/java/org/springdoc/webflux/ui Expand file tree Collapse file tree 4 files changed +4
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 265265 </goals >
266266 </execution >
267267 </executions >
268+ <configuration >
269+ <source >8</source >
270+ </configuration >
268271 </plugin >
269272 <plugin >
270273 <groupId >org.apache.maven.plugins</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424import java .util .List ;
2525import java .util .Map ;
2626import java .util .Map .Entry ;
27- import java .util .Optional ;
2827import java .util .Set ;
2928
3029import javax .annotation .PostConstruct ;
3433import org .springdoc .core .SpringDocConfigProperties ;
3534import org .springdoc .core .SwaggerUiConfigParameters ;
3635import org .springdoc .core .SwaggerUiConfigProperties ;
37- import org .springframework .beans .factory .ObjectProvider ;
3836import reactor .core .publisher .Mono ;
3937
38+ import org .springframework .beans .factory .ObjectProvider ;
4039import org .springframework .http .server .reactive .ServerHttpRequest ;
4140import org .springframework .http .server .reactive .ServerHttpResponse ;
4241import org .springframework .stereotype .Controller ;
You can’t perform that action at this time.
0 commit comments