-
Notifications
You must be signed in to change notification settings - Fork 36
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
#404: enhance logging with custom slf4j bridge #1017
base: main
Are you sure you want to change the base?
#404: enhance logging with custom slf4j bridge #1017
Conversation
# Conflicts: # cli/src/main/java/com/devonfw/tools/ide/cli/Ideasy.java
renamed TestLogger to IdeLoggerAdapter added missing param to javadoc renamed TestProvider to TestProviderImpl renamed TestLoggerFactory to TestLoggerFactoryImpl
added first implementations for IdeLoggerAdapter methods replaced IdeSubLoggerSlf4j with IdeSubLoggerOut
added null checks to IdeLoggerAdapter debug methods
added rest of null checks
fixed compose array out of bounds exception
updated WireMock dependency from 2.35.2 to 3.11.0 added jackson-core dependency to ide-cli added url namespace to tools added LogbackServiceProvider to service
# Conflicts: # cli/src/main/java/com/devonfw/tools/ide/log/AbstractIdeSubLogger.java
CI failed because of concurrent modification in |
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.
maybe we need to re-format the code?
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.
Had to enforce the reformat using CTRL+SHIFT+S
.
Adjusted now.
applied reformat
# Conflicts: # cli/pom.xml # cli/src/main/java/com/devonfw/tools/ide/context/AbstractIdeContext.java
Pull Request Test Coverage Report for Build 13788808942Details
💛 - Coveralls |
Fixes: #404
Continues PR: #760 by @KianRolf
Implements:
com.devonfw.ide.tools.url
intourl-updater
module (kept package names)WireMock
dependency from 2.35.2 to 3.11.0jackson-core
dependency toide-cli
url
namespace totools
LogbackServiceProvider
to url-updater serviceIdeLoggerAdapter
(bridge class for slf4j)