* 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-142: Add jolt migrator
* BJ-142: Delete other specs
* BJ-142: Test commit with 'reflections' lib
* BJ-142: Add reflections lib, add migration test
* DJ-142: IDEA refactor tool - GOD MODE ON
* BJ-142: Fixes to let jolt test pass
* BJ-142: Fix jolt migration test
* BJ-142: Yet another fix test
* BJ-142: Remove redundant code
* BJ-142: Add default path option
* BJ-143: added base jobject migration impl
* BJ-143: tests added, bugfixes(spec selection worked incorrect)
* BJ-143: ci build failed, added check for scan dir existence
* BJ-143: ci build still fails, on file list extracting
* BJ-143: add cl dir logging
* BJ-143: still problem with extraction fs info. New try with guava ClassPath
* BJ-143: still problem with extraction fs info. New try uri path conversion
* BJ-143: still problem with extraction fs info. New try with guava 22-0 snapshot ClassPath
* BJ-143: guava 22.0-SNAPSHOT works! Final commit
* 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
* BJ-76: Fix bug in close method, add json validate in test
* BJ-76: Optimize findByCode method, add test for TBaseSerializer
* BJ-76: yet another optimization
* BJ-76: Add postmerge fixes