chrisdutz commented on issue #1944: URL: https://github.com/apache/plc4x/issues/1944#issuecomment-2559284476
It seems that the build is complaining about FieldUtils.getAllFields not existing in your lib. This however is part of commons-lang3 ... could it be that you are explicitly importing commons-lang3 in a version that doesn't have `getAllFields`? The API documentation says it exists since version 3.2 ... so are you possibly using an older version? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
