issues Search Results · repo:jclawson/jackson-dataformat-hocon language:Java
Filter by
8 results
(84 ms)8 results
injclawson/jackson-dataformat-hocon (press backspace or delete to remove)Commit e9580ca says that 1.1.1 has been released, but the latest version in maven central is 1.1.0
solonovamax
- Opened on Aug 30, 2021
- #16
val parsedMap = Constants.HOCON_MAPPER.readValue Map Int, String ( { 1 = abc } )
println(parsedMap)
Output: {1=abc}
val parsedMap = Constants.HOCON_MAPPER.readValue Map Int, String ( { 0 = ...
MrPowerGamerBR
- 2
- Opened on May 3, 2019
- #15
If I have a .conf file:
{ a : { include required(classpath( myyaml )) } }
I will get a stack-trace with:
Caused by: java.io.IOException: resource not found on classpath: myyaml.conf
at com.typesafe.config.impl.Parseable$ParseableResources.rawParseValue(Parseable.java:735) ...
davidkarlsen
- Opened on Oct 17, 2017
- #14
It was not my intent to include the pom change that changed the maven coordinates in PR10. You probably want to restore
the following sections:
groupId com.jasonclawson /groupId
artifactId jackson-dataformat-hocon ...
chonton
- Opened on Apr 15, 2017
- #11
Hello.
For deserialization, is there an advantage in using jackson-dataformat-hocon over transforming the HOCON configuration
to JSON for Jackson s reading? Is jackson-dataformat-hocon more intended for ...
kenston
- Opened on Jul 24, 2016
- #9
When parsing HOCON, the mapper does not recognize dash case (e.g. sample-key: a ) to convert it to camel case (
sampleKey )
PS: Sorry for the previous title. My co-worker was messing with my computer. ...
jotaporras
- 3
- Opened on May 2, 2016
- #8
Currently calling getTokenLocation() on a HoconTreeTraversingParser object returns JsonLocation.NA, which is more or
less valid, as there is no JSON location as the input isn t JSON.
Yet for some use ...
friso
- 7
- Opened on Apr 30, 2015
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.