-
Notifications
You must be signed in to change notification settings - Fork 6
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
WHISKER-18: Migrate to log4j2 #215
base: master
Are you sure you want to change the base?
Conversation
ottlinger
commented
Dec 16, 2024
- Raise minimum Maven version to 3.1.0 to benefit from slf4 log bridging
- Replace deprecated velocity parameters
- Remove old logging implementation in favor of standard log4j2
…n to ease future refactorings
Philipp
Have you founda fix for this or is it still an issue?
…On Mon 16 Dec 2024, 22:57 P. Ottlinger, ***@***.***> wrote:
@Claudenw <https://github.com/Claudenw> @jochenw
<https://github.com/jochenw> do you have a chance to have a look into
this branch from a Windows-system? The tests seem to fail, but the build
does not emit what went wrong during the integration test runs of the Maven
plugin. Thanks
(tests work fine on Mac and linux)
—
Reply to this email directly, view it on GitHub
<#215 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASTVHVJ4ORIYZT3TLLLTYD2F5LE3AVCNFSM6AAAAABTXDL3NGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXGA2DSOJRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Claudenw The issue remains open. I asked a friend to checkout the branch and build and it succeeded on Windows10, not sure what OS GHA is running - the last message is
as the file seems to exist my expectation would be to see true instead of false. |
@ottlinger you could try adding |
Done - I do not understand the initial groovy error ....
|
@@ -127,6 +135,7 @@ | |||
<plugin> | |||
<artifactId>maven-invoker-plugin</artifactId> | |||
<configuration> | |||
<goal>-X</goal> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. this should be in the goals section around line 151
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Claudenw Unfortunately changing line 151 to
- <goal>run</goal>
+ <goal>-X run</goal>
does not work and fails the build :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately adding invoker properties does not solve the problem as the build.log's contents is not shown in the console/logs :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve when