Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Marko BekhtaMarko BekhtaParticipants
Marko BekhtaFix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Marko Bekhta
Marko BekhtaParticipants
Marko Bekhta
Fix versions
Priority
Created July 15, 2024 at 2:48 PM
Updated August 1, 2024 at 8:38 AM
Resolved July 19, 2024 at 10:35 AM
With the main branch being based on the Jakarta Validation and hence the
jakarta.validation
packages the profiles to run perf tests for earlier version of the Validator based on thejavax.validation
are now outdated and won’t work.Let’s have a dedicated java/javax/jakarta directories containing common/Javax-package based/Jakarata-package based sources and depending on the BV implementation the maven profile defines add the corresponding sources.
There’s also a dependency on log4j that doesn’t have a version, we should:
add a version?
drop log4j dependency?
upgrade from log4j:log4j to something newer?