fix: add Jakarta Bean Validation provider (auth 500 fix) #1

Open
arystanbek wants to merge 1 commits from fix/add-validation-provider into main
Owner

Problem

Core service returns 500 Internal server error on /api/auth/register and /api/auth/login.

Root cause: NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found

This blocks ALL authenticated endpoints (marketing v3, targeting, social media, etc.)

Fix

Add spring-boot-starter-validation dependency to pom.xml.

## Problem Core service returns 500 Internal server error on /api/auth/register and /api/auth/login. Root cause: `NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found` This blocks ALL authenticated endpoints (marketing v3, targeting, social media, etc.) ## Fix Add `spring-boot-starter-validation` dependency to pom.xml.
arystanbek added 1 commit 2026-08-13 12:41:20 +00:00
Core service returned 500 on /api/auth/register and /api/auth/login
because no Jakarta Bean Validation provider was on the classpath.
This blocked all authenticated API endpoints.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/add-validation-provider:fix/add-validation-provider
git checkout fix/add-validation-provider
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: digiops/core#1