Skip to content

chore(QTDI-1047): reduce logs #1094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ozhelezniak-talend
Copy link
Contributor

  • improve bottom javadoc header
  • disable javadoc doclint

Requirements

  • Any code change adding any logic MUST be tested through a unit test executed with the default build
  • Any API addition MUST be done with a documentation update if relevant

Why this PR is needed?

What does this PR adds (design/code thoughts)?

Copilot

This comment was marked as outdated.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to reduce log verbosity during the build process by making various build tools less chatty. The changes focus on suppressing unnecessary output from Maven plugins, Antora documentation builds, and updating related plugin versions.

  • Reduces logging output from Maven invoker, Antora documentation generation, and other build tools
  • Updates several Maven plugin versions to their latest releases
  • Standardizes frontend-maven-plugin version management across modules

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
talend-component-maven-plugin/pom.xml Adds quiet mode to maven-invoker-plugin to reduce build output
pom.xml Updates plugin versions and centralizes frontend-maven-plugin version management, disables javadoc doclint
documentation/src/main/frontend/package-template.json Adds error-level logging to Antora commands to reduce verbosity
documentation/pom.xml Removes redundant version declaration and reorganizes sourceHighlighter attribute
component-tools/pom.xml Removes redundant frontend-maven-plugin version declaration
component-tools-webapp/pom.xml Removes redundant frontend-maven-plugin version declaration
component-starter-server/pom.xml Removes redundant version declaration and updates download plugin groupId

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

* antora:build log-level=error
* fix asciidoc sourceHighlighter
* bump version of frontend-maven-plugin
* bump version of download-maven-plugin
* maven-invoker-plugin in quite mode
* bump version of maven-javadoc-plugin
* improve bottom javadoc header
* disable javadoc doclint
@ozhelezniak-talend ozhelezniak-talend force-pushed the ozhelezniak/QTDI-1047_reduce_logs branch from 25253a5 to 93ca6e9 Compare August 20, 2025 09:51
Copy link

sonar-eks bot commented Aug 20, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant