mirror of
https://github.com/valitydev/geck.git
synced 2024-11-06 09:45:24 +00:00
d327db4ab2
* 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
18 lines
727 B
Markdown
18 lines
727 B
Markdown
# G.E.C.K.
|
||
Набор инструментов для сериализации, миграции, фильтрации и генерации **thrift**-овых объектов.
|
||
![default](https://cloud.githubusercontent.com/assets/5084395/23034038/cf7e5eb0-f493-11e6-8698-66262306ca81.png)
|
||
|
||
### В комплекте ```нужное зачеркнуть```:
|
||
- serializer (msgpack, jolt, thrift, xml, ~~json~~)
|
||
- mock
|
||
- ~~migrator~~
|
||
- ~~filter~~
|
||
|
||
|
||
|
||
### HOW-TO
|
||
|
||
Собрать и инсталировать jar(s) в локальный мавен репозиторий(без локально установленного трифта):
|
||
|
||
* make wc_java_install LOCAL_BUILD=true SETTINGS_XML=path_to_rbk_maven_settings
|