Skip to content

Commit

Permalink
Merge pull request #14 from cjkappd/master
Browse files Browse the repository at this point in the history
upgrading appd-exts-commons to 2.2.13
  • Loading branch information
cjkappd authored Sep 10, 2024
2 parents 143f81c + db9d371 commit 12bd166
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AppDynamics Kafka Monitoring Extension
## CHANGELOG

#### 2.0.6 - Sep 9, 2024
Upgrading appd-exts-commons to 2.2.13

#### 2.0.4 - Jan 4, 2021
Updated to appd-exts-commons v2.2.4

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ These are a set of common issues that customers might have faced during the inst
## Contributing
Always feel free to fork and contribute any changes directly via [GitHub](https://github.com/Appdynamics/kafka-monitoring-extension).
## Version
| Name | Version |
| :---------------------------| :---------------------------|
| Extension Version: | 2.0.5 |
| Tested On: | Apache Kafka 2.0.0 |
| Operating System Tested On: | Mac OS, Linux |
| Last updated On: | 04/01/2021 |
| List of changes to this extension| [Change log](https://github.com/Appdynamics/kafka-monitoring-extension/blob/master/CHANGELOG.md)
| Name | Version |
| :---------------------------|:-------------------------------------------------------------------------------------------------|
| Extension Version: | 2.0.6 |
| Tested On: | Apache Kafka 2.0.0 |
| Operating System Tested On: | Mac OS, Linux |
| Last updated On: | 09/09/2024 |
| List of changes to this extension| [Change log](https://github.com/Appdynamics/kafka-monitoring-extension/blob/master/CHANGELOG.md)
**Note**: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to [AppDynamics’ maintenance and support policy](https://docs.appdynamics.com/latest/en/product-and-release-announcements/maintenance-support-for-software-versions). Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>kafka-monitoring-extension</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>jar</packaging>
<name>kafka-monitoring-extension</name>
<url>http://maven.apache.org</url>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.appdynamics</groupId>
<artifactId>appd-exts-commons</artifactId>
<version>2.2.4</version>
<version>2.2.13</version>
</dependency>
<dependency>
<groupId>com.appdynamics</groupId>
Expand All @@ -37,19 +37,19 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>2.0.0</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>2.0.0</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand All @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.2</version>
<version>3.6.0</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>install</id>
Expand Down Expand Up @@ -146,11 +146,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.1</version>
<version>2.17.1</version>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>
<version>2.1.0</version>
<configuration>
<tag>${project.artifactId}-${project.version}</tag>
</configuration>
Expand All @@ -160,7 +160,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>add-integration-test-source</id>
Expand All @@ -178,7 +178,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
<version>3.3.0</version>
<configuration>
<skipITs>${skipITs}</skipITs>
</configuration>
Expand Down

0 comments on commit 12bd166

Please sign in to comment.