Skip to content

fix(java): 🐛 fixed issue with the recent logging changes#1042

Merged
WasiqB merged 2 commits intomainfrom
issue-1041
Jun 27, 2025
Merged

fix(java): 🐛 fixed issue with the recent logging changes#1042
WasiqB merged 2 commits intomainfrom
issue-1041

Conversation

@WasiqB
Copy link
Copy Markdown
Member

@WasiqB WasiqB commented Jun 26, 2025

Closes: #1041

Type of changes?

  • Bug fixes: Non-breaking change which fixes an issue
  • New feature: Non-breaking change which adds a new feature
  • Performance improvement: Non-breaking change which improves performance
  • Documentation: Non-breaking change which improves documentation
  • Other: Non-breaking change which does not fit into the above categories
  • Breaking change: A breaking change which requires a new version of the library

Checklist for Java project

  • Change not related to Java project

Following checklists are optional if above checkbox is selected:

  • Copyright banner comment added to newly added files, except *.md, *.yml, *.json?
  • Proper JavaDoc updated in main and test classes for all public classes and methods?
  • Tests added for changes?
  • Tests are passing locally?
  • Check style checks are passing locally?
  • Test coverage is at least 80% for newly added changes?
  • There are no SonarCloud issues?
  • README updated? (if applicable)
  • Documentation website updated for the PR raised?

Checklist for Website

  • Change not related to Website project

Following is optional if above checkbox is selected:

  • Lint check passes locally?
  • Prettier check passes locally?
  • Build command working fine locally?

Reviewers

@BoykaFramework/boyka-core

Important

Make sure to check the Allow edits from maintainers box below this window

@WasiqB WasiqB self-assigned this Jun 26, 2025
@WasiqB WasiqB requested a review from a team as a code owner June 26, 2025 21:03
@WasiqB WasiqB requested a review from mfaisalkhatri June 26, 2025 21:03
@github-actions github-actions bot added the 🐛 pr: bug fix PR which fixes a bug label Jun 26, 2025
mfaisalkhatri
mfaisalkhatri previously approved these changes Jun 27, 2025
@sonarqubecloud
Copy link
Copy Markdown

@WasiqB WasiqB merged commit 39c82ac into main Jun 27, 2025
54 of 56 checks passed
@github-project-automation github-project-automation bot moved this from 👍 Reviewed to ✅ Done in 🥊 Boyka-Framework Roadmap Jun 27, 2025
@WasiqB WasiqB deleted the issue-1041 branch June 27, 2025 15:41
@WasiqB
Copy link
Copy Markdown
Member Author

WasiqB commented Jun 28, 2025

🚀 This pull request is included in v2.8.0. See Release 2.8.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 pr: bug fix PR which fixes a bug

Projects

Development

Successfully merging this pull request may close these issues.

🐛 New Bug: annot invoke "org.apache.logging.log4j.Logger.traceEntry()" because "io.github.boykaframework.manager.ParallelSession.LOGGER" is null

2 participants