Skip to content
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

4.x changes #269

Merged
merged 49 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
c40ec11
Add Level to common
oshai Jan 22, 2023
193f634
Add Marker to common
oshai Jan 22, 2023
0f89354
Move MarkerFactory to common
oshai Jan 23, 2023
aecab84
add fl4j methods to logger
oshai Jan 23, 2023
e06e0a9
more fixes
oshai Jan 23, 2023
60d3ede
rename package mu to mu.two
oshai Jan 29, 2023
7ef56d1
rename package mu to mu.two - cont
oshai Jan 29, 2023
8c41509
fix formatting
oshai Jan 29, 2023
eea9552
fix tests
oshai Jan 29, 2023
de118b6
fix tests
oshai Jan 29, 2023
bdcf879
update kotlin to 1.8.0
oshai Jan 29, 2023
6c1a399
change slf4j dep for compile only
oshai Jan 29, 2023
5f853bd
move methods to Slf4jExtensions.kt
oshai Jan 29, 2023
e39146e
fix formatting
oshai Jan 29, 2023
db615e3
fix compilation
oshai Jan 29, 2023
ddc242d
add jul
oshai Jan 29, 2023
811707c
add jul impl
oshai Jan 31, 2023
102c48c
add jul test
oshai Jan 31, 2023
8c2b16c
add jul test
oshai Jan 31, 2023
36d1372
add jul test
oshai Jan 31, 2023
fa8ffda
typo
oshai Jan 31, 2023
196850c
remove jcenter
oshai Jan 31, 2023
ef3f28d
fix windows test
oshai Jan 31, 2023
1c152ac
bump version to 4.0.0-beta-1
oshai Jan 31, 2023
4b0b69d
add github-release-4.x to github actions
oshai Jan 31, 2023
c3b63b7
bump version to 4.0.0-beta-2
oshai Jan 31, 2023
170a203
change artifact name to kotlin-logging-mew
oshai Jan 31, 2023
9c9c341
change package to io.github.oshai
oshai Feb 2, 2023
3628df4
change group (coordinate) to io.github.oshai
oshai Feb 2, 2023
dc11aa0
bump version to 4.0.0-beta-3
oshai Feb 2, 2023
16e19c8
change repo url
oshai Feb 2, 2023
dd82ddc
change repo url
oshai Feb 2, 2023
d1e6e0b
change pom name
oshai Feb 2, 2023
b9c30d7
bump version to 4.0.0-beta-4
oshai Feb 2, 2023
74c8a3e
bump version to 4.0.0-beta-5
oshai Feb 2, 2023
4428078
change maven url
oshai Feb 2, 2023
b22c55d
bump version to 4.0.0-beta-6
oshai Feb 2, 2023
0a406e5
trying a different repo url
oshai Feb 2, 2023
468cb83
bump version to 4.0.0-beta-7
oshai Feb 2, 2023
1a02634
add credentials
oshai Feb 2, 2023
3b22398
add credentials from env
oshai Feb 2, 2023
cb00099
change url according to https://central.sonatype.org/publish/publish-…
oshai Feb 2, 2023
9696c93
trying not to release
oshai Feb 2, 2023
10c26d1
trying not to release #2
oshai Feb 2, 2023
f2f9b9f
trying not to release #3
oshai Feb 2, 2023
b1c74f1
trying not to release #5
oshai Feb 2, 2023
176b8f3
trying not to release #6
oshai Feb 2, 2023
77c15fb
bump version to 4.0.0-beta-10
oshai Feb 2, 2023
ec68a37
Merge branch 'master' into 4.x-2
oshai Feb 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add jul test
oshai committed Jan 31, 2023
commit 8c2b16cb3c28da8e317e5981100fa671a541e685
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ class JulLoggerWrapperTest {
@BeforeAll
@JvmStatic
fun init() {
// our jul test just forward the logs jul -> slf4j -> log4j
SLF4JBridgeHandler.removeHandlersForRootLogger()
SLF4JBridgeHandler.install()
Logger.getLogger("").level = Level.FINEST