We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove usage of typehandlers, use jackson as well as base so that all annotations are working equal between mongo and sql
Afterwards cleanup of typehandlers, unused Mapper implementation etc.
The text was updated successfully, but these errors were encountered:
new packages created
Sorry, something went wrong.
preparation for upcoming sql reimplementation ( #101 )
7a936ba
Merge branch 'develop' into feature/#101
46f5dda
# Conflicts: # vertx-pojo-mapper-common-test/src/main/java/de/braintags/vertx/jomnigate/testdatastore/AllTestsCommon.java # vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AbstractWrite.java # vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AfterInsertHandler.java # vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/AfterSaveHandler.java # vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/BeforeInsertHandler.java # vertx-pojo-mapper-common/src/main/java/de/braintags/vertx/jomnigate/dataaccess/write/impl/BeforeSaveHandler.java # vertx-pojo-mapper-mysql/src/main/java/de/braintags/vertx/jomnigate/mysql/dataaccess/SqlWrite.java # vertx-pojongo/src/main/java/de/braintags/vertx/jomnigate/mongo/dataaccess/MongoWrite.java
Feature/#120 (#121)
07840f4
* preparation for upcoming sql reimplementation ( #101 ) * implementation of settings for observer properties * implementation of observer properties * implementation of JsonSerializationObserver * added unit test; update documentation * review fixes
ac9bd3b
remi128
No branches or pull requests
remove usage of typehandlers, use jackson as well as base so that all annotations are working equal between mongo and sql
Afterwards cleanup of typehandlers, unused Mapper implementation etc.
The text was updated successfully, but these errors were encountered: