issues
search
marcusaram
/
snakeyaml
Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow direct field access bypassing setters and getters
#55
GoogleCodeExporter
closed
9 years ago
3
deploy artifacts in the Sonatype repository
#54
GoogleCodeExporter
closed
9 years ago
4
Enhancement: PRETTY formatter
#53
GoogleCodeExporter
closed
9 years ago
20
Dumping a string with line breaks can result in garbage
#52
GoogleCodeExporter
closed
9 years ago
6
Some Unicode characters are wrongly replaced by \x{fffd} during double quoted style dump
#51
GoogleCodeExporter
closed
9 years ago
3
Unable to dump JavaBean that inherits from a protected base class
#50
GoogleCodeExporter
closed
9 years ago
15
GregorianCalendar should be output as regular Timestamp
#49
GoogleCodeExporter
closed
9 years ago
17
Enchancement Request: break value representation into separate method
#48
GoogleCodeExporter
closed
9 years ago
8
Representer.java:208 should make sure property.getWriteMethod() != null as well as getReadMethod
#47
GoogleCodeExporter
closed
9 years ago
12
Dump a java.io.File object
#46
GoogleCodeExporter
closed
9 years ago
2
Typed setters for the entities
#45
GoogleCodeExporter
closed
9 years ago
3
Documentation for Custom document doesn't compile
#44
GoogleCodeExporter
closed
9 years ago
5
introduce Tag class
#43
GoogleCodeExporter
closed
9 years ago
1
BaseConstructor shall give more flexibility to choose the constructor at runtime
#42
GoogleCodeExporter
closed
9 years ago
1
List or Map of Maps doesn't work in 1.5
#41
GoogleCodeExporter
closed
9 years ago
2
IllegalArgumentException thrown when attempting to set BigDecimal property
#40
GoogleCodeExporter
closed
9 years ago
4
support partial representation when document contains unrecognized tags
#39
GoogleCodeExporter
opened
9 years ago
15
Autogenerated anchors fail sanity test
#38
GoogleCodeExporter
closed
9 years ago
1
extra braces while dumping map data as yaml
#37
GoogleCodeExporter
closed
9 years ago
1
Introduce multi contructors (tag prefix)
#36
GoogleCodeExporter
closed
9 years ago
1
SnakeYAML installation/import errors
#35
GoogleCodeExporter
closed
9 years ago
2
Providing Construct/Representer logic within the Class
#34
GoogleCodeExporter
closed
9 years ago
12
Adding Construct's without extending Constructor
#33
GoogleCodeExporter
closed
9 years ago
7
Stream-like processing of YAML documents
#32
GoogleCodeExporter
closed
9 years ago
5
Option to ignore unknown tags
#31
GoogleCodeExporter
closed
9 years ago
5
improve JavaBean serialization into a YAML document (define order and skip some properties)
#30
GoogleCodeExporter
closed
9 years ago
1
Allow separate option in DumperOptions for long strings (feature request)
#29
GoogleCodeExporter
closed
9 years ago
4
Potential Patch submission
#28
GoogleCodeExporter
closed
9 years ago
5
Extend Resolver to support custom implicit types
#27
GoogleCodeExporter
closed
9 years ago
1
Parse different Map implementations (SortedMap, Properties) without global tags if they are JavaBean properties
#26
GoogleCodeExporter
closed
9 years ago
1
Improve construction of generic collections
#25
GoogleCodeExporter
closed
9 years ago
6
Line numbers reported in Exceptions are Zero based, should be 1 based
#24
GoogleCodeExporter
closed
9 years ago
7
Sorting of fields in the dump() output
#23
GoogleCodeExporter
closed
9 years ago
4
Not enough examples for Loading
#22
GoogleCodeExporter
closed
9 years ago
13
Load failures for array type fields
#21
GoogleCodeExporter
closed
9 years ago
7
Preserve YAML comments when roundtripping...
#20
GoogleCodeExporter
closed
9 years ago
7
Simplify dumping (serializing) of immutable objects
#19
GoogleCodeExporter
closed
9 years ago
1
Problems deserializing bean properties of type "Long" when scalars are in double quotes
#18
GoogleCodeExporter
closed
9 years ago
3
I cannot deserialise into a Vector object.
#17
GoogleCodeExporter
closed
9 years ago
4
JavaBeans constructor/representer could be more efficient
#16
GoogleCodeExporter
closed
9 years ago
1
Interface for constructing immutable objects
#15
GoogleCodeExporter
closed
9 years ago
3
LinkedList is inefficient for iteration
#14
GoogleCodeExporter
closed
9 years ago
3
Please have javadocs link to Sun Java API
#13
GoogleCodeExporter
closed
9 years ago
11
Cannot create JavaBean containing custom object with no copy constructor
#12
GoogleCodeExporter
closed
9 years ago
7
Regression: cannot create JavaBean containing a custom element with more than one constructor
#11
GoogleCodeExporter
closed
9 years ago
8
dump wrongfully omits JavaBean class name
#10
GoogleCodeExporter
closed
9 years ago
4
Bean with no property cannot be instantiated
#9
GoogleCodeExporter
closed
9 years ago
8
unable to serialize a bean more than once using the same Yaml instance
#8
GoogleCodeExporter
closed
9 years ago
3
Can not create JavaBean with another JavaBean as a propery
#7
GoogleCodeExporter
closed
9 years ago
3
Spurious object recursion perhaps due to misuse of System.identityHashCode()
#6
GoogleCodeExporter
closed
9 years ago
2
Next