You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache custom value type annotations and ValueConverter instances for each Schema.JavaField of a custom value type. This might improve performance of custom converter-heavy workloads.
Clean up FieldValueType and add log.error() for calls of @Deprecated(forRemoval) methods
⚠️(potentially breaking)FieldValueType.forJavaType(Type, Column) method has been removed in favor of FieldValueType.forSchemaField(JavaField) and FieldValueType.forJavaType(Type, ReflectField)
Use new StringValueConverter logic to convert legacy string-value types registered by FieldValueType.registerStringValueType(). In YOJ 2.2.x-2.4.x, legacy string-value types still work; they're removed in YOJ 2.5.0.
⚠️(potentially breaking)CommonConverters.{stringValueSetter,stringValueGetter,serializeStringValue,deserializeStringValue methods have been permanently removed