Skip to content

FINERACT-2339: squelch static weaving log messages - #4923

Merged
meonkeys merged 1 commit into
apache:developfrom
meonkeys:quiet-weaving
Aug 6, 2025
Merged

FINERACT-2339: squelch static weaving log messages#4923
meonkeys merged 1 commit into
apache:developfrom
meonkeys:quiet-weaving

Conversation

@meonkeys

@meonkeys meonkeys commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Description

See FINERACT-2339.

This quality of life patch reduces static weaving log message priority, reducing the default gradle build output by about 60 lines.

example gradle run with these messages:

> Configure project :custom
ℹ Skipping static weaving configuration for non-Java project: custom

> Configure project :fineract-accounting
Configuring EclipseLink static weaving for fineract-accounting

> Configure project :fineract-branch
Configuring EclipseLink static weaving for fineract-branch
...

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

This quality of life patch reduces static weaving log message priority,
reducing the default gradle build output by about 60 lines.

example gradle run with these messages:

    > Configure project :custom
    ℹ Skipping static weaving configuration for non-Java project: custom

    > Configure project :fineract-accounting
    Configuring EclipseLink static weaving for fineract-accounting

    > Configure project :fineract-branch
    Configuring EclipseLink static weaving for fineract-branch
    ...
@meonkeys
meonkeys requested a review from adamsaghy August 5, 2025 20:02

@adamsaghy adamsaghy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@meonkeys
meonkeys merged commit 0601bfc into apache:develop Aug 6, 2025
39 checks passed
@meonkeys
meonkeys deleted the quiet-weaving branch August 6, 2025 16:33
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.

2 participants