Skip to content

chore(pom): update parent version to 1.2.0#32

Merged
hendrikebbers merged 3 commits into
mainfrom
update-parent-1.2.0
Jul 17, 2026
Merged

chore(pom): update parent version to 1.2.0#32
hendrikebbers merged 3 commits into
mainfrom
update-parent-1.2.0

Conversation

@hendrikebbers

Copy link
Copy Markdown
Contributor

This pull request updates the parent dependency version in the pom.xml file to ensure the project uses the latest shared configuration and dependencies.

  • Dependency Management:
    • Updated the parent POM version from 1.0.0 to 1.2.0 in pom.xml to inherit the latest configuration and dependency updates from java-parent.

hendrikebbers and others added 3 commits July 15, 2026 20:08
…ualifier

SecurityConfig defines two beans of type JsonAuthenticationEntryPoint
(jwtAuthenticationEntryPoint, apiKeyAuthenticationEntryPoint) and relied on
the injection-point parameter name matching the bean name to pick the right
one. That only works when classes are compiled with -parameters; the org
parent stopped providing that flag in 1.2.0, so the ApplicationContext failed
to load with NoUniqueBeanDefinitionException (103 test errors).

Resolve the ambiguity explicitly with @qualifier instead of relying on
parameter-name magic, so the wiring is correct and self-documenting
regardless of the compiler flag. The parent is separately being fixed to
re-enable -parameters (OpenElementsLabs/java-parent#1), but this makes the
security config robust on its own.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hendrikebbers
hendrikebbers merged commit 60b2e7b into main Jul 17, 2026
1 check 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