Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif::[]
Note: this may change your service names if you relied on the auto-discovery that uses the name of the jar file. If that jar file also contains an `Implementation-Title` attribute in the `MANIFEST.MF` file, the latter will take precedence.
* When the `MANIFEST.MF` of the main jar contains the `Implementation-Version` attribute, it is used as the default service version (except for application servers) - {pull}1922[#1922]
* Added support for overwritting the service version per classloader - {pull}1726[#1726]
* Support for the Java LDAP client - {pull}2355[#2355]
* Added support for instrumenting Struts 2 static resource requests - {pull}1949[#1949]

[float]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@
"ruby",
"java"
]
},
"ldap": {
"__description": "LDAP client",
"__used_by": [
"java"
]
}
}
},
Expand Down
31 changes: 0 additions & 31 deletions apm-agent-plugins/apm-java-ldap-plugin/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion apm-agent-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<module>apm-jaxws-plugin-jakartaee-test</module>
<module>apm-jaxrs-plugin-jakartaee-test</module>
<module>apm-scheduled-annotation-plugin-jakartaee-test</module>
<module>apm-java-ldap-plugin</module>
</modules>

<dependencies>
Expand Down
5 changes: 0 additions & 5 deletions apm-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,6 @@
<artifactId>apm-awslambda-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apm-java-ldap-plugin</artifactId>
<version>${project.version}</version>
</dependency>

<!-- For auto-generating configuration docs -->
<dependency>
Expand Down
Loading