logback-throttling-appender
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.dropwizard.logback</groupId> <artifactId>logback-throttling-appender</artifactId> <version>1.5.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.dropwizard.logback</groupId> <artifactId>logback-throttling-appender</artifactId> <name>Throttling Appender</name> <version>1.5.2</version> <description>Throttling appender wrapper for Logback</description> <url>https://github.com/dropwizard/logback-throttling-appender/</url> <issueManagement> <system>GitHub</system> <url>https://github.com/dropwizard/logback-throttling-appender/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/dropwizard/logback-throttling-appender/actions</url> </ciManagement> <developers> <developer> <name>Olivier Chédru</name> <email>ochedru@gmail.com</email> <roles> <role>committer</role> </roles> <timezone>Europe/Paris</timezone> </developer> <developer> <name>Nick Babcock</name> <email>nbabcock19@hotmail.com</email> <roles> <role>committer</role> </roles> <timezone>America/New_York</timezone> </developer> <developer> <name>Scott D.</name> <roles> <role>committer</role> </roles> <timezone>America/New_York</timezone> </developer> <developer> <name>Jochen Schalanda</name> <email>jochen@schalanda.name</email> <roles> <role>committer</role> </roles> <timezone>Europe/Berlin</timezone> </developer> </developers> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/dropwizard/logback-throttling-appender</connection> <developerConnection>scm:git:git@github.com:dropwizard/logback-throttling-appender.git</developerConnection> <tag>logback-throttling-appender-1.5.2</tag> <url>https://github.com/dropwizard/logback-throttling-appender</url> </scm> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>3.5.3</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.6.1</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.3.1</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.11.3</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>3.1.1</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.5.0</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>3.1.4</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.6.0</version> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.8</version> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.8.0</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.13</version> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.3.0</version> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>5.1.0.4751</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <fork>true</fork> <compilerArgs> <arg>-XDcompilePolicy=simple</arg> <arg>--should-stop=ifError=FLOW</arg> <arg>-Xplugin:ErrorProne -Xep:NullAway:ERROR -XepOpt:NullAway:AnnotatedPackages=io.dropwizard</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg> <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg> <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg> </compilerArgs> <annotationProcessorPaths> <path> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> <version>2.41.0</version> </path> <path> <groupId>com.uber.nullaway</groupId> <artifactId>nullaway</artifactId> <version>0.12.9</version> </path> </annotationProcessorPaths> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>true</minimizeJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <filters> <filter> <artifact>com.google.*:*</artifact> <excludes> <exclude>META-INF/**</exclude> </excludes> </filter> <filter> <artifact>org.checkerframework:*</artifact> <excludes> <exclude>META-INF/**</exclude> </excludes> </filter> </filters> <relocations> <relocation> <pattern>com.google.common</pattern> <shadedPattern>io.dropwizard.logback.shaded.guava</shadedPattern> </relocation> <relocation> <pattern>com.google.j2objc</pattern> <shadedPattern>io.dropwizard.logback.shaded.j2objc</shadedPattern> </relocation> <relocation> <pattern>com.google.errorprone</pattern> <shadedPattern>io.dropwizard.logback.shaded.errorprone</shadedPattern> </relocation> <relocation> <pattern>org.checkerframework</pattern> <shadedPattern>io.dropwizard.logback.shaded.checkerframework</shadedPattern> </relocation> <relocation> <pattern>javax.annotation</pattern> <shadedPattern>io.dropwizard.logback.shaded.jsr305</shadedPattern> </relocation> </relocations> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>io.dropwizard.logback</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <doclint>none</doclint> <quiet>true</quiet> <notimestamp>true</notimestamp> <javadocVersion>1.8</javadocVersion> </configuration> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <extensions>true</extensions> <configuration> <publishingServerId>ossrh</publishingServerId> <autoPublish>true</autoPublish> <waitUntil>published</waitUntil> </configuration> </plugin> </plugins> </build> </profile> </profiles> <repositories> <repository> <releases> <enabled>false</enabled> </releases> <snapshots /> <id>ossrh</id> <name>Central Portal Snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots/</url> </repository> </repositories> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.13.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <properties> <maven.compiler.release>11</maven.compiler.release> <maven.compiler.showWarnings>true</maven.compiler.showWarnings> <maven.compiler.forceJavacCompilerUse>true</maven.compiler.forceJavacCompilerUse> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> <guava.version>33.4.8-jre</guava.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <assertj.version>3.27.4</assertj.version> <maven.site.deploy.skip>true</maven.site.deploy.skip> <logback.version>1.5.18</logback.version> <sonar.organization>dropwizard</sonar.organization> <junit.jupiter.version>5.3.2</junit.jupiter.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sonar.projectKey>dropwizard_logback-throttling-appender</sonar.projectKey> </properties> </project>