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

Support for logback-access 2.0.0 #1015

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sondemar
Copy link

@sondemar sondemar commented Apr 2, 2024

closes #1014

@sondemar sondemar force-pushed the logback-access-2_0_0-support branch from 33e7a86 to 33b3177 Compare April 9, 2024 09:48
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- runtime dependencies -->
<jackson.version>2.15.2</jackson.version>
<java-uuid-generator.version>4.2.0</java-uuid-generator.version>
<logback.version>1.3.7</logback.version>
<logback.core.version>1.5.3</logback.core.version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<logback.core.version>1.5.3</logback.core.version>
<logback.core.version>1.5.6</logback.core.version>

@runeflobakk
Copy link

This is great work, and I hope this can be merged and released soon 🙏
Logstash Logback Encoder is currently not compatible with Spring Boot 3.3.x and Jetty 12.

<link>https://javadoc.io/doc/ch.qos.logback/logback-access/${logback.version}</link>
<link>https://javadoc.io/doc/ch.qos.logback/logback-core/${logback.core.version}</link>
<link>https://javadoc.io/doc/ch.qos.logback/logback-classic/${logback.core.version}</link>
<link>https://javadoc.io/doc/ch.qos.logback/logback-access/${logback.access.version}</link>
Copy link

@shmyer shmyer Jun 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the package group and artifact id are wrong here. Shouldn't that be:

<link>https://javadoc.io/doc/ch.qos.logback.access/common/${logback.access.version}</link>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for logback-access in version 2.0.0
3 participants