Skip to content

Commit

Permalink
fix: update 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
‘niuerzhuang’ committed May 31, 2022
1 parent 6d20981 commit 8761714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author dongzhiyong@huoxian.cn
*/
public class Constants {
public static final String AGENT_VERSION_VALUE = "v1.7.1";
public static final String AGENT_VERSION_VALUE = "v1.7.2";
public final static String API_REPORT_UPLOAD = "/api/v1/report/upload";
public final static String SERVER_ADDRESS = "/api/v1/agent/update";
public final static String API_HOOK_PROFILE = "/api/v1/profiles";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# other javaagent
# pinpoint javaagent
com/navercorp/pinpoint/*
# jrebel
com/zeroturnaround/*
# ehcache - cache need't hook
net/sf/ehcache/*
# bytebuddy - need't hook
Expand All @@ -16,7 +18,7 @@ uri_3a_classloader_3a_/*
org/asciidoctor/*
com/sun/jmx/remote/*
# apple package
apple/* g
apple/*
# octo
com/octo/captcha/*
# apache shaded
Expand Down Expand Up @@ -24678,8 +24680,9 @@ java/util/Date
java/util/Dictionary
java/util/DualPivotQuicksort
java/util/EmptyStackException
#java/util/EnumMap
#java/util/EnumMap$1
java/util/EnumMap
java/util/EnumMap$1
java/util/EnumMap$*
java/util/EnumMap$EnumMapEntrySet
java/util/EnumSet
java/util/EventListener
Expand Down Expand Up @@ -24742,6 +24745,8 @@ java/util/ImmutableCollections$AbstractImmutableCollection
java/util/ImmutableCollections$AbstractImmutableMap
java/util/IllegalFormatException
java/util/InvalidPropertiesFormatException
java/util/JumboEnumSet
java/util/JumboEnumSet$EnumSetIterator
java/util/LinkedHashMap$*
java/util/LinkedHashMap$1
java/util/LinkedHashMap$2
Expand Down

0 comments on commit 8761714

Please sign in to comment.