Skip to content

Fix split package for Spring Boot modules#332

Merged
jpraet merged 1 commit intomainfrom
feature/#325-fix-split-package-spring-boot
Apr 27, 2026
Merged

Fix split package for Spring Boot modules#332
jpraet merged 1 commit intomainfrom
feature/#325-fix-split-package-spring-boot

Conversation

@jpraet
Copy link
Copy Markdown
Contributor

@jpraet jpraet commented Apr 23, 2026

Move io.github.belgif.rest.problem.spring.[client|server] to io.github.belgif.rest.problem.spring.boot.[client|server] in Spring Boot modules (split package with belgif-rest-problem-spring). Marked as a breaking change, but it is unlikely to affect any users, as there is usually no direct dependency on these classes.

Fixes #325.

Move io.github.belgif.rest.problem.spring.[client|server] to
io.github.belgif.rest.problem.spring.boot.[client|server] in
Spring Boot modules (split package with belgif-rest-problem-spring).
Marked as a breaking change, but it is unlikely to affect any users,
as there is usually no direct dependency on these classes.

Fixes #325.
@jpraet jpraet requested a review from a team April 23, 2026 10:18
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
10.9% Duplication on New Code (required ≤ 10%)

See analysis details on SonarQube Cloud

@jpraet jpraet merged commit 708a993 into main Apr 27, 2026
3 of 4 checks passed
@jpraet jpraet deleted the feature/#325-fix-split-package-spring-boot branch April 27, 2026 11:47
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.

Avoid split package warning on Quarkus

2 participants