Coder Social home page Coder Social logo

Comments (6)

timyates avatar timyates commented on June 20, 2024 1

It might be us, as changing the field name in the reproducer to be different to the JsonGetter name seems to work

diff --git a/gradle.properties b/gradle.properties
index ab4cf7a..c3fd1bb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,3 @@
-micronautVersion=4.3.8
+micronautVersion=4.4.0
 kotlinVersion=1.9.23
 org.gradle.jvmargs=-Xmx4096M
diff --git a/src/main/kotlin/no/javatec/viewmodel/ClassificationAndStats.kt b/src/main/kotlin/no/javatec/viewmodel/ClassificationAndStats.kt
index 3972f0b..3ecf94a 100644
--- a/src/main/kotlin/no/javatec/viewmodel/ClassificationAndStats.kt
+++ b/src/main/kotlin/no/javatec/viewmodel/ClassificationAndStats.kt
@@ -9,8 +9,8 @@ data class ClassificationAndStats<out T : StatsEntry>(
     val klassifisering: ClassificationVars,
     /** Ignore field to avoid double wrapping of values in resulting JSON */
     @JsonIgnore
-    val stats: T
+    val spats: T
 ) {
     @JsonGetter("stats")
-    fun getValues(): Map<Aggregation, Int> = stats.shouldNotAppearInJson
+    fun getValues(): Map<Aggregation, Int> = spats.shouldNotAppearInJson
 }

from micronaut-core.

roar-skinderviken avatar roar-skinderviken commented on June 20, 2024 1

Working now with MN:4.4.1 👍

from micronaut-core.

timyates avatar timyates commented on June 20, 2024

@dstepanov Any ideas?

from micronaut-core.

dstepanov avatar dstepanov commented on June 20, 2024

It's probably some KSP stuff. I have added similar test to Micronaut Serialization and fixed some bug micronaut-projects/micronaut-serialization#826

from micronaut-core.

dstepanov avatar dstepanov commented on June 20, 2024

Looks like the annotation is not retained in the property annotations

from micronaut-core.

roar-skinderviken avatar roar-skinderviken commented on June 20, 2024

Seems like you're right about KSP @dstepanov. When replacing it with kotlin("kapt") version "1.9.23", returned JSON is as expected.

from micronaut-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.