Skip to content

Commit

Permalink
fix(core): request option doesn't initialize properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nKwiatkowski authored and fhussonnois committed Feb 5, 2025
1 parent 2f3d7f5 commit a0483dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
import java.nio.charset.StandardCharsets;
import java.time.Duration;
import java.time.temporal.ChronoUnit;
import lombok.extern.jackson.Jacksonized;

@Builder(toBuilder = true)
@Getter
@Jacksonized
public class HttpConfiguration {
@Schema(title = "The timeout configuration.")
@PluginProperty
Expand Down

0 comments on commit a0483dc

Please sign in to comment.