Skip to content

Commit

Permalink
Change base branch name from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Jul 27, 2023
1 parent c57a561 commit fe22d26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: slf4j-test CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SLF4J Test
[![slf4j-test CI](https://github.com/valfirst/slf4j-test/workflows/slf4j-test%20CI/badge.svg)](https://github.com/valfirst/slf4j-test/actions?query=workflow%3A%22slf4j-test+CI%22)
[![Coverage Status](https://coveralls.io/repos/github/valfirst/slf4j-test/badge.svg?branch=master)](https://coveralls.io/github/valfirst/slf4j-test?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/valfirst/slf4j-test/badge.svg?branch=main)](https://coveralls.io/github/valfirst/slf4j-test?branch=main)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.github.valfirst%3Aslf4j-test&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=com.github.valfirst%3Aslf4j-test)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ac96a0c1a5614c3b93491d10e70b3a36)](https://www.codacy.com/gh/valfirst/slf4j-test/dashboard?utm_source=github.com&utm_medium=referral&utm_content=valfirst/slf4j-test&utm_campaign=Badge_Grade)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.valfirst/slf4j-test.svg)](https://central.sonatype.com/search?q=slf4j-test&namespace=com.github.valfirst)
[![Javadocs](http://www.javadoc.io/badge/com.github.valfirst/slf4j-test.svg)](http://www.javadoc.io/doc/com.github.valfirst/slf4j-test)
[![Known Vulnerabilities](https://snyk.io/test/github/valfirst/slf4j-test/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/valfirst/slf4j-test?targetFile=pom.xml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/valfirst/jbehave-junit-runner/master/LICENSE)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/valfirst/slf4j-test/main/LICENSE)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvalfirst%2Fslf4j-test.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvalfirst%2Fslf4j-test?ref=badge_shield)

A test implementation of [SLF4J](https://www.slf4j.org/) that stores log messages in memory and provides methods for retrieving them. This implementation supports all versions of SLF4J including 1.8.X which have [a new binding mechanism](https://www.slf4j.org/faq.html#changesInVersion18).
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
**Updates:**
- [#228](https://github.com/valfirst/slf4j-test/pull/228) - Bump `org.slf4j:slf4j-api` from `2.0.0-alpha5` to `2.0.0-alpha6`

_NOTE:_ `slf4j-test:2.5.0` is compatible with `slf4j-api:2.0.0-alpha6`and higher and it is not compatible with previous versions (see [compatibility matrix](https://github.com/valfirst/slf4j-test/blob/master/README.md#compatibility-matrix) for more details). The root cause is breaking changes in SLF4J API:
_NOTE:_ `slf4j-test:2.5.0` is compatible with `slf4j-api:2.0.0-alpha6`and higher and it is not compatible with previous versions (see [compatibility matrix](https://github.com/valfirst/slf4j-test/blob/main/README.md#compatibility-matrix) for more details). The root cause is breaking changes in SLF4J API:
- [breaking change 1](https://github.com/qos-ch/slf4j/commit/62a265d3c5a2bde82f2e025ee10f115564d951bb#diff-d9b428b7088f0b9ee7b67586509f3920e88f408e06258a0e2113c8cb8f4c8e37)
- [breaking change 2](https://github.com/qos-ch/slf4j/commit/f09e33dd15f60b4480d9a60bfb9083ef739fea2f#diff-d9b428b7088f0b9ee7b67586509f3920e88f408e06258a0e2113c8cb8f4c8e37)
- Bump `org.assertj:assertj-core` from `3.21.0` to `3.22.0`
Expand Down Expand Up @@ -263,7 +263,7 @@
- [#190](https://github.com/valfirst/slf4j-test/pull/190) - Bump `org.slf4j:slf4j-api` from `2.0.0-alpha2` to `2.0.0-alpha4`
- [#190](https://github.com/valfirst/slf4j-test/pull/190) - Update according to the changes in SLF4J API `2.0.0-alpha3`

_NOTE:_ `slf4j-test:2.4.0` is compatible with `slf4j-api:2.0.0-alpha3`and higher and it is not compatible with previous versions (see [compatibility matrix](https://github.com/valfirst/slf4j-test/blob/master/README.md#compatiblity-matrix) for more details). The root cause is [breaking change in SLF4J API](https://github.com/qos-ch/slf4j/commit/3e2381ea694c23c897433d675facd9a799a52256#diff-2f5a94db3233a499f03f72a41ebd7fed35029b270f9a7578c202db4ab1845b48).
_NOTE:_ `slf4j-test:2.4.0` is compatible with `slf4j-api:2.0.0-alpha3`and higher and it is not compatible with previous versions (see [compatibility matrix](https://github.com/valfirst/slf4j-test/blob/main/README.md#compatiblity-matrix) for more details). The root cause is [breaking change in SLF4J API](https://github.com/qos-ch/slf4j/commit/3e2381ea694c23c897433d675facd9a799a52256#diff-2f5a94db3233a499f03f72a41ebd7fed35029b270f9a7578c202db4ab1845b48).

### [slf4j-test-2.3.0](https://github.com/valfirst/slf4j-test/tree/slf4j-test-2.3.0) (2021-08-05)
[Full Changelog](https://github.com/valfirst/slf4j-test/compare/slf4j-test-2.2.0...slf4j-test-2.3.0)
Expand All @@ -285,7 +285,7 @@

**Updates:**

- [#124](https://github.com/valfirst/slf4j-test/issues/124) via [#126](https://github.com/valfirst/slf4j-test/pull/126) - Add [an explicit license](https://github.com/valfirst/slf4j-test/blob/master/LICENSE) to the project
- [#124](https://github.com/valfirst/slf4j-test/issues/124) via [#126](https://github.com/valfirst/slf4j-test/pull/126) - Add [an explicit license](https://github.com/valfirst/slf4j-test/blob/main/LICENSE) to the project
- Bump `org.slf4j:slf4j-api` from 1.8.0-beta2 to 2.0.0-alpha2
- Bump `joda-time:joda-time` from 2.10 to 2.10.10
- Bump `com.google.guava:guava` from 26.0-jre to 30.1.1-jre
Expand Down

0 comments on commit fe22d26

Please sign in to comment.