-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(SystemClock): Added PreciseClock implementation to the system c…
…lock class, for the benefit of Java 8 users. (#3217) Added PreciseClock implementation to the system clock class, for the benefit of Java 8 users. Co-authored-by: Jay Katariya <[email protected]> Co-authored-by: Piotr P. Karwasz <[email protected]>
- Loading branch information
1 parent
e71820a
commit 7f81b51
Showing
11 changed files
with
40 additions
and
358 deletions.
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
77 changes: 0 additions & 77 deletions
77
log4j-core-java9/src/main/java/org/apache/logging/log4j/core/time/Instant.java
This file was deleted.
Oops, something went wrong.
157 changes: 0 additions & 157 deletions
157
log4j-core-java9/src/main/java/org/apache/logging/log4j/core/time/MutableInstant.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
log4j-core-java9/src/main/java/org/apache/logging/log4j/core/time/PreciseClock.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
log4j-core-java9/src/main/java/org/apache/logging/log4j/core/util/Clock.java
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
log4j-core-java9/src/main/java/org/apache/logging/log4j/core/util/SystemClock.java
This file was deleted.
Oops, something went wrong.
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.