* Switch to public maven repo
* change buildImageTag
* change version in another pom
* Bump reflections
* Bump build_utils
* Bump damsel and woody
* Add test scope to damsel dep, bump build_utils
Co-authored-by: Alexey Pronin <24279065+vulnbe@users.noreply.github.com>
Co-authored-by: Pavel Popov <popoffpavel@yandex.ru>
* BJ-224: Add repeatable names support
* BJ-224: Refactor base implementation
* BJ-224: Add map filtering support
* BJ-224: Add map filtering support: bugfixes
Still not implemented:
map_name.{*.*}. //check that key is struct
map_name.{{}}. // check that key is map
map_name.{[]}. //check that key is array
map_name.{{*}.union_var} //enclosed maps
map_name.{[*].union_var} //enclosed arrays
* BJ-224: Bump version to 0.6.5
* Field processing
* Change logic
* Move DEFAULT_FIELD_ID in StructHandler interface
* Add field id support for msgpack
* Msgpack: Changed pack type to byte
* New logic with enum states
* Fix types
* Msgpack: Bugfix
* Add tests
* Add null checking in constructor
* Msgpack: now can be reused
* Msgpack: fix
* BJ-139: Added xml handler
* Added object types, constants moved to other class
* fix constant's modifiers
* Added handler's reuseable, support null-values
* Added xml processor
* Moved constants to other class
* Added some exception handling
* fix
* Added additional description in exception handling
* Fixed after comments
* Removed main method, fixed doc
* Removed error handling in method writeEndElement
* Added throwing runtime exception when init
* Added snapshot-version in poms
* Fixed filter parent pom version