Lines Matching full:2010
359 as a sequence (2010-11-24)
364 is expected (2010-11-23)
367 Fix: Loading of generic collections with Array parameter(s). (2010-11-16)
370 … Add ChangeRuntimeClassTest as an example how to change a class for a global tag (2010-11-05)
374 is expended (2010-10-03)
377 Apply www.snakeyaml.org domain name (2010-09-20)
381 Base64Coder is left unchanged (2010-09-19)
384 Iterable should not be serialised as sequence (2010-09-16)
387 Introduce 'fast' Maven profile to quickly build cobertura reports (2010-09-16)
390 Fix: Specify plugin versions in POM (2010-09-15)
393 Fix: Custom tag erased when referenced from generic collection (2010-09-15)
396 … Minor refactoring in Emitter to improve performance: save calls to Constant.has() (2010-09-13)
399 … Minor refactorings in Emitter to improve performance: create less Strings [r9185e0b3] (2010-09-10)
402 … Introduce LoaderOptions to be able to specify configuration while loading (2010-09-03)
406 the tag for the JavaBean itself is provided. (2010-09-01)
409 Rename JvmDetector into GenericsBugDetector (2010-08-31)
412 Fix: Timestamp is not parsed properly when milliseconds start with 0 (2010-08-24)
415 Context for error reporting consumes a lot of resources (2010-08-21)
418 Cleanup unused code in deprecated Loader and Dumper (2010-08-13)
421 …<release version="1.7" date="2010-08-12" description="Simplify public API (drop Loader and Dumper)…
423 … Eclipse does not run JUnit 4 tests when they are launched for the whole project (2010-08-11)
427 … (BeanAccess.FIELD works properly when JavaBean is identified by a root tag) (2010-08-11)
430 Create 1.7 Release Candidate 1 (2010-08-11)
433 Simplify public API: Drop Dumper (2010-08-06)
436 Simplify public API: Drop Loader (2010-08-05)
440 CustomImplicitResolverTest, CustomBeanResolverTest (2010-08-03)
443 Do not use redundant tags for arrays which are JavaBean properties. (2010-07-21)
446 … RecursiveSetTest proves that it is possible to construct a recursive set (2010-07-20)
450 to serialise a java.util.Set as a sequence. (2010-07-19)
453 Support java.util.Collection as a parent for List and Set (2010-07-09)
457 is required to support 2-step construction (2010-07-02)
460 Serialise Iterator and Iterable as sequences (2010-06-25)
463 … Change error message when 'No suitable constructor with N arguments found for class' (2010-06-23)
466 Add JodaTime example (2010-06-04)
469 Add possibility to create a Tag out of an URI (2010-05-31)
473 CodingErrorAction.REPORT to implement the failure (2010-05-21)
476 Fix generic collections which contain other collections (2010-05-18)
480 incorrectly encoded (2010-05-14)
483 Fix: add checks for null arguments for JavaBeanDumper (2010-04-27)
486 Add a test to see how stack trace is serialised (2010-04-27)
489 ClassCastException in Representer when working with ParameterizedType (2010-04-25)
493 they can be printed (2010-04-15)
496 Refactor the way arrays are constructed (2010-04-15)
499 Add examples for dumping custom values for !!bool and !!null (2010-04-13)
502 Fix: ClassCastException when dumping generic bean (2010-04-11)
505 Provide an example for changing JavaBean properties order (2010-04-01)
508 Provide example for skipping null and empty collections (2010-03-29)
512 with null element (2010-03-23)
515 Make constructors in SafeConstructor public (2010-03-16)
522 Enhancement for a pretty format that combines BLOCK and FLOW (2010-03-03)
525 Unable to dump JavaBean that inherits from a protected base class (2010-03-02)
528 Format source (2010-03-01)
531 Use Token.ID and Event.ID instead of just ID (2010-03-01)
534 Issue 50 fails in Eclipse but works with Maven (2010-03-01)
537 <release version="1.6" date="2010-02-26" description="introduce Tag class">
539 Release Candidate 2 is available (2010-02-24)
544 This is no backwards compatible change (2010-02-19)
548 a TimeZone cannot determine the exact time (2010-02-19)
552 double quoted style dump (2010-02-15)
556 can be overridden to simplify custom JavaBean representation (2010-02-12)
559 Release Candidate 1 is available (2010-02-01)
562 Representer.representJavaBean() returns MappingNode (2010-01-26)
565 Add example of serialising static fields (2010-01-26)
568 Add example of serialising java.io.File as scalar node for issue 46 (2010-01-25)
572 Stay in line with Scala port where null is not allowed (2010-01-19)
575 Refactor: use Event.ID enum instead of classes (2010-01-15)
578 Refactor: use Token.ID enum instead of classes (2010-01-15)
581 Refactor: use generic classes for DirectiveToken (2010-01-14)
584 … Refactor: rename Reader to StreamReader to avoid name conflict with java.io.Reader (2010-01-13)
587 Refactor: use StringBuilder instead of StringBuffer (2010-01-12)
590 Refactor: introduce Constant class to share String constants (2010-01-12)
593 Keep Tag.equals(String) to simplify transition to Tag class (2010-01-08)
596 … Refactor: introduce Tag instead of Tags. Nodes use Tag class instead of String (2010-01-05)
599 … BaseConstructor shall give more flexibility to choose a constructor at runtime (2010-01-08)
602 Refactor: introduce TagTuple instead of String[] (2010-01-04)
605 Ignore tags when they are compatible with the runtime class (2010-01-04)