Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}

plugins {
id "de.interactive_instruments.xtraplatform-settings" version "6.1.5"
id "de.interactive_instruments.xtraplatform-settings" version "6.1.6"
}

def versions = xtraplatform.getCatalogVersions(file("gradle/layers.versions.toml"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class YamlSerialization {
//TODO: from jackson or store?
static ObjectMapper createYamlMapper() {
def jackson = new JacksonProvider(() -> Set.of(), false)
def encoder = new ValueEncodingJackson<?>(jackson, false)
def encoder = new ValueEncodingJackson<?>(jackson, null, false)

/*def yamlFactory = new YAMLFactory()
.disable(YAMLGenerator.Feature.USE_NATIVE_TYPE_ID)
Expand Down