No. If the build would have failed, I couldn't cut the release, since it is the CI uploading artifacts + distribution to both Nexus and SVN. Probably an issue with the badge or sth else on `main`.
On Fri, 29 Sep 2023, 16:24 Gary Gregory <garydgreg...@gmail.com> wrote: > https://github.com/apache/logging-log4j-kotlin shows the "build failing" > badge, does that matter? > > Gary > > On Thu, Sep 28, 2023, 9:25 AM Volkan Yazıcı <vol...@yazi.ci> wrote: > > > This is a vote to release the Apache Log4j Kotlin API 1.3.0. > > > > Source repository: https://github.com/apache/logging-log4j-kotlin > > Commit: b273cfb450898f079d2fd10b575330bfb900101b > > Distribution: > https://dist.apache.org/repos/dist/dev/logging/log4j-kotlin > > Nexus: > > https://repository.apache.org/content/repositories/orgapachelogging-1186 > > Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 > > > > Please download, test, and cast your votes on this mailing list. > > > > [ ] +1, release the artifacts > > [ ] -1, don't release, because... > > > > This vote is open for 72 hours and will pass unless getting a > > net negative vote count. All votes are welcome and we encourage > > everyone to test the release, but only the Logging Services PMC > > votes are officially counted. At least 3 +1 votes and more > > positive than negative votes are required. > > > > === Release Notes > > > > This minor release bumps the Kotlin baseline to 1.6.21 and contains > > various small improvements. > > > > ==== Added > > > > * Added an extension property for storing a cached logger (#29) > > * Added facade APIs for manipulating the context map and stack (#30) > > * Added missing `catching` and `throwing` API methods in `KotlinLogger` > > (#32) > > * Added JPMS support and used `org.apache.logging.log4j.api_kotlin` > > for the module name (identical to OSGi `Bundle-SymbolicName`) of the > > `log4j-api-kotlin` artifact > > > > ==== Changed > > > > * Updated Log4j dependency to `2.20.0` > > * Bumped `logging-parent` version to `10.1.0` and overhauled the > > entire project infrastructure to take advantage of its goodies (#37) > > * Renamed OSGi `Bundle-SymbolicName` from > > `org.apache.logging.log4j.kotlin` to > > `org.apache.logging.log4j.api_kotlin` > > * Migrated tests to JUnit 5 > > * Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` > > respectively > > >