Skip to content

Commit

Permalink
Update Spring-jms-5.x-plugin & Supported-list.md & CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyhyf committed Jul 20, 2024
1 parent fd8f52c commit ccbffda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Release Notes.
* Improve 4x performance of ContextManagerExtendService.createTraceContext()
* Add a plugin that supports the Solon framework.
* Fixed issues in the MySQL component where the executeBatch method could result in empty SQL statements .
* Add a plugin that supports the spring jms 5.x.
* Add a plugin that supports the Spring JMS 5.x.

All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/213?closed=1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint;
import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine;
import org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch;
import org.apache.skywalking.apm.agent.core.plugin.match.MultiClassNameMatch;

import static net.bytebuddy.matcher.ElementMatchers.named;
import static org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;

public class MessageListenerInstrumentation extends ClassInstanceMethodsEnhancePluginDefine {

Expand Down Expand Up @@ -63,6 +63,6 @@ public boolean isOverrideArgs() {

@Override
protected ClassMatch enhanceClass() {
return MultiClassNameMatch.byMultiClassMatch(ENHANCE_CLASS);
return byName(ENHANCE_CLASS);
}
}
2 changes: 1 addition & 1 deletion docs/en/setup/service-agent/java-agent/Supported-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metrics based on the tracing data.
* [NATS](https://github.com/nats-io/nats.java) 2.14.x -> 2.15.x
* [ActiveMQ-Artemis](https://github.com/apache/activemq) 2.30.0 -> 2.31.2
* Aliyun ONS 1.x (Optional¹)
* Spring Jms 5.x
* Spring JMS 5.x
* NoSQL
* [aerospike](https://github.com/aerospike/aerospike-client-java) 3.x -> 6.x
* Redis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
# limitations under the License.

# lists your version here (Contains only the last version number of each minor version.)
5.3.37
5.3.37
5.2.25.RELEASE
5.1.20.RELEASE
5.0.20.RELEASE

0 comments on commit ccbffda

Please sign in to comment.