Skip to content

Commit 06005e4

Browse files
authored
serde to Core 4.8.0 (#1035)
1 parent 431e185 commit 06005e4

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jmh = "1.37"
1616
groovy = "4.0.22"
1717
lombok = "1.18.36"
1818

19-
micronaut = "4.7.13"
19+
micronaut = "4.8.1"
2020
micronaut-platform = "4.7.5"
2121
micronaut-docs = "2.0.0"
2222
micronaut-test = "4.6.2"

test-suite-tck-jackson-databind/src/test/groovy/io/micronaut/serde/tck/jackson/databind/DatabindJsonGetterSetterSpec.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class Test {
8282
context.close()
8383
}
8484

85-
@PendingFeature(reason = "https://github.com/FasterXML/jackson-databind/issues/3439")
8685
void "test json any getter / setter - records"() {
8786
given:
8887
def context = buildContext('''

test-suite-tck-jackson-databind/src/test/groovy/io/micronaut/serde/tck/jackson/databind/DatabindJsonPropertySpec.groovy

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class DatabindJsonPropertySpec extends JsonPropertySpec {
1313
))
1414
}
1515

16-
@PendingFeature
1716
void "test @JsonProperty.Access.READ_ONLY (get only) - constructor"() {
1817
// Jackson cannot deserialize READ_ONLY as null
1918
given:
@@ -64,7 +63,6 @@ class Test {
6463
context.close()
6564
}
6665

67-
@PendingFeature
6866
void "test @JsonProperty.Access.READ_ONLY (get only) - record"() {
6967
// Jackson cannot deserialize READ_ONLY as null
7068
given:

0 commit comments

Comments
 (0)