Skip to content

Feature/data module extraction#75

Merged
veselinovviktor merged 15 commits intomainfrom
feature/data-module-extraction
Jul 22, 2025
Merged

Feature/data module extraction#75
veselinovviktor merged 15 commits intomainfrom
feature/data-module-extraction

Conversation

@veselinovviktor
Copy link
Collaborator

No description provided.

}

public static HttpSettings custom(Consumer<HttpSettings> httpSettings) {
var settings = ConfigurationService.get(DataSettings.class).getHttpSettings();
Copy link
Collaborator

@n1xan n1xan Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handle the case when such settings are not present in the config - maybe Log warning or throw specific exception, but this will happen in all existing projects, so its better not to break the execution if the module is not used

}

public RequestSpecification requestSpecification() {
if (requestBody!=null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format the file

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix

@veselinovviktor veselinovviktor merged commit 50d8c83 into main Jul 22, 2025
1 check passed
@veselinovviktor veselinovviktor deleted the feature/data-module-extraction branch July 22, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants