-
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
Open
jan-vcapgemini
wants to merge
45
commits into
devonfw:main
Choose a base branch
from
jan-vcapgemini:enhance/404-logging-concept
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
7af9fc5
#765: Fix typos in DoD asciidoc
aeae1dd
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf e520d16
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf 29403d3
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf 5bff5eb
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf 890c107
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf c55af62
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf 5224bf9
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf d925977
Merge branch 'main' of https://github.com/KianRolf/IDEasy
KianRolf 8921a0c
Testprovider
KianRolf 6a139b3
extension
KianRolf fcf4a64
draft pr
KianRolf e2b1c2b
fix
KianRolf 648c65a
Merge branch 'main' into enhance/404-logging-concept
KianRolf 22b59be
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 5e1ce87
Merge branch 'main' into enhance/404-logging-concept
KianRolf a9ffba2
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini c15e0d1
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini dc5de78
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 0ca3f64
Merge branch 'main' into enhance/404-logging-concept
hohwille 26344ad
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 76d3527
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini fc74f71
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 2fb8f0d
#404: implemented requested changes
jan-vcapgemini 3a0616f
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini aaa9fd3
#404: implemented IdeLoggerAdapter
jan-vcapgemini c7b170a
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini ef08b4e
#404: fixed WireMock tests
jan-vcapgemini 5cd1ab3
#404: fixed WireMock tests
jan-vcapgemini e8a30a8
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini b4669bb
#404: fixed WireMock tests
jan-vcapgemini 8769dcc
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 98a0f2e
#404: refactored urls into url-updater
jan-vcapgemini 19273ac
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini 793417a
#404: fixed github actions workflow
jan-vcapgemini 72f2000
#404: fixed test package names
jan-vcapgemini e70b96e
#404: fixed assertThat import
jan-vcapgemini eca4217
#404: removed FQN
jan-vcapgemini cc145f3
#404: fixed assertThat import
jan-vcapgemini 1beb57d
#404: implemented requested changes
jan-vcapgemini 2597874
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini a8600d6
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini b87d21a
#404: removed outdated imports
jan-vcapgemini c1c545b
Merge branch 'main' into enhance/404-logging-concept
jan-vcapgemini e21c0a2
#404: removed jackson-core dependency
jan-vcapgemini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.