sergehuber opened a new pull request, #765: URL: https://github.com/apache/unomi/pull/765
## Summary Two small diagnostic improvements committed to the local `UNOMI-937-itests-hardening-ci` branch after the PR was merged on GitHub, so they never landed in master. - **`GraphQLListIT.java`**: Add `LOGGER.warn(e.getMessage())` inside the `keepTrying` poll supplier so failed HTTP attempts are visible in CI logs instead of timing out silently. - **`build.sh`**: Restore the failing command in `handle_error` output by reading `$BASH_COMMAND` inside the function (avoids ARG_MAX) and printing the first 200 chars. - **`setenv.sh`**: Capture Maven stderr to a temp file instead of `2>/dev/null` so version detection failures print the actual error. These were committed in response to Copilot review comments on #764 but were not pushed before the branch was merged and deleted. -- 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]
