Skip to content

Commit

Permalink
revert jctools to 4.0.1 (elastic#3657)
Browse files Browse the repository at this point in the history
* revert jctools to 4.0.1

* update changelog
  • Loading branch information
SylvainJuge authored May 30, 2024
1 parent 2596bdf commit 45095ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Use subheadings with the "=====" level for adding notes for unreleased changes:
[[release-notes-1.x]]
=== Java Agent version 1.x
[float]
===== Bug fixes
* Restore compatibility with Java 7 - {pull}3657[#3657]
[[release-notes-1.50.0]]
==== 1.50.0 - 2024/05/28
Expand Down
4 changes: 3 additions & 1 deletion apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>4.0.3</version>
<!-- 4.0.2 and 4.0.3 should be avoided as they don't support java 7
see https://github.com/JCTools/JCTools/issues/392 -->
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
Expand Down

0 comments on commit 45095ff

Please sign in to comment.