Skip to content

fix: resolve multipart parsing and user-service docker environment issues - #3

Merged
Lvasp16rnd merged 1 commit into
mainfrom
develop
Jul 17, 2026
Merged

fix: resolve multipart parsing and user-service docker environment issues#3
Lvasp16rnd merged 1 commit into
mainfrom
develop

Conversation

@Lvasp16rnd

Copy link
Copy Markdown
Owner

This pull request contains updates to both the user-service Maven configuration and the incident-service controller. The main changes focus on simplifying and updating dependencies in the user-service project, as well as improving request handling in the incident-service.

User Service - Dependency and Plugin Updates:

  • Upgraded Spring Boot parent version from 4.1.0 to 3.2.5 in pom.xml to ensure compatibility and stability with other dependencies.
  • Replaced spring-boot-starter-webmvc with the more general spring-boot-starter-web dependency, streamlining web-related dependencies.
  • Simplified test dependencies:
    • Replaced spring-boot-starter-data-mongodb-test with spring-boot-starter-test.
    • Swapped out several Spring Boot test starters for the standard spring-security-test dependency.
  • Removed the explicit maven-compiler-plugin configuration related to Lombok annotation processing, likely relying on default behavior or plugin management.

Incident Service - API Improvement:

  • Updated the @PostMapping annotation in IncidentController to specify consumes = MULTIPART_FORM_DATA_VALUE, clarifying that the endpoint expects multipart form data (typically for file uploads).

@Lvasp16rnd
Lvasp16rnd merged commit 63cbeba into main Jul 17, 2026
2 checks passed
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.

1 participant