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 logback-access v2.0.0 #402

Open
croudet opened this issue Apr 1, 2024 · 0 comments
Open

Support logback-access v2.0.0 #402

croudet opened this issue Apr 1, 2024 · 0 comments
Labels
type:enhancement An enhancement or improvement.

Comments

@croudet
Copy link

croudet commented Apr 1, 2024

Add support for logback-access new pom coordinates: https://github.com/qos-ch/logback-access

  <dependency> 
    <groupId>ch.qos.logback.access</groupId>
    <artifactId>tomcat</artifactId>
    <version>2.0.0</version>      
  </dependency>

  <dependency>
    <groupId>ch.qos.logback.access</groupId>
    <artifactId>jetty11</artifactId>
    <version>2.0.0</version>
  </dependency>    

  <dependency>
    <groupId>ch.qos.logback.access</groupId>
    <artifactId>jetty12</artifactId>
    <version>2.0.0</version>
  </dependency>    

Also some package name changes.

@croudet croudet added the type:enhancement An enhancement or improvement. label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement An enhancement or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant