Skip to content

Commit

Permalink
Merge branch 'release/0.8.1' into dev/0.8
Browse files Browse the repository at this point in the history
* release/0.8.1:
  chore: Minor notes for organization
  chore: Update changelog
  • Loading branch information
hkupty committed Oct 22, 2024
2 parents 58596cb + 329378b commit f674c6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to Penna will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.8.1

### `penna-api`
- Fix version reporting in audit message([#121](https://github.com/hkupty/penna/pull/121)) - Thanks [@marksailes](https://github.com/marksailes)!

## 0.8.0

### `penna-api`
Expand Down
3 changes: 2 additions & 1 deletion penna-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ tasks.named("check") {
dependencies {
implementation project(":penna-api")
implementation libs.slf4j

compileOnly libs.jetbrains.annotations

testImplementation libs.junit.pioneer

testImplementation libs.junit.api
testRuntimeOnly libs.junit.engine
testImplementation libs.junit.api
testImplementation libs.jackson.core
testImplementation libs.jackson.databind

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void initialize() {
ManagerHolder.setManager(Manager.create(pennaLoggerFactory));

this.loggerFactory = pennaLoggerFactory;
// TODO Write Penna's own marker factory
markerFactory = new BasicMarkerFactory();
mdcAdapter = new PennaMDCAdapter();
report("INFO", "Penna initialized successfully");
Expand Down

0 comments on commit f674c6b

Please sign in to comment.