Messages by Thread
-
[jackson-user] Quick way to get the keys of a JSON object passed to my POJO?
Laird Nelson
-
[jackson-user] Expression Tree
Marcus Biel
-
[jackson-user] Jackson and conditional expression trees
Marcus Biel
-
[jackson-user] Is it possible to conditionally apply a CustomSerializer?
Olive Ahn
-
[jackson-user] Question regarding Kotlin Properties
tamirda
-
[jackson-user] Jackson 2.15.0-rc2 -- second pre-release -- now out. Help with testing needed!!!
Tatu Saloranta
-
[jackson-user] value string canonicalization?
Viktor Szathmáry
-
[jackson-user] Jackson 2.15.0-rc1 release process started...
Tatu Saloranta
-
[jackson-user] Stream closed before data is read and written to JSON
Oliver Hancock
-
[jackson-user] How can I parse LoaclDateTime to ISO 8601 String?
Igor Wojda
-
[jackson-user] 'java.lang.NoSuchMethodError' with jackson-core:2.14.1 when I upgraded to snakeyaml:2.0
Akhil Ranjan
-
[jackson-user] Default typing with interface and implementation
itineric itineric
-
[jackson-user] Jackson 2.13.5 released: planned to be the last full patch for 2.13.x
Tatu Saloranta
-
[jackson-user] How to download the Jackson-databind Micro Patch
Ron Karim
-
[jackson-user] Question: Expected behaviour of JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES
Chin Ming Jun
-
[jackson-user] Update only null values using objectMapper "readerForUpdating"
Senthil Nathan
-
[jackson-user] com.fasterxml.jackson.databind.JsonMappingException: Already had POJO for id (java.util.UUID)
Syed Iftekharuddin
-
[jackson-user] Upgrade Java 11 to Java 17
TradeInfo
-
[jackson-user] Jackson 2.14.0 being released -- may take longer today
Tatu Saloranta
-
[jackson-user] Jackson Security Audit report just published!
Tatu Saloranta
-
[jackson-user] Deserializing record as key
Tore Petersen
-
[jackson-user] Replacement for deprecated configuration
David Wallace
-
[jackson-user] Passing parameter to @JsonProperty
Shastri Subramaniam
-
[jackson-user] Re: Planning on starting 2.14.0-rc1 release process tomorrow (in 12+ hours or so)
Tatu Saloranta
-
[jackson-user] Question: tentative 2.14.0 release date
'Chris Hegarty' via jackson-user
-
[jackson-user] Need help with error: problem: Internal error: no creator index for property 'dummyAbstract'
'Naruto' via jackson-user
-
[jackson-user] How can I deserialize json to interface
Daniel Young
-
[jackson-user] nested exception is java.lang.VerifyError: Bad return type
程兽医
-
[jackson-user] java.lang.VerifyError: Bad return type
程兽医
-
[jackson-user] Default namespace for XML?
Norbert Kiesel
-
[jackson-user] Derialize/deserialize to a Map<String, Object> with type for bean and no type for primitive/collection/map
[email protected]
-
[jackson-user] Need help w/recurring error
Alecia Reyes
-
[jackson-user] Questions about how to integrate Bean Validation with Jackson
João Cabrita
-
[jackson-user] @JsonTypeInfo annotation ObjectMapper equivalent
Pierre
-
[jackson-user] Reading and Writing Dynamic fields
Kevin Nguyen
-
[jackson-user] ObjectMapper.configOverride() for interface, not class
[email protected]
-
[jackson-user] Jackson, SequenceWriter: example of how to incrementally build a complex JSON?
Rodrigo Ottero
-
[jackson-user] Json parser for escaped json?
Ken Hancock
-
[jackson-user] Jackson 2.14: up Java baseline to 8 for jackson-core, jackson-jr (leave annotations at Java 6)
Tatu Saloranta
-
[jackson-user] Jackson adding additional fields to JSON throws com.fasterxml.jackson.databind.exc.InvalidDefinitionException
Aravind Baliga
-
[jackson-user] Plan to raise minimum JDK requirement for Jackson 2.14 from JDK 6 to JDK 8 for all components
Tatu Saloranta
-
[jackson-user] Parse CSV with extra columns which are not defined in POJO
Shubham Goyal
-
[jackson-user] Java 17 Compatibility
Shivaraj
-
[jackson-user] Jackson 2.13.2 release complete (including Kotlin)
Tatu Saloranta
-
[jackson-user] Issue with order of inheritance type attribute
Michael Schäfer
-
[jackson-user] Inheritance::Cannot deduce unique subtype (multiple candidates)
'Karsil' via jackson-user
-
[jackson-user] Inheritance: Could not resolve subtype (multiple candidates)
'Karsil' via jackson-user
-
[jackson-user] Compilation error after upgrading from 2.12.3 to 2.13.1
Madhu Narasimhan
-
[jackson-user] support Path in JsonFactory?
Xeno Amess
-
[jackson-user] readValues() from an XML stream
gapag
-
[jackson-user] Missing array order information
Juan Rada
-
[jackson-user] polymorphic deserialization based on existence of a key
Reji Mathews
-
[jackson-user] Deserializing objects that conform to Collection API
Mantas Gridinas
-
[jackson-user] Jackson 2.12.6 and 2.13.1 patch releases: one CVE fix
Tatu Saloranta
-
[jackson-user] On Jackson, log4j/logback vulnerabilities: https://cowtowncoder.medium.com/jackson-is-not-affected-by-log4j-logback-cves-fdebf152057f
Tatu Saloranta
-
[jackson-user] Using Jackson with Java 17
Chris Kelley
-
[jackson-user] Jackson library JaxbAnnotation throwing exception on Android
Lakshmi Narayana Malempati
-
[jackson-user] New to Jackson - XML response problem - Why have multiple nodes with duplicated element names
o haya
-
[jackson-user] New to Jackson - Problem with XML response - duplicated nodes with same names
o haya
-
[jackson-user] Deserialize: nested xml document missing
Lakshmi Narayana Malempati
-
[jackson-user] Why does Jackson's treatment of Double.NaN differs depending on DefaultTyping ?
Steffen Springer
-
[jackson-user] Analog of method DeserializationConfig with(DateFormat df) in Jackson-databind 2.11.2
Anastasiya Minich
-
[jackson-user] deserializing multi line csv object
Marek Andreánsky
-
[jackson-user] Configuring customer serializer via ObjectMapper
Sasa Vilic
-
[jackson-user] Parsing tricky xml structure
David Stutzman
-
[jackson-user] Jackson 2.13.0 released, see https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13
Tatu Saloranta
-
[jackson-user] XML, Records, Sealed interfaces
rm.io7m
-
[jackson-user] Is it possible to express this with Jackson Dataformat XML?
'Mark Raynsford' via jackson-user
-
[jackson-user] Using JsonTypeInfo to generate type info in Map<String, Collection<?>> values
Mark Gibson
-
[jackson-user] Jackson deserialization using JsonParser is skipping the first key value pair @context
Aravinda Baliga B
-
[jackson-user] Jackson deserialization using JsonParser distinguish between the direct object and objects within array
Aravinda Baliga B
-
[jackson-user] Jackson 2.13.0-rc2 released; more time for testing the Release Candidate, fix bugs
Tatu Saloranta
-
[jackson-user] Jackson 2.12.5 released: 1 important (and 3 other) fixes
Tatu Saloranta
-
[jackson-user] Custom serialization of empty object parameters
Александр Илюшкин