issue #310. with-java8-tests profile added. It adds src/test/java8 as test folder and sets source and target to 1.8
2 files changed
tree: 73cf6402c2ae50eeccdc4ec0f2021d23832279be
  1. .mvn/
  2. docker/
  3. src/
  4. .gitignore
  5. .hgeol
  6. .hgignore
  7. LICENSE.txt
  8. mvnw
  9. mvnw.bat
  10. pom.xml
  11. pom.yaml
  12. README.md
README.md

The art of simplicity is a puzzle of complexity.

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML parser and emitter for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 parser. In particular, SnakeYAML can parse all examples from the specification.
  • Unicode support including UTF-8/UTF-16 input/output.
  • high-level API for serializing and deserializing native Java objects.
  • support for all types from the YAML types repository.
  • relatively sensible error messages.

Info

Contribute