Skip to content

Commit

Permalink
[#noissue] Remove internal LongAdder for jdk7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jun 21, 2022
1 parent 4626c73 commit 8cdd56c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 558 deletions.
1 change: 0 additions & 1 deletion filefilter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
- \com\navercorp\pinpoint\thrift\dto
- \com\navercorp\pinpoint\common\util\apache
- \com\navercorp\pinpoint\common\profiler\util\jsr166
- \com\navercorp\pinpoint\profiler\util\jdk
- \com\navercorp\pinpoint\bootstrap\util\spring
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,6 @@
<exclude>com/navercorp/pinpoint/common/util/apache/**/*.java</exclude>
<exclude>com/navercorp/pinpoint/bootstrap/util/spring/**/*.java</exclude>
<exclude>com/navercorp/pinpoint/common/profiler/concurrent/jsr166/**/*.java</exclude>
<exclude>com/navercorp/pinpoint/profiler/util/jdk/**/*.java</exclude>
<exclude>com/navercorp/pinpoint/grpc/trace/**/*.java</exclude>
</excludes>
</configuration>
Expand Down Expand Up @@ -1247,7 +1246,6 @@
<exclude>com/navercorp/pinpoint/common/util/apache/**/*.class</exclude>
<exclude>com/navercorp/pinpoint/bootstrap/util/spring/**/*.java</exclude>
<exclude>com/navercorp/pinpoint/common/profiler/concurrent/jsr166/**/*.class</exclude>
<exclude>com/navercorp/pinpoint/profiler/util/jdk/**/*.class</exclude>
<exclude>com/navercorp/pinpoint/grpc/trace/**/*.java</exclude>
</excludes>
</configuration>
Expand Down

This file was deleted.

Loading

0 comments on commit 8cdd56c

Please sign in to comment.