File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed
src/main/java/io/kestra/plugin/azure Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 compileOnly group : " io.kestra" , name : " script"
6161
6262 // Logs
63- // compileOnly'org.slf4j:slf4j-api'
63+ compileOnly' org.slf4j:slf4j-api'
6464
6565 // Azure libraries are managed by the the Kestra Platform so they are aligned on all plugins
6666 api (group : ' com.azure' , name : ' azure-identity' ) {
@@ -282,7 +282,7 @@ shadowJar {
282282 exclude {
283283 it. moduleGroup. startsWith(' com.fasterxml.jackson' ) && ! it. moduleName. equals(' jackson-datatype-joda' )
284284 }
285- // exclude "org/slf4j/**"
285+ exclude " org/slf4j/**"
286286 }
287287}
288288
Original file line number Diff line number Diff line change 1212import io .swagger .v3 .oas .annotations .media .Schema ;
1313import jakarta .validation .constraints .NotNull ;
1414import lombok .*;
15- import lombok .experimental .SuperBuilder ;
16- //import lombok.extern.slf4j.Slf4j;import org.slf4j.Logger;
17- //import org.slf4j.LoggerFactory;
15+ import lombok .experimental .SupperBuilder ;
16+
1817
1918import org .slf4j .Logger ;
2019import org .slf4j .LoggerFactory ;
Original file line number Diff line number Diff line change 11package io .kestra .plugin .azure .eventhubs .service .consumer ;
22
33import io .kestra .plugin .azure .eventhubs .service .EventDataObjectConverter ;
4- //import org.slf4j.Logger;
4+
55
66import java .time .Duration ;
77
Original file line number Diff line number Diff line change 1010import io .kestra .plugin .azure .eventhubs .config .EventHubConsumerConfig ;
1111import io .kestra .plugin .azure .eventhubs .model .EventDataObject ;
1212import io .kestra .plugin .azure .eventhubs .service .EventDataObjectConverter ;
13- //import org.slf4j.Logger;
13+
1414import reactor .core .publisher .Flux ;
1515import reactor .core .publisher .Mono ;
1616
Original file line number Diff line number Diff line change 2121import lombok .*;
2222import lombok .experimental .SuperBuilder ;
2323import org .apache .commons .lang3 .tuple .Pair ;
24- //import org.slf4j.Logger;
24+
2525import reactor .core .publisher .Flux ;
2626import reactor .core .publisher .FluxSink ;
2727import reactor .core .scheduler .Schedulers ;
Original file line number Diff line number Diff line change 2020import lombok .*;
2121import lombok .experimental .SuperBuilder ;
2222import org .apache .commons .lang3 .tuple .Pair ;
23- //import org.slf4j.Logger;
23+
2424
2525import java .util .NoSuchElementException ;
2626import java .util .function .Function ;
You can’t perform that action at this time.
0 commit comments