Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-8916

JsonOutput unable to serialize Locale object

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.4.15
    • 2.5.0
    • groovy-runtime
    • None

    Description

      Trying to serialize an object containing a Locale throws StackOverflowException

      example :

       

       

      JsonOutput.toJson([loc: Locale.FRANCE])
      // expected {"loc": "fr_FR"}
      // got StackOverflowException
      
      
      java.lang.StackOverflowError
      at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
      at groovy.lang.MetaBeanProperty.getProperty(MetaBeanProperty.java:59)
      at groovy.lang.PropertyValue.getValue(PropertyValue.java:42)
      at org.codehaus.groovy.runtime.DefaultGroovyMethods.getProperties(DefaultGroovyMethods.java:474)
      at groovy.json.JsonOutput.getObjectProperties(JsonOutput.java:338)
      at groovy.json.JsonOutput.writeObject(JsonOutput.java:331)
      at groovy.json.JsonOutput.writeMap(JsonOutput.java:469)
      at groovy.json.JsonOutput.writeObject(JsonOutput.java:332)
      at groovy.json.JsonOutput.writeMap(JsonOutput.java:469)
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            sgadot Sébastien Gadot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: