Skip to content

Commit

Permalink
Fix RuntimeSerialization#registerIncludingAssociatedClasses @SInCE
Browse files Browse the repository at this point in the history
RuntimeSerialization#registerIncludingAssociatedClasses was introduced
in GraalVM 21.3 by #3050
  • Loading branch information
zakkak authored and fniephaus committed Jun 13, 2022
1 parent 94deee8 commit 1656f5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
Expand Down Expand Up @@ -70,7 +70,7 @@ public final class RuntimeSerialization {
* specified class at runtime.
*
* @param clazz the serialization target class
* @since 23.0
* @since 21.3
*/
public static void registerIncludingAssociatedClasses(Class<?> clazz) {
ImageSingletons.lookup(RuntimeSerializationSupport.class).registerIncludingAssociatedClasses(ConfigurationCondition.alwaysTrue(), clazz);
Expand Down

0 comments on commit 1656f5f

Please sign in to comment.