Horace Li

Results 12 issues of 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...

Client: Java
Issue: Bug

Increase datatype support as per https://datatracker.ietf.org/doc/html/rfc8044

increase code coverage and fix disabled tests

tech debt

Add documentation and usage guide

documentation

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...

enhancement

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.

enhancement

documentation

enhancement

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...