More yellow markers
This commit is contained in:
@@ -157,7 +157,6 @@ public class AzureSpringFunctionInitializer implements Closeable {
|
|||||||
protected Function<Publisher<?>, Publisher<?>> lookup(String name) {
|
protected Function<Publisher<?>, Publisher<?>> lookup(String name) {
|
||||||
Function<Publisher<?>, Publisher<?>> function = this.function;
|
Function<Publisher<?>, Publisher<?>> function = this.function;
|
||||||
if (name != null && this.catalog != null) {
|
if (name != null && this.catalog != null) {
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
Function<Publisher<?>, Publisher<?>> preferred = this.catalog
|
Function<Publisher<?>, Publisher<?>> preferred = this.catalog
|
||||||
.lookup(Function.class, name);
|
.lookup(Function.class, name);
|
||||||
if (preferred != null) {
|
if (preferred != null) {
|
||||||
|
|||||||
@@ -33,6 +33,11 @@
|
|||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user