Skip to content

Commit

Permalink
Fix Fury serializer cache by withName
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Nov 13, 2024
1 parent ec517d3 commit db7e9b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public RuntimeValue<BaseFury> createFury(
// create the Fury instance from the config
FuryBuilder builder = Fury.builder();
builder.requireClassRegistration(config.requiredClassRegistration())
.withName("Fury-" + System.nanoTime())
.withRefTracking(config.trackRef())
.withCompatibleMode(config.compatibleMode())
.withDeserializeNonexistentClass(config.deserializeNonexistentClass())
Expand Down

0 comments on commit db7e9b3

Please sign in to comment.