-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fixed TypeConverters#LevelConverter javadoc (#3359) #3455
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
86c96b2
Fixed TypeConverters#LevelConverter javadoc (#3359)
jethomas-tsi 8c0e3c6
Improve configuration error handling of HttpAppender (#3438)
Suvrat1629 12385df
Moved changelog to .2.x.x per PR Code Review (#3359)
jethomas-tsi 85c6c9b
Publish build scans to develocity.apache.org (#3396)
clayburn fef8af8
Fix null termination advice for SOA and JTL
vy 55b799b
Bump org.apache.logging:logging-parent from 11.3.0 to 12.0.0 in /log4…
dependabot[bot] 382ea9b
Run reproducibility check after each deployment
ppkarwasz 3846632
Run integration tests after each deployment (#3105)
ppkarwasz 2b9a15f
Fix revision to `2.25.0-SNAPSHOT`
ppkarwasz f203d86
Fix Nexus URL for snapshots
ppkarwasz bd4607c
Update `org.apache.cassandra:cassandra-all` to version `3.11.19` (#3440)
asf-rm 92d6efb
Activate `bom` profile in `log4j-bom`
ppkarwasz 2202b58
Add Nexus URL argument to `generate-email.sh` per `logging-parent` up…
vy c3fa946
Document `maven-compiler-plugin` override
vy ae77c09
Update `org.mongodb:bson` to version `5.3.1` (#3409)
asf-rm 0891d6b
Fix formatting of `s` pattern (#3469)
ppkarwasz eefffd9
Update `co.elastic.clients:elasticsearch-java` to version `8.17.2` (#…
asf-rm 71a03d7
Update `commons-codec:commons-codec` to version `1.18.0` (#3421)
asf-rm f98bff4
Bump commons-logging:commons-logging in /log4j-parent (#3445)
dependabot[bot] 5aac7d6
Update `org.openrewrite.recipe:rewrite-logging-frameworks` to version…
asf-rm 07590bc
Add `collectionName` and `databaseName` attributes to `MongoDbProvide…
vy 14adc25
Add changelog entry (#3066)
vy 9bc402e
Update `fast-xml-parser` to version `5.0.6` (#3487)
asf-rm bf6ef23
Update `org.junit:junit-bom` to version `5.12.0` (#3488)
asf-rm 6f4fab9
Update `org.awaitility:awaitility` to version `4.3.0` (#3489)
asf-rm dde535f
Update `org.slf4j:slf4j-nop` to version `2.0.17` (#3496)
asf-rm 56d14a4
Update `org.slf4j:slf4j-nop` to version `2.0.17` (#3490)
asf-rm ca14c95
Update `org.slf4j:slf4j-api` to version `2.0.17` (#3492)
asf-rm 2d08264
Update `org.slf4j:slf4j-api` to version `2.0.17` (#3497)
asf-rm b7cccc1
Update `org.slf4j:slf4j-api` to version `2.0.17` (#3498)
asf-rm 727c992
Update `org.slf4j:slf4j-api` to version `2.0.17` (#3499)
asf-rm 4962470
Fixed TypeConverters#LevelConverter javadoc (#3359)
jethomas-tsi e8a9c5a
Moved changelog to .2.x.x per PR Code Review (#3359)
jethomas-tsi 3519659
Merge remote-tracking branch 'jwt007/bugfix/LOG4J-3359' into bugfix/L…
JWT007 90b483c
Fixed TypeConverters#LevelConverter javadoc (#3359)
jethomas-tsi 5c6dc49
Moved changelog to .2.x.x per PR Code Review (#3359)
jethomas-tsi f1c6ef2
Merge remote-tracking branch 'jwt007/bugfix/LOG4J-3359' into bugfix/L…
JWT007 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="https://logging.apache.org/xml/ns" | ||
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3359" link="https://github.com/apache/logging-log4j2/issues/3359"/> | ||
<description format="asciidoc"> | ||
TypeConverters convert for "Level" incorrectly documented behaviour for invalid value - updated javadoc. | ||
</description> | ||
</entry> |
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.
Uh oh!
There was an error while loading. Please reload this page.