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

Add support for logback-access v2 #407

Merged
merged 3 commits into from
Jul 7, 2024
Merged

Conversation

croudet
Copy link
Contributor

@croudet croudet commented Apr 12, 2024

Describe the changes

  • upgrade dependencies
  • Add support for logback-access v2
  • only supports jetty 12

@croudet croudet requested a review from akkinoc as a code owner April 12, 2024 13:38
@croudet croudet force-pushed the logback-access-v2 branch from 104722c to 20fd5e5 Compare April 12, 2024 16:44
@akkinoc akkinoc linked an issue Apr 19, 2024 that may be closed by this pull request
/**
* Request wrapper that implements Servlet API.
*/
class RequestWrapper(private val request: Request) : HttpServletRequest, WrappedHttpRequest {
Copy link
Contributor

@DarkAtra DarkAtra Apr 26, 2024

Choose a reason for hiding this comment

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

i'm not a maintainer of this project but It might be a better idea to ask the logback people to make their RequestWrapper constuctor public.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Owner

@akkinoc akkinoc left a comment

Choose a reason for hiding this comment

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

Sorry for the late response.
Thank you for your contribution!

pom.xml Show resolved Hide resolved
@akkinoc akkinoc added this to the v4 milestone May 20, 2024
Copy link
Owner

@akkinoc akkinoc left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

@akkinoc akkinoc merged commit 8857567 into akkinoc:main Jul 7, 2024
@akkinoc akkinoc added the type:dependencies A dependency update. label Jul 7, 2024
@akkinoc akkinoc linked an issue Jul 7, 2024 that may be closed by this pull request
@akkinoc
Copy link
Owner

akkinoc commented Jul 7, 2024

v4.2.0 has been released! 🎉 It will be available in the Maven Central repository soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies A dependency update.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support logback-access v2.0.0 Jetty 12 Compatibility (Spring Boot 3.2.x)
4 participants