Horace Li
Horace Li
Related fix for #17485 which was a regression in 7.2.0 after #17165. That change did not add the necessary imports to the generated API when bean validation was enabled and...
Increase datatype support as per https://datatracker.ietf.org/doc/html/rfc8044
https://freeradius.org/radiusd/man/dictionary.html The type field can be one of the standard types: string UTF-8 printable text (the RFCs call this "text") octets opaque binary data (the RFCs call this "string") ipaddr...
https://github.com/FreeRADIUS/freeradius-server/blob/master/share/dictionary/radius/ Not necessarily support all features and syntax, but able to parse without errors and gracefully degrade/ignore if unsupported.
Fixes #19398 For context, `useJakartaEe` has never had effect on the validation-api - it only impacted annotation-api. #18332 and #19171 aligned the validation-api to use `jakarta.*` package as a previous...